Searched refs:ERROR (Results 101 - 125 of 289) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/intel_extreme/
H A DFlexibleDisplayInterface.cpp30 #define ERROR(x...) _sPrintf("intel_extreme: " x) macro
271 ERROR("%s: FDI illegal link colordepth set.\n", __func__);
290 ERROR("%s: FDI not enough lanes in hardware.\n", __func__);
363 ERROR("%s: FDI training fault.\n", __func__);
468 ERROR("%s: FDI train 1 failure!\n", __func__);
498 ERROR("%s: FDI train 2 failure!\n", __func__);
575 ERROR("%s: FDI train 1 failure!\n", __func__);
628 ERROR("%s: FDI train 1 failure!\n", __func__);
643 ERROR("%s: TODO\n", __func__);
708 ERROR("
[all...]
H A DPorts.cpp39 #define ERROR(x...) _sPrintf("intel_extreme: " x) macro
130 ERROR("%s: Invalid pipe provided!\n", __func__);
136 ERROR("%s: Invalid PortRegister ((0x%" B_PRIx32 ") for %s\n", __func__,
143 ERROR("%s: Can't reassign display pipe (yet)\n", __func__);
210 ERROR("%s: Setting power mode without assigned pipe!\n", __func__);
426 ERROR("%s: DVO port unknown\n", __func__);
453 ERROR("%s: DDI port unknown\n", __func__);
606 ERROR("%s: %s AUX didn't power on within 1000us!\n", __func__, PortName());
642 ERROR("%s: aux_ch transaction failed!\n", __func__);
691 ERROR("
[all...]
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp36 ERROR("enable_device failed\n");
152 ERROR("exec_command can't write, cmd too long %" B_PRIuSIZE
205 ERROR("exec_command timed out waiting for read\n");
208 ERROR("exec_command timed out reading %" B_PRIuSIZE " bytes\n",
246 ERROR("exec_command timed out waiting for busy\n");
323 ERROR("Error while getting I2C devices\n");
334 ERROR("pch_i2c_scan_bus_callback ns_handle_to_pathname failed\n");
343 ERROR("pch_i2c_scan_bus_callback get_device_info failed\n");
420 ERROR("init_bus() device type not supported\n");
482 ERROR("instal
[all...]
H A Dpch_i2c_pci.cpp53 ERROR("init_bus() acpi device not found\n");
138 ERROR("PCI BAR not assigned\n");
160 ERROR("couldn't use MSI-X SHARED\n");
171 ERROR("couldn't use MSI\n");
182 ERROR("PCI IRQ not assigned\n");
/haiku/src/servers/package/
H A DRoot.cpp194 ERROR("Root::Init(): failed to open directory: %s\n", strerror(error));
206 ERROR("Root::Init(): failed to get directory path: %s\n",
231 ERROR("Root::RegisterVolume(): can't register volume at \"%s\", since "
260 ERROR("Root::UnregisterVolume(): can't unregister unknown volume at "
537 ERROR("Root::_ShowError(): %s\n", errorMessage);
H A DDebugSupport.h156 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
170 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp339 ERROR("ModemDevice: Could not retrieve port options!\n");
354 ERROR("ModemDevice: Could not init port!\n");
438 ERROR("ModemDevice: Failed to access buffer!\n");
489 ERROR("ModemDevice: Incorrect FCS!\n");
498 ERROR("ModemDevice: Failed to write into packet!\n");
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp26 #define ERROR(x...) dprintf("\33[34mext2:\33[0m " x) macro
88 ERROR("Failed to read htree entry block.\n");
100 ERROR("HTreeEntryIterator::Init() bad fCount %u (fLimit %u)\n",
111 ERROR("HTreeEntryIterator::Init() bad fLimit %u should be %" B_PRIu32
146 ERROR("Failed to read htree entry block.\n");
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp33 #define ERROR(x...) dprintf("\33[33msdhci:\33[0m " x) macro
86 ERROR("No registers to map\n");
104 ERROR("Could not map registers\n");
156 ERROR("Invalid slots count: %d or BAR count: %d \n", slotsCount, bar);
247 ERROR("No vendor or device id attribute\n");
/haiku/src/kits/media/
H A DMediaTrack.cpp39 #define ERROR(a...) fprintf(stderr, a) macro
403 ERROR("BMediaTrack::ReadFrames: decoder returned error %#" B_PRIx32
453 ERROR("BMediaTrack::SeekToTime: extractor seek failed\n");
459 ERROR("BMediaTrack::SeekToTime: decoder seek failed\n");
466 ERROR("BMediaTrack::SeekToTime: raw decoder seek failed\n");
502 ERROR("BMediaTrack::SeekToFrame: extractor seek failed\n");
508 ERROR("BMediaTrack::SeekToFrame: decoder seek failed\n");
515 ERROR("BMediaTrack::SeekToFrame: raw decoder seek failed\n");
548 ERROR("BMediaTrack::FindKeyFrameForTime: extractor seek failed: %s\n",
574 ERROR("BMediaTrac
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplay.cpp37 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
78 ERROR("%s: Unknown CRTC %" B_PRIu32 "\n",
130 ERROR("%s: Unknown CRTC %" B_PRIu32 "\n",
173 ERROR("%s: Unknown CRTC %" B_PRIu32 "\n",
389 ERROR("%s: ERROR: 0 attached monitors were found on display connectors.\n",
409 ERROR("Display #%" B_PRIu32 " attached = %s\n",
417 ERROR(" + connector ID: %" B_PRIu32 "\n", connectorIndex);
418 ERROR(" + connector type: %s\n", get_connector_name(connectorType));
419 ERROR("
[all...]
H A Dencoder.cpp35 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
303 ERROR("%s: Unknown table version: %" B_PRIu8 ".%" B_PRIu8 "\n",
539 ERROR("%s: cannot parse command table\n", __func__);
633 ERROR("%s: Unknown minor table version: %"
640 ERROR("%s: Unknown major table version: %" B_PRIu8 ".%" B_PRIu8 "\n",
672 ERROR("%s: cannot parse command table\n", __func__);
748 ERROR("%s: Unknown table major!\n", __func__);
890 ERROR("%s: Unknown command: 0x%X\n", __func__, command);
894 ERROR("%s: unknown tableMinor!\n", __func__);
926 ERROR("
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp466 ERROR("Invalid dir entry block: entry count %d requires minimum size "
483 ERROR("Invalid dir entry block: name end offset of entry %" B_PRId32
491 ERROR("Invalid dir entry block: name of entry %" B_PRId32 " too "
499 ERROR("Invalid dir entry block: name of entry %" B_PRId32
509 ERROR("Invalid dir entry block: entries %" B_PRId32 "/%"
514 ERROR("Invalid dir entry block: entries %" B_PRId32 "/%"
524 ERROR("Invalid dir entry block: entry %" B_PRId32
1053 ERROR("DirEntryTree::Check(): Init failed!\n");
1446 ERROR("DirEntryTree::Check(): level %" B_PRIu32 ": block %"
1458 ERROR("DirEntryTre
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp79 ERROR("ServerManager::ServerInfoTask: ERROR: Failed to create "
92 ERROR("ServerManager::ServerInfoTask: ERROR: Failed to connect "
105 ERROR("ServerManager::ServerInfoTask: ERROR: Failed to receive "
112 ERROR("ServerManager::ServerInfoTask: ERROR: Received request "
401 ERROR("ServerManager::_BroadcastListener(): Failed to start server "
423 ERROR("ServerManage
[all...]
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp215 ERROR("PPPoEDevice::Up(): EthernetIfnet()->output() failed!\n");
260 ERROR("PPPoEDevice::Down(): ToNetBuffer() failed; MTU=%" B_PRIu32 "\n",
319 ERROR("PPPoEDevice::Send(): InitCheck() != B_OK!\n");
325 ERROR("PPPoEDevice::Send(): no connection!\n");
357 ERROR("PPPoEDevice::Send(): packet is NULL!\n");
360 ERROR("PPPoEDevice::Send(): EthernetIfnet()->output() failed!\n");
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp88 ERROR(("RequestPort::SendRequest(%" B_PRId32 "): request is not a "
94 ERROR(("RequestPort::SendRequest(%" B_PRId32 "): request is not a "
/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/servers/media/
H A DDefaultManager.cpp263 ERROR("DefaultManager::Set Error: called with unknown type %d\n",
328 ERROR("DefaultManager::Get Error: called with unknown type %d\n",
507 ERROR("Couldn't GetDormantNodeFor\n");
512 ERROR("Doesn't match flavor or name\n");
518 ERROR("Doesn't match : path\n");
683 ERROR("DefaultManager: GetFormatFor failed\n");
721 ERROR("DefaultManager: GetFormatFor failed\n");
738 ERROR("DefaultManager: connect failed\n");
/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/netfs/headers/shared/
H A DDebugSupport.h151 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
165 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h118 #define ERROR(x) DEBUG_CONTEXT( __out x ) macro
132 #define ERROR(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h152 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
166 #define ERROR(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h119 #define ERROR(x) DEBUG_CONTEXT( __out x ) macro
132 #define ERROR(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
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/apps/cortex/Persistence/
H A DExportContext.cpp356 m_error << "FATAL ERROR: ";

Completed in 172 milliseconds

1234567891011>>