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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c110 list_t dc_eofcnt; member in struct:daclient
340 list_create(&dc->dc_eofcnt, sizeof (struct eofcnt),
465 while ((eof = list_remove_head(&dc->dc_eofcnt)) != NULL) {
518 list_destroy(&dc->dc_eofcnt);
1015 while (((eof = list_head(&dc->dc_eofcnt)) != NULL) &&
1017 list_remove(&dc->dc_eofcnt, eof);
1404 list_insert_tail(&dc->dc_eofcnt, eof);

Completed in 45 milliseconds