Searched refs:proc_arg_grab (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 105 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
|
/titanic_41/usr/src/cmd/nohup/ |
H A D | nohup.c | 749 if ((P = proc_arg_grab(dent->d_name, in pnohup() 804 if ((P = proc_arg_grab(argv[i], PR_ARG_PIDS, flag, in pnohup()
|
/titanic_41/usr/src/cmd/newtask/ |
H A D | newtask.c | 356 if ((p = proc_arg_grab(procname, PR_ARG_PIDS, 0, &gret)) == NULL) { in update_running_proc() 447 if ((p = proc_arg_grab(procname, PR_ARG_PIDS, 0, &gret)) == NULL) { in update_running_proc()
|
/titanic_41/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 104 if ((Pr = proc_arg_grab(pidarg, PR_ARG_PIDS, in main()
|
/titanic_41/usr/src/cmd/gcore/ |
H A D | gcore.c | 238 P = proc_arg_grab(argv[i], PR_ARG_PIDS, oflags, &gerr); in main()
|
/titanic_41/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 173 if ((Pr = proc_arg_grab(arg, doset ? PR_ARG_PIDS : PR_ARG_ANY, in look()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 198 proc_arg_grab;
|
H A D | proc_arg.c | 250 proc_arg_grab(const char *arg, int oflag, int gflag, int *perr) in proc_arg_grab() function
|
H A D | libproc.h | 692 extern struct ps_prochandle *proc_arg_grab(const char *, int, int, int *);
|
H A D | llib-lproc | 376 struct ps_prochandle *proc_arg_grab(const char *arg,
|
/titanic_41/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 193 if ((Pr = proc_arg_grab(arg, PR_ARG_PIDS, PGRAB_RDONLY|PGRAB_FORCE, in look()
|
/titanic_41/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 176 if ((Pr = proc_arg_grab(arg, set ? PR_ARG_PIDS : PR_ARG_ANY, in look()
|
/titanic_41/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 1045 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_PIDS, in main()
|
/titanic_41/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1420 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY, in main()
|
/titanic_41/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 344 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1261 t->t_pshandle = proc_arg_grab(argv->a_un.a_str, in pt_attach()
|