Home
last modified time | relevance | path

Searched refs:SHOW_ERROR0 (Results 1 – 19 of 19) sorted by relevance

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Derror_handling.cpp21 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 Dwrapper.h78 #define SHOW_ERROR0(seriousness, format) \ macro
H A Dblock.cpp506 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 Dremovable.cpp32 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 DPCI_GART.c109 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 DCP_setup.c201 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 Dbios.c551 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 Ddebug_ext.h103 #define SHOW_ERROR0(seriousness, format) \ macro
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dwrapper.h77 #define SHOW_ERROR0(seriousness, format) \ macro
H A Dscsi_io.cpp414 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 Dscatter_gather.cpp110 SHOW_ERROR0(2, "cannot allocate memory for IO request!"); in create_temp_sg()
/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Dwrapper.h85 #define SHOW_ERROR0(seriousness, format) \ macro
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/
H A Dwrapper.h85 #define SHOW_ERROR0(seriousness, format) \ macro
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dwrapper.h85 #define SHOW_ERROR0(seriousness, format) \ macro
/haiku/src/add-ons/accelerants/radeon/
H A Dpalette.c68 SHOW_ERROR0( 2, "Tried to set palette in non-palette mode" ); in SET_INDEXED_COLORS()
H A DSetDisplayMode.c363 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 Dmonitor_detection.c1014 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 Dtheatre_out.c260 SHOW_ERROR0( 2, "This card needs a Rage Theatre for TV-Out, but there is none." ); in Radeon_DetectTVOut()
H A DCP.c160 SHOW_ERROR0( 0, "All buffers are in use and engine doesn't finish any of them" ); in Radeon_WaitForFreeIndirectBuffers()