/haiku/src/add-ons/kernel/drivers/audio/usb/ |
H A D | AudioStreamingInterface.cpp | 239 TRACE(ERR, "Format not set for active alternate\n"); in SetSamplingRate() 258 TRACE(ERR, "Rate %d outside of %d - %d ignored.\n", in SetSamplingRate() 270 TRACE(ERR, "Rate %d not found - ignore it.\n", newRate); in SetSamplingRate() 289 TRACE(ERR, "Ignore unsupported sample rate %d.\n", rate); in GetSamplingRateId() 301 TRACE(ERR, "Format not set for active alternate\n"); in GetSamplingRateIds() 331 TRACE(ERR, "Ignore alternate due format " in GetFormatId() 353 TRACE(ERR, "Ignore unsupported " in GetFormatId() 360 TRACE(ERR, "Ignore unsupported " in GetFormatId() 377 TRACE(ERR, "Unknown sample rate id: %d.\n", id); in SamplingRateFromId() 405 TRACE(ERR, "if[%d]:alt_count:%d\n", interface, List->alt_count); in AudioStreamingInterface() [all …]
|
H A D | Device.cpp | 32 TRACE(ERR, "Error of getting USB device descriptor.\n"); in Device() 47 TRACE(ERR, "Error of creating ready " in Device() 163 TRACE(ERR, "B_MULTI_GET_EVENT_INFO n/i\n"); in Control() 167 TRACE(ERR, "B_MULTI_SET_EVENT_INFO n/i\n"); in Control() 171 TRACE(ERR, "B_MULTI_GET_EVENT n/i\n"); in Control() 253 TRACE(ERR, "B_MULTI_GET_CHANNEL_FORMATS n/i\n"); in Control() 257 TRACE(ERR, "B_MULTI_SET_CHANNEL_FORMATS n/i\n"); in Control() 285 TRACE(ERR, "B_MULTI_LIST_MIX_CHANNELS n/i\n"); in Control() 331 TRACE(ERR, "B_MULTI_LIST_MIX_CONNECTIONS n/i\n"); in Control() 381 TRACE(ERR, "B_MULTI_SET_BUFFERS n/i\n"); in Control() [all …]
|
H A D | Stream.cpp | 66 TRACE(ERR, "Ignore alternate %d - format type %#02x " in _ChooseAlternate() 79 TRACE(ERR, "Ignore alternate %d - format %#04x is not " in _ChooseAlternate() 88 TRACE(ERR, "Ignore alternate %d - channel count %d " in _ChooseAlternate() 96 TRACE(ERR, "Ignore alternate %d - bit resolution %d " in _ChooseAlternate() 112 TRACE(ERR, "No compatible alternate found. " in _ChooseAlternate() 171 TRACE(ERR, "computed packet size is 0!"); in _SetupBuffers() 194 TRACE(ERR, "Error of creating %#x - " in _SetupBuffers() 238 TRACE(ERR, "NULL configuration. Not set.\n"); in OnSetConfiguration() 245 TRACE(ERR, "NULL interface. Not set.\n"); in OnSetConfiguration() 329 TRACE(status == B_OK ? DTA : ERR, in _TransferCallback() [all …]
|
H A D | AudioControlInterface.cpp | 238 TRACE(ERR, "Unknown Terminal Type: %#06x", TerminalType); in _GetTerminalDescription() 455 TRACE(ERR, "Output cluster is not valid.\n"); in IsControlProgrammable() 563 TRACE(ERR, "Feature control of unsupported size %d ignored\n", in FeatureUnit() 629 TRACE(ERR, "Out of limits error of retrieving control %#010x " in HasControl() 642 TRACE(ERR, "Out of limits error of tracing channel %d\n", Channel); in NormalizeAndTraceChannel() 943 TRACE(ERR, "Ignore Audio Control of " in Init() 952 TRACE(ERR, "Ignore Audio Control of unknown " in Init() 956 TRACE(ERR, "Ignore Audio Control of undefined sub-type\n"); in Init() 1077 TRACE(ERR, "Terminal #%d ignored due null " in GetChannelsDescription() 1147 TRACE(ERR, "Terminal #%d ignored due null " in GetBusChannelsDescription() [all …]
|
H A D | Settings.h | 13 ERR = 0x00000001, enumerator
|
H A D | Driver.cpp | 77 TRACE(ERR, "Error: no more device entries availble.\n"); in usb_audio_device_added() 254 TRACE(ERR, "Error: out of memory during allocating device name.\n"); in publish_devices()
|
H A D | Settings.cpp | 21 uint32 gTraceMask = ERR;
|
/haiku/src/bin/addattr/ |
H A D | main.cpp | 22 #define ERR(msg, args...) fprintf(stderr, "%s: " msg, kProgramName, args) macro 181 ERR("can't read attribute value from file %s: %s\n", in main() 193 ERR("attribute value is too large: %" B_PRIdOFF in main() 205 ERR("can't read attribute value: %s\n", strerror(status)); in main() 264 ERR("can't add attribute to file %s: %s\n", argv[optind], in main()
|
/haiku/src/apps/installer/ |
H A D | WorkerThread.cpp | 50 #define ERR(x) fprintf(stderr, "WorkerThread: "x" %s\n", strerror(err)) macro 53 #define ERR(x) macro 280 ERR("bad menu items\n"); in WriteBootSector() 354 ERR("bad source or target partition ID\n"); in _PerformInstall() 365 ERR("BPartition::Mount"); in _PerformInstall() 370 ERR("BPartition::GetVolume"); in _PerformInstall() 374 ERR("BPartition::GetMountPoint"); in _PerformInstall() 381 ERR("BDiskDevice::Mount"); in _PerformInstall() 386 ERR("BDiskDevice::GetVolume"); in _PerformInstall() 390 ERR("BDiskDevice::GetMountPoint"); in _PerformInstall() [all …]
|
/haiku/src/tests/kits/support/barchivable/ |
H A D | InstantiateObjectTester.cpp | 38 #define FORMAT_AND_THROW(MSG, ERR) \ argument 39 FormatAndThrow(__LINE__, __FILE__, MSG, ERR)
|
/haiku/src/system/libnetwork/netresolv/net/ |
H A D | getaddrinfo.c | 340 #define ERR(err) \ macro 490 ERR(EAI_BADHINTS); /* xxx */ in getaddrinfo() 492 ERR(EAI_BADFLAGS); in getaddrinfo() 501 ERR(EAI_FAMILY); in getaddrinfo() 519 ERR(EAI_BADHINTS); in getaddrinfo() 526 ERR(EAI_FAIL); in getaddrinfo() 606 ERR(EAI_NODATA); in getaddrinfo() 608 ERR(EAI_NONAME); in getaddrinfo() 1368 ERR(EAI_FAMILY); /*xxx*/ in explore_numeric() 1388 ERR(EAI_FAMILY); /*xxx*/ in explore_numeric()
|
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/ |
H A D | etherpci.c | 29 #define ERR 0x0001 macro 40 #define DEFAULT_DEBUG_FLAGS ( ERR | INFO | WARN | FUNCTION )
|