Searched refs:proc_walk (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/pbind/ |
H A D | pbind.c | 482 (void) proc_walk(query_all_lwp, NULL, PR_WALK_LWP); in main() 485 (void) proc_walk(query_all_proc, NULL, PR_WALK_PROC); in main() 506 (void) proc_walk(query_all_lwp, in main()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 255 proc_walk;
|
H A D | proc_arg.c | 427 proc_walk(proc_walk_f *func, void *arg, int flag) in proc_walk() function
|
H A D | libproc.h | 477 extern int proc_walk(proc_walk_f *, void *, int);
|
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 216 VERIFY0(proc_walk(add_proc, NULL, PR_WALK_PROC|PR_WALK_INCLUDE_SYS)); in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 145 proc_walk.3proc \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 283 file path=usr/share/man/man3proc/proc_walk.3proc
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1099 (void) proc_walk(process_hash_iterproc, NULL, PR_WALK_PROC); in process_hash_build()
|