Searched refs:Pstopstatus (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPsyscall.c122 (void) Pstopstatus(P, PCNULL, 0);
159 if (Pstopstatus(P, PCNULL, 0) != 0) {
174 (void) Pstopstatus(P, PCNULL, 0);
192 (void) Pstopstatus(P, PCNULL, 0);
220 (void) Pstopstatus(P, PCNULL, 0);
H A DPcontrol.c652 * 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, function
1665 dprintf("Pstopstatus
[all...]
H A DPcontrol.h269 int Pstopstatus(struct ps_prochandle *, long, uint32_t);
H A Dlibproc.h212 extern int Pstopstatus(struct ps_prochandle *, long, uint_t);
H A Dllib-lproc54 int Pstopstatus(struct ps_prochandle *Pr, long cmd, uint_t msec);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.c378 * PR_REQUESTED stop. Since PCWSTOP/Pstopstatus() can be applied repeatedly
418 (void) Pstopstatus(P, PCNULL, 0);
547 if (Pstopstatus(P, PCNULL, 0) == -1 && errno == EINTR) {

Completed in 34 milliseconds