Searched defs:p_writer (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c135 audio_client_t *p_writer; member in struct:daproc
413 proc->p_writer = c;
490 if (c == proc->p_writer) {
492 proc->p_writer = NULL;
577 if ((c = proc->p_writer) != NULL) {
710 writer = (c == proc->p_writer);
809 if (proc->p_writer != NULL) {
810 sp = auclnt_output_stream(proc->p_writer);
835 devaudio_clear_eof(proc->p_writer);
846 qenable(auclnt_get_wq(proc->p_writer));
[all...]

Completed in 48 milliseconds