Searched defs:Lwp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dipc.c257 struct ps_lwphandle *Lwp = pri->Lwp; local
390 (void) Lgetareg(Lwp, R_PC, &pc);
392 (void) Lputareg(Lwp, R_G1, (prgreg_t)SYS_syscall);
393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what);
395 (void) Lputareg(Lwp, R_O1+i, pri->sys_args[i]);
397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what);
399 (void) Lputareg(Lwp, R_O0+i, pri->sys_args[i]);
401 (void) Lputareg(Lwp, R_nPC, pc);
403 (void) Lgetareg(Lwp, R_P
[all...]
H A Dfcall.c1246 struct ps_lwphandle *Lwp = pri->Lwp; local
1404 (void) Lxecbkpt(Lwp, instr);
1416 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTEP);
1418 (void) Lwait(Lwp, MILLISEC);
1427 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP);
1429 (void) Lwait(Lwp, MILLISEC);
H A Dramdata.h83 struct ps_lwphandle *Lwp; /* non-NULL for each lwp controller */ member in struct:__anon1902
H A Dmain.c211 struct ps_lwphandle *Lwp; local
214 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) {
224 return (Lwp);
866 struct ps_lwphandle *Lwp = (struct ps_lwphandle *)arg; local
868 const lwpstatus_t *Lsp = Lstatus(Lwp);
886 pri->Lwp = Lwp;
903 (void) Lstop(Lwp, MILLISEC);
904 if (Lstate(Lwp) == PS_RUN)
907 if (Lstate(Lwp)
2567 struct ps_lwphandle *Lwp; local
[all...]

Completed in 88 milliseconds