Searched refs:PIOCWSTOP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c212 retval = ioctl(procfd, PIOCWSTOP, &prstat);
217 "prb_proc_prstop: PIOCWSTOP failed: %s\n",
317 /* if there was a pending signal, don't call PIOCWSTOP ioctl */
323 * the PIOCWSTOP ioctl. One solution, is for the user to
331 retval = ioctl(procfd, PIOCWSTOP, &prstat);
341 "prb_proc_wait: PIOCWSTOP failed: %s\n",
438 retval = ioctl(procfd, PIOCWSTOP, &prstat);
443 "prb_proc_istepbpt: PIOCWSTOP failed: %s\n",
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h89 #define PIOCWSTOP (PIOC|3) /* wait for process to STOP */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h89 #define PIOCWSTOP (PIOC|3) /* wait for process to STOP */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c240 case PIOCWSTOP:
435 if (zdisp == ZNO && cmd != PIOCSTOP && cmd != PIOCWSTOP) {
483 case PIOCWSTOP: /* wait for process or lwp to stop */
502 if (cmd == PIOCWSTOP)
1803 case PIOCWSTOP:
1998 if (zdisp == ZNO && cmd != PIOCSTOP && cmd != PIOCWSTOP) {
2052 case PIOCWSTOP: /* wait for process or lwp to stop */
2071 if (cmd == PIOCWSTOP)

Completed in 118 milliseconds