Searched refs:ERROR (Results 1 - 25 of 289) sorted by path

1234567891011>>

/haiku/headers/private/bluetooth/
H A Ddebug.h14 inline void ERROR(const char *fmt, ...) function
18 printf("### ERROR: ");
56 #define ERROR(a...) fprintf(stderr, a) macro
/haiku/headers/private/debugger/
H A DTracing.h15 #define ERROR(x...) fprintf(stderr, x) macro
/haiku/headers/private/media/
H A DMediaDebug.h17 inline void ERROR(const char *fmt, ...) { va_list ap; va_start(ap, fmt); printf("### ERROR: "); vprintf(fmt, ap); va_end(ap); } function
47 #define ERROR(a...) fprintf(stderr, a) macro
/haiku/src/add-ons/accelerants/common/
H A Ddp.cpp21 #define ERROR(x...) _sPrintf("dp_common: " x) macro
39 ERROR("%s: Unknown DisplayPort Link Rate! (0x%" B_PRIX32 ")\n",
56 ERROR("%s: Unknown DisplayPort Link Rate! (0x%" B_PRIX32 ")\n",
H A Dvalidate_display_mode.cpp23 #define ERROR(x...) _sPrintf("accelerant common: " x) macro
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmemory.cpp25 #define ERROR(x...) _sPrintf("intel_extreme accelerant: " x) macro
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp53 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
251 ERROR("%s: fb tried to read beyond scratch region!"
475 ERROR("%s: fb tried to write beyond scratch region! "
545 ERROR("%s: table: unknown (%d)\n", __func__, idx);
695 ERROR("%s: Error: AtomBIOS stuck in loop for more then %d "
1011 TRACE("%s: ERROR bad case\n", __func__);
1211 ERROR("%s: BUG: Table called doesn't exist in AtomBIOS!\n", __func__);
1246 ERROR("%s: AtomBIOS parser aborted calling operation %s"
1273 ERROR("%s: Timeout to obtain semaphore!\n", __func__);
1295 ERROR("
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.cpp24 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp119 ERROR("%s: EVENT posted in HCI!!!\n", __func__);
230 ERROR("%s: Device 0x%" B_PRIx32 " could not be matched\n", __func__,
314 ERROR("%s: No device 0x%" B_PRIx32 "\n", __func__, hciId);
411 ERROR("%s: problem getting bt core data module\n", __func__);
422 ERROR("%s: RX thread creation failed!\n", __func__);
431 ERROR("%s: Link change semaphore failed\n", __func__);
438 ERROR("%s: Connection Thread error\n", __func__);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdebug.h19 #define ERROR(a...) dprintf("firewire: ERROR " a) macro
H A Dfwohci_pci.cpp192 ERROR("no IRQ assigned\n");
205 ERROR("can't map hardware registers\n");
213 ERROR("can't install interrupt handler\n");
219 ERROR("fwohci_init failed");
H A Dutil.c54 ERROR("couldn't allocate area %s\n", name);
60 ERROR("couldn't get mapping for %s\n", name);
92 ERROR("mapping '%s' failed, error 0x%" B_PRIx32 " (%s)\n", name, area,
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp171 ERROR("Error of starting record stream:%#010x\n", status);
176 ERROR("Error of starting playback stream:%#010x\n", status);
190 ERROR("Error of stopping playback stream:%#010x\n", status);
195 ERROR("Error of stopping record stream:%#010x\n", status);
308 ERROR("Unhandled IOCTL catched: %#010x\n", op);
479 ERROR("Error of starting record stream:%#010x\n", status);
487 ERROR("Error of starting playback stream:%#010x\n", status);
495 ERROR("Timeout during buffers exchange.\n");
521 ERROR("Invalid parameter in the interrupt handler.\n");
556 ERROR("Unabl
[all...]
H A DDriver.cpp77 ERROR("Skipped:%s [%#06x:%#06x]\n", cardInfos[idx].Name(),
H A DMixer.cpp113 ERROR("Output rates are not guessed. Force to 48 kHz.\n");
158 ERROR("AC97 register %#04x is not ready.\n", reg);
179 ERROR("AC97 STimer is not ready.\n");
229 ERROR("Failed to read PCM Front DAC Rate. Force to %d.\n", outputRate);
237 ERROR("Failed to set AC97 PCM Front DAC rate\n");
630 ERROR("Invalid AC97 register:%#04x.Bypass it.\n", Reg);
683 ERROR("Invalid AC97 register:%#04x.Bypass it.\n", Reg);
H A DSettings.h26 #ifdef ERROR
27 #undef ERROR macro
29 #define ERROR(x...) SiS7018_trace(true, __func__, x) macro
H A DStream.cpp78 ERROR("Error of creating %#lx-bytes size buffer area:%#010x\n",
123 ERROR("Rate:%x is not supported. Fall to default 48000\n", rate);
148 ERROR("Unsupported data format:%x or rate:%x. Ignore.\n",
159 ERROR("Unsupported data format:%x. 16 bit assumed.\n", fFormat.format);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp29 #define ERROR(a...) dprintf("hda: " a) macro
300 ERROR("couln't find a string for widget %" B_PRIu32 " in "
357 ERROR("couldn't find a string for widget %" B_PRIu32 " in "
1120 ERROR("%s: Error waiting for playback buffer to finish (%s)!\n", __func__,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2debug.h19 #define ERROR(x...) dprintf("h2generic: " x) macro
H A Dh2transactions.cpp82 ERROR("%s: RX event resubmittion failed %s\n", __func__,
121 ERROR("%s: RX acl resubmittion failed %s\n", __func__, strerror(error));
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dpower.cpp21 #define ERROR(x...) dprintf("intel_extreme: " x) macro
91 ERROR("%s: Enabling Intel GPU auto downclocking depth %d\n", __func__,
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp36 #define ERROR(x...) dprintf("radeon_hd: " x) macro
142 ERROR("%s: initialization failed!\n", __func__);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttributeIterator.cpp17 # define ERROR(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
H A DDirectoryIterator.cpp18 # define ERROR(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
H A DJournal.cpp17 # define ERROR(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro

Completed in 147 milliseconds

1234567891011>>