Searched refs:proc_arg_grab (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 105 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY,
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 749 if ((P = proc_arg_grab(dent->d_name, 804 if ((P = proc_arg_grab(argv[i], PR_ARG_PIDS, flag,
|
/illumos-gate/usr/src/cmd/newtask/ |
H A D | newtask.c | 357 if ((p = proc_arg_grab(procname, PR_ARG_PIDS, 0, &gret)) == NULL) { 448 if ((p = proc_arg_grab(procname, PR_ARG_PIDS, 0, &gret)) == NULL) {
|
/illumos-gate/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 173 if ((Pr = proc_arg_grab(arg, doset ? PR_ARG_PIDS : PR_ARG_ANY,
|
/illumos-gate/usr/src/cmd/gcore/ |
H A D | gcore.c | 238 P = proc_arg_grab(argv[i], PR_ARG_PIDS, oflags, &gerr);
|
/illumos-gate/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 71 if ((Pr = proc_arg_grab(pidstr, PR_ARG_PIDS,
|
/illumos-gate/usr/src/cmd/ptools/psecflags/ |
H A D | psecflags.c | 286 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY,
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 121 proc_arg_grab.3proc \ 388 proc_arg_xgrab.3proc := LINKSRC = proc_arg_grab.3proc
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 250 proc_arg_grab(const char *arg, int oflag, int gflag, int *perr) function
|
H A D | libproc.h | 136 #define G_NOPROCORCORE 3 /* No such proc or core (for proc_arg_grab) */ 687 extern struct ps_prochandle *proc_arg_grab(const char *, int, int, int *);
|
H A D | llib-lproc | 378 struct ps_prochandle *proc_arg_grab(const char *arg,
|
/illumos-gate/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 193 if ((Pr = proc_arg_grab(arg, PR_ARG_PIDS, PGRAB_RDONLY|PGRAB_FORCE,
|
/illumos-gate/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1045 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_PIDS,
|
/illumos-gate/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1380 * process is a zombie (in which case proc_arg_grab() will 1413 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY,
|
/illumos-gate/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 177 if ((Pr = proc_arg_grab(arg, set ? PR_ARG_PIDS : PR_ARG_ANY,
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 344 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY,
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1261 t->t_pshandle = proc_arg_grab(argv->a_un.a_str, 5296 * proc_arg_grab(); otherwise we'll create a fresh process later.
|
Completed in 109 milliseconds