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

/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c3425 Lstopstatus(struct ps_lwphandle *L, function
3455 dprintf("Lstopstatus: corrupted state: %d\n", L->lwp_state);
3493 dprintf("Lstopstatus: EINTR\n");
3496 dprintf("Lstopstatus: EAGAIN\n");
3506 errstr = "Lstopstatus PCNULL"; break;
3508 errstr = "Lstopstatus PCSTOP"; break;
3510 errstr = "Lstopstatus PCDSTOP"; break;
3512 errstr = "Lstopstatus PCWSTOP"; break;
3514 errstr = "Lstopstatus PC???"; break;
3529 dprintf("Lstopstatus
[all...]

Completed in 52 milliseconds