/haiku/src/add-ons/kernel/generic/scsi_periph/ |
H A D | error_handling.cpp | 21 SHOW_ERROR0(2, "No auto-sense (but there should be)"); in check_sense() 40 SHOW_ERROR0(2, "encountered DEFERRED ERROR - bye, bye"); in check_sense() 60 SHOW_ERROR0(2, "LUN needs manual help"); in check_sense() 77 SHOW_ERROR0(2, "Recovered write error - block got reallocated automatically"); in check_sense() 81 SHOW_ERROR0(2, "Recovered ID with ECC"); in check_sense() 115 SHOW_ERROR0( 2, "Write protected" ); in check_sense() 131 SHOW_ERROR0(2, "No sense"); in check_sense() 137 SHOW_ERROR0(2, "Recovered error"); in check_sense() 146 SHOW_ERROR0(2, "Medium error"); in check_sense() 150 SHOW_ERROR0(2, "Hardware error"); in check_sense() [all …]
|
H A D | wrapper.h | 78 #define SHOW_ERROR0(seriousness, format) \ macro
|
H A D | block.cpp | 506 SHOW_ERROR0(1, "LBA value is too large!" in trim_unmap() 633 SHOW_ERROR0(1, "LBA value is too large!" in trim_writesame16() 644 SHOW_ERROR0(1, in trim_writesame16() 713 SHOW_ERROR0(1, "LBA value is too large!" in trim_writesame10() 724 SHOW_ERROR0(1, in trim_writesame10()
|
H A D | removable.cpp | 32 SHOW_ERROR0( 1, "Driver doesn't support medium changes, but there occured one!?" ); in periph_media_changed()
|
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | PCI_GART.c | 109 SHOW_ERROR0( 3, "cannot map buffer with WC" ); in createGARTBuffer() 117 SHOW_ERROR0( 1, "cannot map GART buffer" ); in createGARTBuffer() 210 SHOW_ERROR0( 0, "memory map of GART buffer too large!" ); in initGATT()
|
H A D | CP_setup.c | 201 SHOW_ERROR0( 0, "pixel cache didn't become empty" ); in Radeon_FlushPixelCache() 341 SHOW_ERROR0( 0, "Cannot allocate ring buffer" ); in initRingBuffer() 407 SHOW_ERROR0( 0, "Cannot allocate buffers for status information" ); in initCPFeedback() 456 SHOW_ERROR0( 0, "Cannot allocate indirect buffers" ); in initIndirectBuffers()
|
H A D | bios.c | 551 SHOW_ERROR0( 2, "No Panel Info Table found in BIOS" ); in Radeon_GetBIOSDFPInfo() 562 SHOW_ERROR0( 2, "No Panel Info Table found in BIOS" ); in Radeon_GetBIOSDFPInfo() 620 SHOW_ERROR0( 2, "Radeon: couldn't get Panel Timing from BIOS" ); in Radeon_GetBIOSDFPInfo()
|
/haiku/headers/private/graphics/common/ |
H A D | debug_ext.h | 103 #define SHOW_ERROR0(seriousness, format) \ macro
|
/haiku/src/add-ons/kernel/bus_managers/scsi/ |
H A D | wrapper.h | 77 #define SHOW_ERROR0(seriousness, format) \ macro
|
H A D | scsi_io.cpp | 414 SHOW_ERROR0( 3, "device got removed" ); in scsi_async_io() 436 SHOW_ERROR0( 3, "cannot create DMA buffer for request - reduce data volume" ); in scsi_async_io() 503 SHOW_ERROR0( 3, "data is too much fragmented - you should use s/g list" ); in scsi_sync_io()
|
H A D | scatter_gather.cpp | 110 SHOW_ERROR0(2, "cannot allocate memory for IO request!"); in create_temp_sg()
|
/haiku/src/add-ons/kernel/generic/ata_adapter/ |
H A D | wrapper.h | 85 #define SHOW_ERROR0(seriousness, format) \ macro
|
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/ |
H A D | wrapper.h | 85 #define SHOW_ERROR0(seriousness, format) \ macro
|
/haiku/src/add-ons/kernel/drivers/bus/scsi/ |
H A D | wrapper.h | 85 #define SHOW_ERROR0(seriousness, format) \ macro
|
/haiku/src/add-ons/accelerants/radeon/ |
H A D | palette.c | 68 SHOW_ERROR0( 2, "Tried to set palette in non-palette mode" ); in SET_INDEXED_COLORS()
|
H A D | SetDisplayMode.c | 363 SHOW_ERROR0( 2, "invalid mode" ); in SET_DISPLAY_MODE() 445 SHOW_ERROR0( 2, "no memory for cursor image!" ); in SET_DISPLAY_MODE() 462 SHOW_ERROR0( 2, "no memory for frame buffer!" ); in SET_DISPLAY_MODE()
|
H A D | monitor_detection.c | 1014 SHOW_ERROR0(2, "Disabled Ext DVI - invalid EDID"); in Radeon_DetectDisplays() 1024 SHOW_ERROR0(2, "Disabled DVI - invalid EDID"); in Radeon_DetectDisplays() 1083 SHOW_ERROR0(2, "swapping active port 2 to free port 1"); in Radeon_DetectDisplays() 1090 SHOW_ERROR0(2, "Reversed dac detected (not impl. yet)"); in Radeon_DetectDisplays()
|
H A D | theatre_out.c | 260 SHOW_ERROR0( 2, "This card needs a Rage Theatre for TV-Out, but there is none." ); in Radeon_DetectTVOut()
|
H A D | CP.c | 160 SHOW_ERROR0( 0, "All buffers are in use and engine doesn't finish any of them" ); in Radeon_WaitForFreeIndirectBuffers()
|