Home
last modified time | relevance | path

Searched refs:ENG_OPEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h507 #define ENG_OPEN(e, flg, nf, d) E_OP(e, open)(E_PRV(e), flg, nf, d) macro
H A Daudio_engine.c443 if (ENG_OPEN(t, flags, &t->e_nframes, &t->e_data)) { in auimpl_engine_setup()