Searched refs:PCM_ALIVE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dsound.h179 #define PCM_ALIVE(x) ((x) != NULL && (x)->lock != NULL && \ macro
181 #define PCM_REGISTERED(x) (PCM_ALIVE(x) && \
H A Dsound.c1151 if (!PCM_ALIVE(d)) {

Completed in 55 milliseconds