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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c343 if ((!sp->s_paused) && (!sp->s_running)) {
467 if ((!sp->s_paused) && (!sp->s_running) &&
797 return (sp->s_running);
804 sp->s_running = B_TRUE;
813 if (sp->s_running) {
814 sp->s_running = B_FALSE;
997 if (sp->s_paused || !sp->s_running) {
1021 while (sp->s_draining && sp->s_running && !sp->s_paused) {
1115 ASSERT(!c->c_istream.s_running);
1116 ASSERT(!c->c_ostream.s_running);
[all...]
H A Daudio_output.c307 if ((!sp->s_running) || (sp->s_paused)) {
377 sp->s_running = B_FALSE;
H A Daudio_input.c206 if (sp->s_paused || !sp->s_running) {
H A Daudio_impl.h96 boolean_t s_running; member in struct:audio_stream

Completed in 1494 milliseconds