Home
last modified time | relevance | path

Searched refs:G_NOPROC (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/ptools/pstop/
H A Dpstop.c130 } else if (gcode != G_NOPROC) { in lwpstop()
/titanic_41/usr/src/cmd/ptools/prun/
H A Dprun.c159 } else if (gcode != G_NOPROC) { in lwpstart()
/titanic_41/usr/src/lib/libproc/common/
H A DPcontrol.c819 rc = G_NOPROC; in Pgrab()
849 rc = G_NOPROC; in Pgrab()
870 rc = G_NOPROC; in Pgrab()
912 rc = G_NOPROC; in Pgrab()
1104 case G_NOPROC: in Pgrab_error()
3132 rc = G_NOPROC; in Lgrab()
3156 rc = G_NOPROC; in Lgrab()
3178 rc = G_NOPROC; in Lgrab()
3193 rc = G_NOPROC; in Lgrab()
3209 rc = G_NOPROC; in Lgrab()
[all …]
H A Dproc_arg.c121 return (G_NOPROC); in open_error()
H A Dlibproc.h144 #define G_NOPROC 1 /* No such process */ macro
/titanic_41/usr/src/cmd/ptools/preap/
H A Dpreap.c83 *perr = G_NOPROC; in proc_usage()
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c149 if (gcode == G_NOPROC && in look()
/titanic_41/usr/src/lib/libpctx/common/
H A Dlibpctx.c179 case G_NOPROC: in pctx_capture()
/titanic_41/usr/src/cmd/truss/
H A Dmain.c214 if (gcode != G_NOPROC) { in grab_lwp()