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

/freebsd-9.3-release/sys/dev/sound/isa/
H A Dess.c90 int dir, hwch, stopping, run; member in struct:ess_chinfo
374 if (sc->pch.stopping) {
377 sc->pch.stopping = 0;
391 if (sc->rch.stopping) {
394 sc->rch.stopping = 0;
531 ch->stopping = 0;
549 ch->stopping = 1;
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dsolo.c89 int dir, hwch, stopping; member in struct:ess_chinfo
340 if (sc->pch.stopping) {
342 sc->pch.stopping = 0;
354 if (sc->rch.stopping) {
356 sc->rch.stopping = 0;
504 ch->stopping = 0;
524 ch->stopping = 1;
/freebsd-9.3-release/sys/net/
H A Dradix.c996 int stopping = 0; local
1038 while (!stopping) {
1048 stopping = 1;
1066 stopping = 1;
1083 /* printf("root, stopping"); */
1084 stopping = 1;
/freebsd-9.3-release/usr.sbin/jail/
H A Dcommand.c91 int create_failed, stopping; local
98 stopping = (j->flags & JF_STOP) != 0;
117 j->comstring = create_failed || (stopping &&
125 create_failed || (stopping &&

Completed in 109 milliseconds