| /onnv/onnv-gate/usr/src/lib/brand/lx/lx_support/ |
| lx_support.c | 180 lxs_getattrs(zone_dochandle_t zdh, boolean_t *restart, boolean_t *audio, 198 *audio = B_FALSE; 208 if ((strcmp(attrtab.zone_attr_name, "audio") == 0) && 209 (zonecfg_get_attr_boolean(&attrtab, audio) != Z_OK)) 212 if ((strcmp(attrtab.zone_attr_name, "audio-inputdev") == 0) && 217 if ((strcmp(attrtab.zone_attr_name, "audio-outputdev") == 0) && 258 * The audio configuration settings are read from the zone configuration 259 * file. Audio configuration is specified via the following attributes 261 * attr name: audio 264 * attr name: audio-inputde 351 boolean_t audio, restart; local 444 boolean_t audio, restart; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/allocate/ |
| mkdevalloc.c | 38 * audio 39 * /dev/audio 101 /* "/dev/audio", "/dev/audioctl", "/dev/sound/..." */ 102 struct audio { struct 106 } *audio; variable in typeref:struct:audio 472 if (strcmp(dep->d_name, "audio") && 479 naudio = expandmem(i, (void **)&audio, 480 sizeof (struct audio)); 489 audio[i].name = nm; 492 if (lstat(audio[i].name, &stat) < 0) [all...] |
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| devalloc.h | 72 /* audio, cd, floppy, rmdisk, tape */ 105 #define DA_AUDIO_NAME "audio" 143 deventry_t *audio; member in struct:_devlist_t
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop.c | 73 static int audio; variable 236 audiodev = "/dev/audio"; 237 audio = open(audiodev, O_WRONLY); 238 if (audio < 0) { 239 pr_err("Audio device %s: %m", 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. Th [all...] |
| /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/ |
| drive.c | 201 } audio; member in union:conf_feature::features [all...] |