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

12

/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dchannels.c41 SHOW_ERROR(0, "Cannot register IDE controller %s - out of IDs", controller_name);
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
H A Datapi.c60 SHOW_ERROR(3, "error=%x", error);
/haiku-fatelf/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.cpp334 SHOW_ERROR(4, "Unknown ioctl: %x", op);
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dvirtual_memory.cpp67 SHOW_ERROR(1, "invalid io_vec passed (%s)", strerror(res));
89 SHOW_ERROR(2, "get_memory_map() returned empty list; left_len=%d, idx=%d/%d",
H A Dscatter_gather.cpp47 SHOW_ERROR(2, "cannot create temporary S/G list for IO request (%s)", strerror(res));
95 SHOW_ERROR( 2, "S/G list to complex for IO request (max %d entries)",
123 SHOW_ERROR(2, "cannot lock memory for IO request (%s)", strerror(res));
H A Ddma_buffer.cpp180 SHOW_ERROR(2, "data is longer then maximum DMA transfer len (%d/%d bytes)",
202 SHOW_ERROR(2, "Cannot create contignous DMA buffer of %d bytes",
215 SHOW_ERROR(2, "Cannot create DMA buffer of %d bytes",
234 SHOW_ERROR( 2, "Cannot craete DMA buffer S/G list of %d bytes",
258 SHOW_ERROR(0, "Error creating S/G list for DMA buffer (%s; wanted %d, got %d bytes)",
293 SHOW_ERROR(2, "Cannot S/G list buffer to original data of %d bytes",
H A Dbusses.cpp220 SHOW_ERROR(0, "Alignment (0x%x) must be less then B_PAGE_SIZE",
227 SHOW_ERROR(0, "Max s/g block size (0x%x) is too small",
234 SHOW_ERROR(0, "DMA boundary (0x%x) must be at least B_PAGE_SIZE",
241 SHOW_ERROR(0, "Max blocks (%d) and max s/g blocks (%d) must be at least 1",
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
H A Dscsi_io.cpp404 SHOW_ERROR(3, "invalid command len (%d instead of %d)",
421 SHOW_ERROR( 3, "Asynchronous SCSI I/O requires S/G list (data is %d bytes)",
447 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-fatelf/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.c62 SHOW_ERROR(1, "cannot create PCI GART buffer (%s)",
96 SHOW_ERROR( 1, "cannot create PCI GART buffer (%s)",
167 SHOW_ERROR(1, "cannot create GATT table (%s)",
H A Dbios.c744 SHOW_ERROR( 2, "TMDS PLL from BIOS: %ld %lx",
758 SHOW_ERROR( 2, "DFP table revision: %d", RADEON_BIOS8(tmp));
810 SHOW_ERROR( 2, "TMDS PLL from DEFAULTS: %ld %lx",
H A Ddriver.c507 SHOW_ERROR( 3, "Invalid ioctl call: code=0x%lx", msg );
/haiku-fatelf/headers/private/graphics/common/
H A Ddebug_ext.h98 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku-fatelf/src/add-ons/kernel/busses/ata/promise_tx2/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku-fatelf/src/add-ons/kernel/busses/ide/promise_tx2/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku-fatelf/src/add-ons/kernel/drivers/bus/scsi/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku-fatelf/src/add-ons/kernel/generic/ata_adapter/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku-fatelf/src/add-ons/kernel/generic/ide_adapter/
H A Dwrapper.h80 #define SHOW_ERROR(seriousness, format, param...) \ macro
/haiku-fatelf/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 402 milliseconds

12