Home
last modified time | relevance | path

Searched refs:PR_WALK_PROC (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A Dproc_arg.c442 if (flag != PR_WALK_PROC && flag != PR_WALK_LWP) { in proc_walk()
466 if (flag == PR_WALK_PROC) { in proc_walk()
H A Dlibproc.h469 #define PR_WALK_PROC 0 /* walk processes only */ macro
/titanic_50/usr/src/cmd/pbind/
H A Dpbind.c485 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main()
/titanic_50/usr/src/cmd/psrset/
H A Dpsrset.c749 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main()