Lines Matching refs:pos
225 struct str_node *pos; in build_id_cache__purge_path() local
232 strlist__for_each_entry(pos, list) { in build_id_cache__purge_path()
233 err = build_id_cache__remove_s(pos->s); in build_id_cache__purge_path()
234 pr_debug("Removing %s %s: %s\n", pos->s, pathname, in build_id_cache__purge_path()
250 struct str_node *pos; in build_id_cache__purge_all() local
260 strlist__for_each_entry(pos, list) { in build_id_cache__purge_all()
261 buf = build_id_cache__origname(pos->s); in build_id_cache__purge_all()
262 err = build_id_cache__remove_s(pos->s); in build_id_cache__purge_all()
263 pr_debug("Removing %s (%s): %s\n", buf, pos->s, in build_id_cache__purge_all()
371 struct str_node *pos; in cmd_buildid_cache() local
469 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
470 if (build_id_cache__add_file(pos->s, nsi)) { in cmd_buildid_cache()
473 pos->s); in cmd_buildid_cache()
477 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
487 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
488 if (build_id_cache__remove_file(pos->s, nsi)) { in cmd_buildid_cache()
491 pos->s); in cmd_buildid_cache()
495 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
505 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
506 if (build_id_cache__purge_path(pos->s, nsi)) { in cmd_buildid_cache()
509 pos->s); in cmd_buildid_cache()
513 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
533 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
534 if (build_id_cache__update_file(pos->s, nsi)) { in cmd_buildid_cache()
537 pos->s); in cmd_buildid_cache()
541 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()