Searched refs:TRACE_ERROR (Results 1 - 25 of 40) sorted by last modified time

12

/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp39 #define TRACE_ERROR(x...) dprintf("\33[33mnvme_disk:\33[0m " x) macro
190 TRACE_ERROR("failed to open the controller!\n");
197 TRACE_ERROR("failed to get controller information!\n");
209 TRACE_ERROR("failed to open namespace!\n");
218 TRACE_ERROR("failed to get namespace information!\n");
253 TRACE_ERROR("device PCI:%d:%d:%d was assigned an invalid IRQ\n",
288 TRACE_ERROR("failed to allocate qpairs!\n");
310 TRACE_ERROR("failed to initialize DMA resource!\n");
317 TRACE_ERROR("failed to create DMA buffers semaphore!\n");
440 TRACE_ERROR("time
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp375 TRACE_ERROR("bus manager failed to init\n");
406 TRACE_ERROR("failed to map register memory\n");
423 TRACE_ERROR("unsupported interface version: 0x%04" B_PRIx32 "\n",
467 TRACE_ERROR("bios won't give up control over the host "
507 TRACE_ERROR("host controller failed to reset\n");
515 TRACE_ERROR("failed to create semaphores\n");
634 TRACE_ERROR("Start() warning, starting running XHCI controller!\n");
638 TRACE_ERROR("controller does not support 4K page size\n");
646 TRACE_ERROR("invalid number of ports: %u\n", fPortCount);
688 TRACE_ERROR("invali
[all...]
H A Duhci.cpp376 TRACE_ERROR("failed to allocate a stray transfer descriptor\n");
542 TRACE_ERROR("bus manager failed to init\n");
574 TRACE_ERROR("host failed to reset\n");
584 TRACE_ERROR("unable to create an area for the frame pointer list\n");
612 TRACE_ERROR("cannot create queues\n");
630 TRACE_ERROR("faild to allocate memory for first isochronous descriptor\n");
636 TRACE_ERROR("failed to allocate memory for last isochronous descriptor\n");
652 TRACE_ERROR("failed to create finisher semaphore\n");
658 TRACE_ERROR("failed to create cleanup semaphore\n");
675 TRACE_ERROR("faile
[all...]
H A Dohci.cpp298 TRACE_ERROR("bus manager failed to init\n");
323 TRACE_ERROR("failed to map register memory\n");
336 TRACE_ERROR("unsupported OHCI revision\n");
345 TRACE_ERROR("unable to create the HCCA block area\n");
374 TRACE_ERROR("failed to allocate memory for interrupt endpoints\n");
384 TRACE_ERROR("failed to allocate interrupt endpoint %" B_PRId32 "\n",
446 TRACE_ERROR("smm does not respond.\n");
479 TRACE_ERROR("error resetting the host controller (timeout)\n");
536 TRACE_ERROR("failed to create semaphore\n");
624 TRACE_ERROR("controlle
[all...]
H A Dehci.cpp364 TRACE_ERROR("bus manager failed to init\n");
443 TRACE_ERROR("failed to map register memory\n");
492 TRACE_ERROR("bios won't give up control over the host "
517 TRACE_ERROR("host controller failed to reset\n");
529 TRACE_ERROR("failed to create semaphores\n");
542 TRACE_ERROR("failed to create isochronous finisher semaphore\n");
626 TRACE_ERROR("unable to allocate periodic framelist\n");
753 TRACE_ERROR("unable to allocate stray async queue head\n");
871 TRACE_ERROR("host controller didn't start\n");
882 TRACE_ERROR("n
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp442 TRACE_ERROR("timeout waiting for queued request to complete\n");
H A Dusb_private.h43 #define TRACE_ERROR(x...) TRACE_OUTPUT(this, "error ", x) macro
H A DTransfer.cpp79 TRACE_ERROR("can't calculate bandwidth\n");
179 TRACE_ERROR("failed to find area for user space buffer!\n");
192 TRACE_ERROR("couldn't get user area info\n");
201 TRACE_ERROR("data buffer spans across multiple areas!\n");
H A DDevice.cpp38 TRACE_ERROR("could not allocate default pipe\n");
52 TRACE_ERROR("error while getting the device descriptor\n");
76 TRACE_ERROR("out of memory during config creations!\n");
90 TRACE_ERROR("error fetching configuration %" B_PRId32 "\n", i);
110 TRACE_ERROR("out of memory when reading config\n");
118 TRACE_ERROR("error fetching full configuration"
132 TRACE_ERROR("out of memory when creating interfaces\n");
172 TRACE_ERROR("Corrected invalid interface_number!\n");
184 TRACE_ERROR("out of memory allocating"
207 TRACE_ERROR("faile
[all...]
H A DStack.cpp38 TRACE_ERROR("failed to create semaphore\n");
46 TRACE_ERROR("failed to allocate object array\n");
55 TRACE_ERROR("failed to allocate the allocator\n");
130 TRACE_ERROR("the stack has run out of usb_ids\n");
144 TRACE_ERROR("tried to put an invalid usb_id\n");
149 TRACE_ERROR("tried to put an object with incorrect usb_id\n");
178 TRACE_ERROR("tried to get object with invalid usb_id\n");
307 TRACE_ERROR("couldn't allocate area %s\n", name);
315 TRACE_ERROR("couldn't map area %s\n", name);
H A DBusManager.cpp92 TRACE_ERROR("the busmanager has run out of device addresses\n");
109 TRACE_ERROR("freeing address %d which was not allocated\n", address);
124 TRACE_ERROR("could not allocate an address\n");
132 TRACE_ERROR("error getting the default pipe for speed %d\n", speed);
159 TRACE_ERROR("error while setting device address\n");
191 TRACE_ERROR("error while getting the device descriptor\n");
211 TRACE_ERROR("no memory to allocate hub\n");
217 TRACE_ERROR("hub failed init check\n");
232 TRACE_ERROR("no memory to allocate device\n");
238 TRACE_ERROR("devic
[all...]
H A DObject.cpp66 TRACE_ERROR("set feature called\n");
75 TRACE_ERROR("clear feature called\n");
84 TRACE_ERROR("get status called\n");
H A DHub.cpp32 TRACE_ERROR("device failed to initialize\n");
40 TRACE_ERROR("wrong class! bailing out\n");
51 TRACE_ERROR("error getting hub descriptor\n");
91 TRACE_ERROR("power up failed on port %" B_PRId32 "\n", i);
137 TRACE_ERROR("error updating port status\n");
170 TRACE_ERROR("port %d won't reset (%#x, %#x)\n", index,
233 TRACE_ERROR("debouncing port %" B_PRId32
241 TRACE_ERROR("resetting port %" B_PRId32 " failed\n",
257 TRACE_ERROR("new device on a port that is already in "
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp32 # define TRACE_ERROR(x) dprintf x macro
35 # define TRACE_ERROR(x) dprintf x macro
216 TRACE_ERROR(("XsiSemaphoreSet::XsiSemaphore(): failed to allocate "
354 TRACE_ERROR(("XsiSemaphoreSet::RecordUndo: newValue %d "
733 TRACE_ERROR(("xsi_semget: failed to create new Ipc object "
742 TRACE_ERROR(("xsi_semget: numberOfSemaphores out of range\n"));
748 TRACE_ERROR(("xsi_semget: reached limit of maximum number of "
756 TRACE_ERROR(("xsi_semget: failed to allocate a new xsi "
900 TRACE_ERROR(("xsi_semctl: user_memcpy failed\n"));
921 TRACE_ERROR(("xsi_semct
[all...]
H A Dxsi_message_queue.cpp30 # define TRACE_ERROR(x) dprintf x macro
33 # define TRACE_ERROR(x) dprintf x macro
527 TRACE_ERROR(("xsi_msgctl: user_memcpy failed\n"));
542 TRACE_ERROR(("xsi_msgctl: user_memcpy failed\n"));
588 TRACE_ERROR(("xsi_semctl: command %d not valid\n", command));
629 TRACE_ERROR(("xsi_msgget: key %d already exist\n", (int)key));
649 TRACE_ERROR(("xsi_msgget: reached limit of maximun number of "
656 TRACE_ERROR(("xsi_msgget: failed to allocate new xsi "
694 TRACE_ERROR(("xsi_msgrcv: message size is out of range\n"));
750 TRACE_ERROR(("xsi_msgrc
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp32 #undef TRACE_ERROR macro
36 # define TRACE_ERROR(x) dprintf x macro
39 # define TRACE_ERROR(x) dprintf x macro
199 TRACE_ERROR(("udf_get_vnode: InitCheck failed\n"));
407 TRACE_ERROR(("udf_open_dir: given Icb is not a directory (type: %d)\n",
415 TRACE_ERROR(("udf_open_dir: error getting directory iterator: 0x%"
461 TRACE_ERROR(("udf_read_dir: Icb does not match parent Icb of given "
H A DRecognition.cpp63 TRACE_ERROR(("\nudf_recognize: Block size must be a positive power of "
84 TRACE_ERROR(("udf_recognize: cannot find volume descriptor. status = %"
93 TRACE_ERROR(("udf_recognize: last integrity descriptor not closed. "
119 TRACE_ERROR(("walk_volume_recognition_sequence: Failed to construct "
H A DIcb.cpp248 TRACE_ERROR(("Icb::FindBlock: error finding extent for offset "
261 TRACE_ERROR(("Icb::FindBlock: error finding extent for offset "
389 TRACE_ERROR(("Icb::_Read: error finding extent for offset %"
411 TRACE_ERROR(("Icb::_Read(): Invalid extent type found: %d\n",
448 TRACE_ERROR(("Icb::_Read: could not map extent\n"));
H A DUdfDebug.h234 #define TRACE_ERROR(x) printf x macro
236 #define TRACE_ERROR(x) dprintf x macro
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp26 TRACE_ERROR("failed to set up ata channel object\n");
172 TRACE_ERROR("controller name missing\n");
178 TRACE_ERROR("out of channel ids\n");
H A DATADevice.cpp48 TRACE_ERROR("failed to send test unit ready request\n");
76 TRACE_ERROR("failed to send synchronize cache request\n");
96 TRACE_ERROR("failed to send eject request\n");
241 TRACE_ERROR("invalid target lun %d for ATA device\n", ccb->target_lun);
418 TRACE_ERROR("device %d not selected!\n", fIndex);
441 TRACE_ERROR("sending set feature request failed\n");
448 TRACE_ERROR("set feature request failed\n");
466 TRACE_ERROR("failed to disable release interrupt\n");
475 TRACE_ERROR("failed to disable service interrupt\n");
521 TRACE_ERROR("mor
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp49 #define TRACE_ERROR(x...) dprintf("disk_device_manager: error: " x) macro
1454 TRACE_ERROR("scanning failed: %s\n", strerror(error));
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp44 #define TRACE_ERROR(x...) printf("RemoteView: " x) macro
77 TRACE_ERROR("no memory available\n");
88 TRACE_ERROR("no memory available\n");
99 TRACE_ERROR("no memory available\n");
105 TRACE_ERROR("failed to connect to %s:%" B_PRIu16 "\n",
113 TRACE_ERROR("no memory available\n");
120 TRACE_ERROR("no memory available\n");
129 TRACE_ERROR("no memory available\n");
137 TRACE_ERROR("no memory available\n");
149 TRACE_ERROR("faile
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp24 #define TRACE_ERROR(x...) debug_printf("RemoteDrawingEngine: " x) macro
1016 TRACE_ERROR("failed to read draw string result: %s\n",
1028 TRACE_ERROR("failed to read string width result: %s\n",
1040 TRACE_ERROR("failed to read bitmap of read bitmap result: %s\n",
H A DRemoteHWInterface.cpp29 #define TRACE_ERROR(x...) debug_printf("RemoteHWInterface: " x) macro
239 TRACE_ERROR("failed to read message from receiver: %s\n",
270 TRACE_ERROR("failed to read display mode\n");
311 TRACE_ERROR("unhandled remote event code %u\n", code);

Completed in 128 milliseconds

12