Searched refs:lwps (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A Dproc_arg.c131 int *perr, const char **lwps, psinfo_t *psp)
140 if (lwps)
141 *lwps = NULL;
143 if (lwps != NULL && (slash = strrchr(arg, '/')) != NULL) {
154 *lwps = slash + 1;
156 if (proc_lwp_range_valid(*lwps) != 0) {
176 *lwps = slash + 1;
178 if (proc_lwp_range_valid(*lwps) != 0) {
244 int *perr, const char **lwps)
246 return (proc_grab_common(arg, path, oflag, gflag, perr, lwps, NUL
130 proc_grab_common(const char *arg, const char *path, int oflag, int gflag, int *perr, const char **lwps, psinfo_t *psp) argument
243 proc_arg_xgrab(const char *arg, const char *path, int oflag, int gflag, int *perr, const char **lwps) argument
270 proc_arg_xpsinfo(const char *arg, int oflag, psinfo_t *psp, int *perr, const char **lwps) argument
[all...]
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c405 lwpstatus_t *lwps; local
441 lwps = (lwpstatus_t *)(prh + 1);
445 pstatus->pr_pid, lwps->pr_lwpid, pctx->uarg) != 0)
448 lwps = (lwpstatus_t *)((char *)lwps + prh->pr_entsize);
715 * Reinstate the lwps we fini'd

Completed in 31 milliseconds