Home
last modified time | relevance | path

Searched refs:SLOT_RUN (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/sndiod/
H A Dopt.c371 if (s->pstate == SLOT_RUN || s->pstate == SLOT_STOP) in opt_setdev()
402 if (s->pstate == SLOT_RUN || s->pstate == SLOT_STOP) { in opt_setdev()
H A Ddev.h100 #define SLOT_RUN 3 /* buffer attached to device */ macro
H A Ddev.c1297 s->pstate = SLOT_RUN; in mtc_trigger()
1657 case SLOT_RUN: in slot_del()
1705 if (s->pstate == SLOT_RUN || s->pstate == SLOT_STOP) in slot_setopt()
1720 if (s->pstate == SLOT_RUN || s->pstate == SLOT_STOP) in slot_setopt()
1801 s->pstate = SLOT_RUN; in slot_ready()
1939 if (s->pstate == SLOT_RUN) { in slot_stop()
/openbsd/usr.bin/aucat/
H A Daucat.c91 #define SLOT_RUN 2 /* playing/recording */ macro
422 s->pstate = SLOT_RUN; in slot_start()
1023 if (s->pstate != SLOT_RUN) in slot_list_iodo()