Searched refs:TRACE_ERROR (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.cpp20 #define TRACE_ERROR(x...) debug_printf("NetSender: " x) macro
59 TRACE_ERROR("read failed, stopping sender thread: %s\n",
67 TRACE_ERROR("sending data failed: %s\n", strerror(sendSize));
H A DNetReceiver.cpp21 #define TRACE_ERROR(x...) debug_printf("NetReceiver: " x) macro
67 TRACE_ERROR("failed to listen on port: %s\n", strerror(result));
104 TRACE_ERROR("read failed, closing connection: %s\n",
114 TRACE_ERROR("failed to read, assuming disconnect\n");
124 TRACE_ERROR("writing to ring buffer failed: %s\n",
H A DStreamingRingBuffer.cpp25 #define TRACE_ERROR(x...) TRACE_ALWAYS(x) macro
111 TRACE_ERROR("failed to acquire data lock\n");
176 TRACE_ERROR("failed to acquire data lock\n");
/haiku/src/add-ons/kernel/bus_managers/usb/
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 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 DPhysicalMemoryAllocator.cpp22 #define TRACE_ERROR(x) dprintf x macro
25 #define TRACE_ERROR(x) dprintf x macro
82 TRACE_ERROR(("PMA: failed to create memory area\n"));
88 TRACE_ERROR(("PMA: failed to get memory map\n"));
145 TRACE_ERROR(("PMA: bad value for allocate (%ld bytes)\n", size));
210 TRACE_ERROR(("PMA: found no free slot to store %ld bytes, waiting\n",
222 TRACE_ERROR(("PMA: timed out waiting for a free slot, giving up\n"));
239 TRACE_ERROR(("PMA: bad value for deallocate (%ld bytes)\n", size));
257 TRACE_ERROR(("PMA: no value given for either physical or logical address\n"));
263 TRACE_ERROR(("PM
[all...]
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 "
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 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 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");
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVirtualPartition.cpp16 TRACE_ERROR(("VirtualPartition::VirtualPartition: not implemented!\n"));
H A DPhysicalPartition.cpp36 TRACE_ERROR(("PhysicalPartition::MapBlock: block %" B_PRIu32 " invalid"
H A DVolume.cpp63 TRACE_ERROR(("Volume::Mount: failed to open device = %s\n", deviceName));
98 TRACE_ERROR(("Volume::Mount: failed to recognize partition\n"));
145 TRACE_ERROR(("Volume::Mount: no matching partition descriptor found!\n"));
200 TRACE_ERROR(("Volume::Mount: metadata partition "
204 TRACE_ERROR(("Volume::Mount: no matching partition descriptor found!\n"));
269 TRACE_ERROR(("read_pos(pos:%" B_PRIdOFF ", len:%" B_PRIu32
297 TRACE_ERROR(("Error creating vnode for root icb! "
H A DUdfString.cpp145 TRACE_ERROR(("UdfString::SetTo: passed NULL utf8 string\n"));
153 TRACE_ERROR(("UdfString::SetTo: fUtf8String[%" B_PRIu32
165 TRACE_ERROR(("UdfString::SetTo: uint32 raw[%" B_PRIu32 "] temporary"
207 TRACE_ERROR(("UdfString::SetTo: fCs0String[%" B_PRIu32
227 TRACE_ERROR(("UdfString::SetTo: fCs0String[%" B_PRIu32
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPIDevice.cpp46 TRACE_ERROR("failed to setup transfer request\n");
54 TRACE_ERROR("failed to send packet request\n");
63 TRACE_ERROR("timeout waiting for data request\n");
77 TRACE_ERROR("device doesn't ask for packet\n");
90 TRACE_ERROR("failed to write packet\n");
114 TRACE_ERROR("device indicates transfer error after dma\n");
125 TRACE_ERROR("dma transfer failed\n");
141 TRACE_ERROR("timeout waiting for device to request data\n");
154 TRACE_ERROR("device expecting command instead of data\n");
169 TRACE_ERROR("timeou
[all...]
H A DATATracing.h37 #define TRACE_ERROR(x...) { \ macro
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...]
H A DATAChannel.cpp45 TRACE_ERROR("unknown if controller supports DMA, not using it\n");
128 TRACE_ERROR("_DevicePresent: writing registers failed\n");
133 TRACE_ERROR("_DevicePresent: reading registers failed\n");
154 TRACE_ERROR("resetting the channel failed\n");
202 TRACE_ERROR("reading status failed\n");
208 TRACE_ERROR("device 0 indicates that device 1 failed"
211 TRACE_ERROR("device %d failed, error code is 0x%02x\n",
226 TRACE_ERROR("out of memory allocating device\n");
238 TRACE_ERROR("failed to configure device\n");
312 TRACE_ERROR("invali
[all...]
/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/system/kernel/posix/
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...]
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...]
/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 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 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...]
/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...]

Completed in 149 milliseconds

12