• Home
  • Raw
  • Download

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()
365 struct str_node *pos; in cmd_buildid_cache() local
464 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
465 if (build_id_cache__add_file(pos->s, nsi)) { in cmd_buildid_cache()
468 pos->s); in cmd_buildid_cache()
472 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
482 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
483 if (build_id_cache__remove_file(pos->s, nsi)) { in cmd_buildid_cache()
486 pos->s); in cmd_buildid_cache()
490 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
500 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
501 if (build_id_cache__purge_path(pos->s, nsi)) { in cmd_buildid_cache()
504 pos->s); in cmd_buildid_cache()
508 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()
528 strlist__for_each_entry(pos, list) in cmd_buildid_cache()
529 if (build_id_cache__update_file(pos->s, nsi)) { in cmd_buildid_cache()
532 pos->s); in cmd_buildid_cache()
536 pos->s, str_error_r(errno, sbuf, sizeof(sbuf))); in cmd_buildid_cache()