Searched refs:proc_arg_xgrab (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_RETAIN | in stop()
|
/titanic_41/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 74 if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_FORCE | in start()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 200 proc_arg_xgrab;
|
H A D | proc_arg.c | 243 proc_arg_xgrab(const char *arg, const char *path, int oflag, int gflag, in proc_arg_xgrab() function
|
H A D | libproc.h | 693 extern struct ps_prochandle *proc_arg_xgrab(const char *, const char *, int,
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 146 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in look()
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 222 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in main()
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 145 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_CORES, in main()
|
/titanic_41/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1261 Ph = proc_arg_xgrab(pidstring, NULL, in do_process()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 5298 if (core_path != NULL && (t->t_pshandle = proc_arg_xgrab(core_path, in mdb_proc_tgt_create()
|