Searched defs:audio (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | devalloc.h | 70 /* audio, cd, floppy, rmdisk, tape */ 105 #define DA_AUDIO_NAME "audio" 143 deventry_t *audio; member in struct:_devlist_t
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 73 static int audio; variable 236 audiodev = "/dev/audio"; 237 audio = open(audiodev, O_WRONLY); 238 if (audio < 0) { 483 * If listening to packets on audio 486 * makes the audio "bursty". 488 if (audio) { 523 * Make a sound on /dev/audio according to the length of the packet. The 524 * tone data was ripped from /usr/share/audio/samples/au/bark.au. The 536 if (audio) { [all...] |
/illumos-gate/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 36 * audio 37 * /dev/audio 99 /* "/dev/audio", "/dev/audioctl", "/dev/sound/..." */ 100 struct audio { struct 104 } *audio; variable in typeref:struct:audio 470 if (strcmp(dep->d_name, "audio") && 477 naudio = expandmem(i, (void **)&audio, 478 sizeof (struct audio)); 487 audio[i].name = nm; 490 if (lstat(audio[ [all...] |
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 199 } audio; member in union:conf_feature::features
|
Completed in 52 milliseconds