/src/usr.sbin/bootp/common/ |
hwaddr.h | 14 struct hwinfo { struct 19 extern struct hwinfo hwinfolist[];
|
/src/tests/lib/libossaudio/ |
t_ossaudio.c | 46 struct audio_info hwinfo; local in function:ATF_TC_BODY 53 if (ioctl(fd, AUDIO_GETFORMAT, &hwinfo) < 0) { 88 ATF_REQUIRE_EQ(channels, (int)hwinfo.play.channels); 92 ATF_REQUIRE_EQ(info.play.channels, hwinfo.play.channels); 278 ATF_REQUIRE_EQ(hwinfo.play.sample_rate, info.play.sample_rate);
|
/src/usr.bin/audiocfg/ |
audiodev.h | 57 audio_info_t hwinfo; member in struct:audiodev
|
/src/sbin/umbctl/ |
umbctl.c | 264 char hwinfo[UMB_HWINFO_MAXLEN + 1]; local in function:_umbctl_info 273 _utf16_to_char(umbi->hwinfo, UMB_HWINFO_MAXLEN, hwinfo, sizeof(hwinfo)); 286 fwinfo, hwinfo);
|
/src/sys/dev/usb/ |
if_umbreg.h | 310 uint16_t hwinfo[UMB_HWINFO_MAXLEN]; member in struct:umb_info
|
/src/tests/dev/audio/ |
audiotest.c | 5193 struct audio_info hwinfo; local in function:DEF 5257 r = IOCTL(fd, AUDIO_GETFORMAT, &hwinfo, ""); 5260 if ((hwinfo.mode & AUMODE_PLAY)) { 5261 DPRINTF(" > hwinfo.play.channels = %d\n", 5262 hwinfo.play.channels); 5263 for (ch = 3; ch <= hwinfo.play.channels; ch++) { 5279 if ((hwinfo.mode & AUMODE_RECORD)) { 5280 DPRINTF(" > hwinfo.record.channels = %d\n", 5281 hwinfo.record.channels); 5282 for (ch = 3; ch <= hwinfo.record.channels; ch++) [all...] |