Home
last modified time | relevance | path

Searched refs:dpr_stop (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_proc.c261 if (dpr->dpr_stop & why) { in dt_proc_stop()
262 dpr->dpr_stop |= DT_PROC_STOP_IDLE; in dt_proc_stop()
263 dpr->dpr_stop &= ~why; in dt_proc_stop()
274 while (dpr->dpr_stop & DT_PROC_STOP_IDLE) in dt_proc_stop()
821 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
823 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
876 dpr->dpr_stop |= stop; /* set bit for initial rendezvous */
905 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
1118 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
1119 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
Ddt_proc.h53 uint8_t dpr_stop; /* stop mask: see flag bits below */ member