Home
last modified time | relevance | path

Searched refs:errorfunc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc45 id(++idctr), refcnt(0), readpos(0.), writepos(0.), errorfunc(0) in Audio()
58 errorfunc = AudioStderrMsg; in Audio()
89 if (errorfunc != 0) { in RaiseError()
91 (void) (*errorfunc)(this, code, sev, msg); in RaiseError()
104 if (errorfunc != 0) { in PrintMsg()
106 (void) (*errorfunc)(this, AUDIO_NOERROR, sev, msg); in PrintMsg()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudio_inline.h76 errorfunc = func; in SetErrorFunction()
H A DAudio.h68 AudioErrfunc errorfunc; // address of error function variable