Searched refs:Lwp (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-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 Dmain.c210 struct ps_lwphandle *Lwp; local
213 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) {
223 return (Lwp);
865 struct ps_lwphandle *Lwp = (struct ps_lwphandle *)arg; local
867 const lwpstatus_t *Lsp = Lstatus(Lwp);
885 pri->Lwp = Lwp;
902 (void) Lstop(Lwp, MILLISEC);
903 if (Lstate(Lwp) == PS_RUN)
906 if (Lstate(Lwp)
2566 struct ps_lwphandle *Lwp; local
[all...]
H A Dramdata.h83 struct ps_lwphandle *Lwp; /* non-NULL for each lwp controller */ member in struct:__anon2052
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);
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A Dllib-lproc92 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, in
[all...]

Completed in 38 milliseconds