Searched refs:Lgrab (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/ptools/pstop/ |
H A D | pstop.c | 125 if ((L = Lgrab(P, info->pr_lwpid, &gcode)) != NULL) { in lwpstop()
|
/titanic_50/usr/src/cmd/ptools/prun/ |
H A D | prun.c | 154 if ((L = Lgrab(P, info->pr_lwpid, &gcode)) != NULL) { in lwpstart()
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 367 L = Lgrab(g_proc, lsp->pr_lwpid, &err); in lwp_abort() 400 L = Lgrab(g_proc, lsp->pr_lwpid, &err); in lwp_restart()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 77 Lgrab;
|
H A D | libproc.h | 313 extern struct ps_lwphandle *Lgrab(struct ps_prochandle *, lwpid_t, int *);
|
H A D | llib-lproc | 93 struct ps_lwphandle *Lgrab(struct ps_prochandle *P, lwpid_t lwpid, int *perr);
|
H A D | Pcontrol.c | 3120 Lgrab(struct ps_prochandle *P, lwpid_t lwpid, int *perr) in Lgrab() function
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 213 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) { in grab_lwp() 966 Lgrab(Proc, who, &gcode); in worker_thread() 1270 Lgrab(Proc, who, &gcode); in worker_thread()
|