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

/freebsd-10.0-release/sys/fs/procfs/
H A Dprocfs_ioctl.c130 error = msleep(&p->p_stype, &p->p_mtx,
142 ps->why = p->p_step ? p->p_stype : 0;
150 error = msleep(&p->p_stype, &p->p_mtx,
162 ps32->why = p->p_step ? p->p_stype : 0;
/freebsd-10.0-release/sys/kern/
H A Dsys_process.c1240 p->p_stype = event; /* Which event caused the stop? */
1241 wakeup(&p->p_stype); /* Wake up any PIOCWAIT'ing procs */
H A Dkern_exit.c214 wakeup(&p->p_stype);
/freebsd-10.0-release/sys/sys/
H A Dproc.h534 u_int p_stype; /* (c) Stop event type. */ member in struct:proc

Completed in 75 milliseconds