Lines Matching refs:Pstopstatus
652 * As Pstopstatus will trigger the first read() from a /proc file,
658 if (Pstopstatus(P, PCNULL, 0) != 0) {
767 Pstopstatus(P, PCTWSTOP, 20) != 0) {
788 Pstopstatus(P, PCDSTOP, 0) != 0) ||
789 Pstopstatus(P, PCSTOP, 2000) != 0) {
1555 } while (Pstopstatus(P, PCNULL, 0) == 0 &&
1618 prldump("Pstopstatus", &P->status.pr_lwp);
1622 dprintf("Pstopstatus: pr_sigpend = 0x%.8X\n", bits);
1633 Pstopstatus(struct ps_prochandle *P,
1665 dprintf("Pstopstatus: corrupted state: %d\n", P->state);
1710 dprintf("Pstopstatus: EINTR\n");
1714 dprintf("Pstopstatus: PS_LOST, errno=%d\n", err);
1723 errstr = "Pstopstatus PCNULL"; break;
1725 errstr = "Pstopstatus PCSTOP"; break;
1727 errstr = "Pstopstatus PCDSTOP"; break;
1729 errstr = "Pstopstatus PCWSTOP"; break;
1731 errstr = "Pstopstatus PC???"; break;
1748 dprintf("Pstopstatus: process is not stopped\n");
1759 * If the process was already stopped coming into Pstopstatus(),
1793 return (Pstopstatus(P, PCWSTOP, msec));
1802 return (Pstopstatus(P, PCSTOP, msec));
1811 return (Pstopstatus(P, PCDSTOP, 0));
1957 (void) Pstopstatus(P, PCNULL, 0);
2255 rv = Pstopstatus(P, PCNULL, 0);
2448 rv = Pstopstatus(P, PCNULL, 0);
2742 (void) Pstopstatus(P, PCNULL, 0);
2818 (void) Pstopstatus(P, PCNULL, 0);