HomeSort by: relevance | last modified time | path
    Searched defs:audiodetach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audio.c 540 static int audiodetach(device_t, int);
902 audiomatch, audioattach, audiodetach, audioactivate, audiorescan,
1374 audiodetach(device_t self, int flags) function in typeref:typename:int
1662 /* Block audiodetach while we acquire a reference */
1665 /* If close or audiodetach already ran, tough -- no more audio */
2564 * audiodetach() may already have set file->dying for all sc_files
2679 * we don't do subsequent _unlink(), audiodetach() will do it.
audio.c 540 static int audiodetach(device_t, int);
902 audiomatch, audioattach, audiodetach, audioactivate, audiorescan,
1374 audiodetach(device_t self, int flags) function in typeref:typename:int
1662 /* Block audiodetach while we acquire a reference */
1665 /* If close or audiodetach already ran, tough -- no more audio */
2564 * audiodetach() may already have set file->dying for all sc_files
2679 * we don't do subsequent _unlink(), audiodetach() will do it.

Completed in 32 milliseconds