Searched refs:SHOW_ERROR (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Derror_handling.cpp30 SHOW_ERROR(2, "sense too short (%d bytes)", SCSI_MAX_SENSE_SIZE - request->sense_resid);
110 SHOW_ERROR(0, "Recovered data, asc=0x%2x, ascq=0x%2x",
127 SHOW_ERROR(3, "0x%04x", (sense->asc << 8) | sense->ascq);
201 SHOW_ERROR(2, "Invalid sense type (0x%x)", sense->error_code);
H A Dwrapper.h73 #define SHOW_ERROR(seriousness, format, param...) \ macro
H A Dio.cpp494 SHOW_ERROR(4, "Unknown ioctl: %x", op);
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DDMA.c60 SHOW_ERROR( 2, "Cannot lock memory (%s)", strerror( res ));
93 SHOW_ERROR(2, "Physical address > 4 GB: %#" B_PRIxPHYSADDR
108 SHOW_ERROR( 2, "Overflow of DMA descriptors, %ld bytes left", size );
H A DPCI_GART.c57 SHOW_ERROR(1, "cannot create PCI GART buffer (%s)",
91 SHOW_ERROR( 1, "cannot create PCI GART buffer (%s)",
157 SHOW_ERROR(1, "cannot create GATT table (%s)",
H A Dbios.c748 SHOW_ERROR( 2, "TMDS PLL from BIOS: %" B_PRIu32 " %" B_PRIx32,
762 SHOW_ERROR( 2, "DFP table revision: %d", RADEON_BIOS8(tmp));
814 SHOW_ERROR( 2, "TMDS PLL from DEFAULTS: %" B_PRIu32 " %" B_PRIx32,
H A Ddriver.c508 SHOW_ERROR( 3, "Invalid ioctl call: code=0x%" B_PRIx32, msg );
H A DCP_setup.c142 SHOW_ERROR( 3,
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscatter_gather.cpp46 SHOW_ERROR(2, "cannot create temporary S/G list for IO request (%s)", strerror(res));
94 SHOW_ERROR( 2, "S/G list to complex for IO request (max %d entries)",
122 SHOW_ERROR(2, "cannot lock memory for IO request (%s)", strerror(res));
H A Ddma_buffer.cpp178 SHOW_ERROR(2, "data is longer then maximum DMA transfer len (%"
201 SHOW_ERROR(2, "Cannot create contignous DMA buffer of %" B_PRIu32
214 SHOW_ERROR(2, "Cannot create DMA buffer of %" B_PRIu32 " bytes",
233 SHOW_ERROR( 2, "Cannot create DMA buffer S/G list of %" B_PRIuSIZE
257 SHOW_ERROR(0, "Error creating S/G list for DMA buffer (%s; wanted "
293 SHOW_ERROR(2, "Cannot S/G list buffer to original data of %" B_PRIuSIZE
H A Dvirtual_memory.cpp70 SHOW_ERROR(1, "invalid io_vec passed (%s)", strerror(res));
82 SHOW_ERROR(2, "get_memory_map() returned empty list; left_len=%d, "
H A Dwrapper.h72 #define SHOW_ERROR(seriousness, format, param...) \ macro
H A Dbusses.cpp225 SHOW_ERROR(0, "Alignment (0x%" B_PRIx32 ") must be less then "
232 SHOW_ERROR(0, "Max s/g block size (0x%" B_PRIx32 ") is too small",
239 SHOW_ERROR(0, "DMA boundary (0x%" B_PRIx32 ") must be at least "
246 SHOW_ERROR(0, "Max blocks (%" B_PRIu32 ") and max s/g blocks (%"
H A Dscsi_io.cpp406 SHOW_ERROR(3, "invalid command len (%d instead of %d)",
423 SHOW_ERROR( 3, "Asynchronous SCSI I/O requires S/G list (data is %"
449 SHOW_ERROR(3, "cannot emulate SCSI command 0x%02x", request->cdb[0]);
H A Demulation.cpp63 SHOW_ERROR(1, "cannot create DMA buffer semaphore (%s)", strerror(device->buffer_sem));
82 SHOW_ERROR( 1, "cannot create DMA buffer (%s)", strerror(device->buffer_area));
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
H A Data_adapter.cpp432 SHOW_ERROR(0, "couldn't install irq handler @%d", channel->intnum);
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h98 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku/src/add-ons/accelerants/radeon/
H A DEngineManagment.c238 SHOW_ERROR( 0, "Failed waiting for token %d (active token: %d)",
H A DProposeDisplayMode.c112 SHOW_ERROR( 1, "Unsupported color space (%d)", space );
352 SHOW_ERROR( 4, "pixel_clock (%ld) out of range (%d, %d)", target->timing.pixel_clock,
398 SHOW_ERROR( 4, "not enough memory for this mode (could show only %d of %d lines)",

Completed in 102 milliseconds