Searched refs:PR_WALK_PROC (Results 1 – 4 of 4) sorted by relevance
442 if (flag != PR_WALK_PROC && flag != PR_WALK_LWP) { in proc_walk()466 if (flag == PR_WALK_PROC) { in proc_walk()
469 #define PR_WALK_PROC 0 /* walk processes only */ macro
485 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main()
749 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main()