Searched refs:proc_walk (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/pbind/ |
H A D | pbind.c | 442 (void) proc_walk(query_all_lwp, NULL, PR_WALK_LWP); in main() 445 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main() 463 (void) proc_walk(query_all_lwp, in main()
|
/titanic_41/usr/src/cmd/psrset/ |
H A D | psrset.c | 749 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main() 753 (void) proc_walk(query_all_lwp, NULL, PR_WALK_LWP); in main() 972 (void) proc_walk(query_all_lwp, in main()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 227 proc_walk;
|
H A D | proc_arg.c | 426 proc_walk(proc_walk_f *func, void *arg, int flag) in proc_walk() function
|
H A D | libproc.h | 467 extern int proc_walk(proc_walk_f *, void *, int);
|
H A D | llib-lproc | 373 int proc_walk(proc_walk_f *func, void *arg, int flags);
|