Searched refs:proc_arg_xgrab (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 72 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_RETAIN | in stop()
|
/illumos-gate/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 72 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_FORCE | in start()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 238 proc_arg_xgrab.3proc \ 420 proc_arg_xgrab.3proc := LINKSRC = proc_arg_grab.3proc
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 218 proc_arg_xgrab;
|
H A D | proc_arg.c | 244 proc_arg_xgrab(const char *arg, const char *path, int oflag, int gflag, in proc_arg_xgrab() function
|
H A D | libproc.h | 716 extern struct ps_prochandle *proc_arg_xgrab(const char *, const char *, int,
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 143 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in look()
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 138 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_CORES, in main()
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 228 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in main()
|
/illumos-gate/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1259 Ph = proc_arg_xgrab(pidstring, NULL, in do_process()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 234 link path=usr/share/man/man3proc/proc_arg_xgrab.3proc target=proc_arg_grab.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 5363 if (core_path != NULL && (t->t_pshandle = proc_arg_xgrab(core_path, in mdb_proc_tgt_create()
|