Home
last modified time | relevance | path

Searched refs: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; in checkproc() local
390 (void) Lgetareg(Lwp, R_PC, &pc); in checkproc()
393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what); in checkproc()
395 (void) Lputareg(Lwp, R_O1+i, pri->sys_args[i]); in checkproc()
397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what); in checkproc()
401 (void) Lputareg(Lwp, R_nPC, pc); in checkproc()
403 (void) Lgetareg(Lwp, R_PC, &pc); in checkproc()
404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what); in checkproc()
406 (void) Lgetareg(Lwp, R_PC, &pc); in checkproc()
407 (void) Lputareg(Lwp, EAX, (prgreg_t)what); in checkproc()
[all …]
H A Dmain.c225 return (Lwp); in grab_lwp()
890 pri->Lwp = Lwp; in worker_thread()
969 Lfree(Lwp); in worker_thread()
970 pri->Lwp = Lwp = in worker_thread()
972 if (Lwp == NULL) in worker_thread()
1274 Lfree(Lwp); in worker_thread()
1275 pri->Lwp = Lwp = in worker_thread()
1403 if (Lstate(Lwp) == PS_UNDEAD || Lstate(Lwp) == PS_LOST) in worker_thread()
1440 if (Lstate(Lwp) == PS_UNDEAD || Lstate(Lwp) == PS_LOST) { in worker_thread()
1533 (void) Lfree(Lwp); in worker_thread()
[all …]
H A Dfcall.c1240 struct ps_lwphandle *Lwp = pri->Lwp; in function_trace() local
1398 (void) Lxecbkpt(Lwp, instr); in function_trace()
1410 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTEP); in function_trace()
1412 (void) Lwait(Lwp, MILLISEC); in function_trace()
1421 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in function_trace()
1423 (void) Lwait(Lwp, MILLISEC); in function_trace()
H A Dramdata.h83 struct ps_lwphandle *Lwp; /* non-NULL for each lwp controller */ member