HomeSort by relevance Sort by last modified time
    Searched refs:Lwp (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
ipc.c 217 * Determine if the lwp for this process should be traced.
260 struct ps_lwphandle *Lwp = pri->Lwp;
278 * 1234/lwp/24/lwpctl
282 * .../1234/lwp/24/lwpctl
285 * Along the way, watch out for /proc/self and /proc/1234/lwp/agent
300 * .../1234/lwp/24/lwpctl
311 strncmp(sp1, "/lwp", 4) != 0)
393 (void) Lgetareg(Lwp, R_PC, &pc);
395 (void) Lputareg(Lwp, R_G1, (prgreg_t)SYS_syscall)
    [all...]
main.c 58 * This structure keeps track of pid/lwp specifications. If there are no LWPs
212 struct ps_lwphandle *Lwp;
215 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) {
218 "%s: cannot grab LWP %u in process %d,"
225 return (Lwp);
229 * Iteration function called for each initial lwp in the controlled process.
245 abend("cannot create lwp to follow child lwp", NULL);
350 case 'l': /* show lwp id for each syscall */
768 * truss runs one lwp for each lwp in the target process
    [all...]
ramdata.h 84 struct ps_lwphandle *Lwp; /* non-NULL for each lwp controller */
85 const lwpstatus_t *lwpstat; /* lwp status information while stopped */
88 char pname[32]; /* formatted pid/tid of controlled lwp */
212 const char *lwps[1000]; /* optional lwp list */
301 extern lwpid_t primary_lwp; /* representative lwp on process grab */
fcall.c 876 "lwp#%d, error=%d, tref=0x%.8lx\n",
885 "lwp#%d, error=%d, tref=0x%.8lx\n",
962 "lwp#%d, error=%d, tref=0x%.8lx\n",
971 "lwp#%d, error=%d, tref=0x%.8lx\n",
1246 struct ps_lwphandle *Lwp = pri->Lwp;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libproc/common/
llib-lproc 92 struct ps_prochandle *Lprochandle(struct ps_lwphandle *Lwp);
93 void Lfree(struct ps_lwphandle *Lwp);
94 int Lctlfd(struct ps_lwphandle *Lwp);
95 int Lwait(struct ps_lwphandle *Lwp, uint_t msec);
96 int Lstop(struct ps_lwphandle *Lwp, uint_t msec);
97 int Ldstop(struct ps_lwphandle *Lwp);
98 int Lstate(struct ps_lwphandle *Lwp);
99 const lwpsinfo_t *Lpsinfo(struct ps_lwphandle *Lwp);
100 const lwpstatus_t *Lstatus(struct ps_lwphandle *Lwp);
101 int Lgetareg(struct ps_lwphandle *Lwp, int regno, prgreg_t *preg)
    [all...]

Completed in 353 milliseconds