Home
last modified time | relevance | path

Searched refs:proc_arg_grab (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/ptools/pldd/
H A Dpldd.c105 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c749 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 Dnewtask.c356 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 Dptime.c104 if ((Pr = proc_arg_grab(pidarg, PR_ARG_PIDS, in main()
/titanic_41/usr/src/cmd/gcore/
H A Dgcore.c238 P = proc_arg_grab(argv[i], PR_ARG_PIDS, oflags, &gerr); in main()
/titanic_41/usr/src/cmd/ptools/pcred/
H A Dpcred.c173 if ((Pr = proc_arg_grab(arg, doset ? PR_ARG_PIDS : PR_ARG_ANY, in look()
/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers198 proc_arg_grab;
H A Dproc_arg.c250 proc_arg_grab(const char *arg, int oflag, int gflag, int *perr) in proc_arg_grab() function
H A Dlibproc.h692 extern struct ps_prochandle *proc_arg_grab(const char *, int, int, int *);
H A Dllib-lproc376 struct ps_prochandle *proc_arg_grab(const char *arg,
/titanic_41/usr/src/cmd/ptools/psig/
H A Dpsig.c193 if ((Pr = proc_arg_grab(arg, PR_ARG_PIDS, PGRAB_RDONLY|PGRAB_FORCE, in look()
/titanic_41/usr/src/cmd/ptools/ppriv/
H A Dppriv.c176 if ((Pr = proc_arg_grab(arg, set ? PR_ARG_PIDS : PR_ARG_ANY, in look()
/titanic_41/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c1045 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_PIDS, in main()
/titanic_41/usr/src/cmd/ptools/pargs/
H A Dpargs.c1420 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY, in main()
/titanic_41/usr/src/cmd/ptools/pmap/
H A Dpmap.c344 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1261 t->t_pshandle = proc_arg_grab(argv->a_un.a_str, in pt_attach()