Searched refs:stopping (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/tools/test/stress2/misc/
H A Dnamecache2.sh101 int stopping = false;
113 if (stopping)
177 stopping = true;
/freebsd-current/sys/dev/sound/pci/
H A Dsolo.c85 int dir, hwch, stopping; member in struct:ess_chinfo
328 if (sc->pch.stopping) {
330 sc->pch.stopping = 0;
342 if (sc->rch.stopping) {
344 sc->rch.stopping = 0;
491 ch->stopping = 0;
511 ch->stopping = 1;
/freebsd-current/sys/net/
H A Dradix.c961 int stopping = 0; local
1005 while (!stopping) {
1015 stopping = 1;
1033 stopping = 1;
1050 /* printf("root, stopping"); */
1051 stopping = 1;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-remember.mk54 # manner, stopping at the first ':', ')' or '}', without taking any nested
/freebsd-current/usr.sbin/jail/
H A Dcommand.c106 int create_failed, stopping; local
117 stopping = (j->flags & JF_STOP) != 0;
147 j->comstring = create_failed || (stopping &&
155 create_failed || (stopping &&
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c2214 volatile int stopping; member in struct:race_param
2232 while (!rp->stopping)
2300 rp.stopping = 0;
2333 rp.stopping = 1;
/freebsd-current/contrib/libevent/test/
H A Dregress_dns.c2214 volatile int stopping; member in struct:race_param
2232 while (!rp->stopping)
2300 rp.stopping = 0;
2333 rp.stopping = 1;

Completed in 86 milliseconds