Home
last modified time | relevance | path

Searched refs:proc_arg_xgrab (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/ptools/pstop/
H A Dpstop.c74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_RETAIN | in stop()
/titanic_41/usr/src/cmd/ptools/prun/
H A Dprun.c74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_FORCE | in start()
/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers200 proc_arg_xgrab;
H A Dproc_arg.c243 proc_arg_xgrab(const char *arg, const char *path, int oflag, int gflag, in proc_arg_xgrab() function
H A Dlibproc.h693 extern struct ps_prochandle *proc_arg_xgrab(const char *, const char *, int,
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c146 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in look()
/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c222 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in main()
/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c145 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_CORES, in main()
/titanic_41/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1261 Ph = proc_arg_xgrab(pidstring, NULL, in do_process()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5298 if (core_path != NULL && (t->t_pshandle = proc_arg_xgrab(core_path, in mdb_proc_tgt_create()