Home
last modified time | relevance | path

Searched refs:SHOW_FLOW0 (Results 1 – 25 of 52) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dqueuing.cpp64 SHOW_FLOW0( 1, "no other queued request" ); in scsi_insert_new_request()
74 SHOW_FLOW0( 1, "adding synced request to tail" ); in scsi_insert_new_request()
80 SHOW_FLOW0( 1, "adding unsortable request to tail" ); in scsi_insert_new_request()
114 SHOW_FLOW0( 3, "trying to insert req at head of device req queue" ); in scsi_insert_new_request()
124 SHOW_FLOW0( 1, "scheduled request in front of all other reqs of device" ); in scsi_insert_new_request()
128 SHOW_FLOW0( 1, "req would bypass ordered request" ); in scsi_insert_new_request()
134 SHOW_FLOW0( 1, "last entry is ordered, adding new request as last" ); in scsi_insert_new_request()
139 SHOW_FLOW0( 3, "performing insertion sort" ); in scsi_insert_new_request()
152 SHOW_FLOW0( 1, "overtaking ordered request in sorting - adding as last" ); in scsi_insert_new_request()
176 SHOW_FLOW0( 3, "" ); in scsi_add_queued_request()
[all …]
H A Dqueuing.h54 SHOW_FLOW0( 3, "" ); in scsi_add_device_queue_first()
59 SHOW_FLOW0( 3, "was not in wait queue - adding" ); in scsi_add_device_queue_first()
67 SHOW_FLOW0( 3, "" ); in scsi_add_device_queue_last()
72 SHOW_FLOW0( 3, "was not in wait queue - adding" ); in scsi_add_device_queue_last()
80 SHOW_FLOW0( 3, "" ); in scsi_remove_device_queue()
85 SHOW_FLOW0( 3, "was in wait queue - removing from it" ); in scsi_remove_device_queue()
H A Ddevice_scan.cpp33 SHOW_FLOW0( 3, "" ); in scsi_scan_send_tur()
71 SHOW_FLOW0(3, ""); in scsi_scan_get_inquiry()
96 SHOW_FLOW0(3, "send successfully"); in scsi_scan_get_inquiry()
182 SHOW_FLOW0(3, "2"); in scsi_scan_lun()
228 SHOW_FLOW0(3, "name in use"); in scsi_scan_lun()
256 SHOW_FLOW0( 3, "" ); in scsi_scan_bus()
291 SHOW_FLOW0(3, "done"); in scsi_scan_bus()
H A Ddevices.cpp30 SHOW_FLOW0( 3, "" ); in scsi_free_autosense_request()
49 SHOW_FLOW0( 3, "" ); in scsi_free_device()
94 SHOW_FLOW0( 3, "" ); in scsi_register_device()
162 SHOW_FLOW0( 3, "" ); in scsi_create_device()
211 SHOW_FLOW0( 3, "" ); in scsi_create_autosense_request()
272 SHOW_FLOW0(3, ""); in scsi_init_device()
356 SHOW_FLOW0(3, ""); in scsi_uninit_device()
365 SHOW_FLOW0(3, ""); in scsi_device_removed()
394 SHOW_FLOW0(3, ""); in scsi_force_get_device()
438 SHOW_FLOW0(3, ""); in scsi_put_forced_device()
[all …]
H A Dscsi_io.cpp28 SHOW_FLOW0(3, ""); in scsi_requeue_request()
90 SHOW_FLOW0(3, ""); in scsi_resubmit_request()
146 SHOW_FLOW0(3, "sending autosense"); in submit_autosense()
176 SHOW_FLOW0(3, ""); in finish_autosense()
352 SHOW_FLOW0(3, "bus/device is currently locked"); in scsi_check_enqueue_request()
358 SHOW_FLOW0(3, "bus is saturated, blocking further requests"); in scsi_check_enqueue_request()
364 SHOW_FLOW0( 3, "device is saturated/blocked by requests, blocking further requests" ); in scsi_check_enqueue_request()
592 SHOW_FLOW0(3, ""); in scsi_check_exec_service()
599 SHOW_FLOW0(3, "servicing bus"); in scsi_check_exec_service()
612 SHOW_FLOW0(3, "bus is saturated, blocking further requests"); in scsi_check_exec_service()
[all …]
H A Ddpc.cpp24 SHOW_FLOW0(3, ""); in scsi_alloc_dpc()
38 SHOW_FLOW0(3, ""); in scsi_free_dpc()
60 SHOW_FLOW0(3, "already registered - ignored"); in scsi_schedule_dpc()
H A Demulation.cpp59 SHOW_FLOW0(3, ""); in scsi_init_emulation_buffer()
118 SHOW_FLOW0(3, "patching READ/WRITE(6) to READ/WRITE(10)"); in scsi_read_write_6()
171 SHOW_FLOW0(3, "patching MODE SENSE(6) to MODE SENSE(10)"); in scsi_start_mode_sense_6()
214 SHOW_FLOW0(3, "patching MODE SELECT(6) to MODE SELECT(10)"); in scsi_start_mode_select_6()
359 SHOW_FLOW0(3, "fixing MODE SELECT(6)"); in scsi_finish_mode_select_10_6()
378 SHOW_FLOW0(3, "fixing INQUIRY"); in scsi_finish_inquiry()
402 SHOW_FLOW0(3, ""); in scsi_finish_emulation()
522 SHOW_FLOW0(3, ""); in get_emulation_buffer()
536 SHOW_FLOW0(3, ""); in replace_request_data()
552 SHOW_FLOW0(3, ""); in release_emulation_buffer()
[all …]
H A Dccb.cpp28 SHOW_FLOW0( 3, "" ); in scsi_alloc_ccb()
56 SHOW_FLOW0( 3, "" ); in scsi_free_ccb()
H A Dbusses.cpp38 SHOW_FLOW0( 3, "" ); in scsi_do_service()
70 SHOW_FLOW0( 3, "1" ); in scsi_service_threadproc()
92 SHOW_FLOW0(3, ""); in scsi_create_bus()
186 SHOW_FLOW0( 3, "" ); in scsi_init_bus()
298 SHOW_FLOW0(4, ""); in scsi_bus_module_init()
H A Ddma_buffer.cpp49 SHOW_FLOW0(1, "S/G-list too long"); in is_sg_list_dma_safe()
142 SHOW_FLOW0(1, "Destroying buffer"); in scsi_free_dma_buffer()
340 SHOW_FLOW0(1, "copy S/G list"); in scsi_dma_buffer_compose_sg_orig()
366 SHOW_FLOW0(1, "Buffer is not DMA safe" ); in scsi_get_dma_buffer()
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay_management.c31 SHOW_FLOW0( 3, "" ); in OVERLAY_COUNT()
43 SHOW_FLOW0( 3, "" ); in OVERLAY_SUPPORTED_SPACES()
55 SHOW_FLOW0( 3, "" ); in OVERLAY_SUPPORTED_FEATURES()
79 SHOW_FLOW0( 3, "" ); in ALLOCATE_OVERLAY_BUFFER()
83 SHOW_FLOW0( 3, "RGB15" ); in ALLOCATE_OVERLAY_BUFFER()
89 SHOW_FLOW0( 3, "RGB16" ); in ALLOCATE_OVERLAY_BUFFER()
95 SHOW_FLOW0( 3, "RGB32" ); in ALLOCATE_OVERLAY_BUFFER()
101 SHOW_FLOW0( 3, "YCbCr422" ); in ALLOCATE_OVERLAY_BUFFER()
185 SHOW_FLOW0( 3, "" ); in RELEASE_OVERLAY_BUFFER()
217 SHOW_FLOW0( 3, "success" ); in RELEASE_OVERLAY_BUFFER()
[all …]
H A Dflat_panel.c111 SHOW_FLOW0( 2, "" ); in Radeon_ProgramRMXRegisters()
158 SHOW_FLOW0( 2, "is_fp2" ); in Radeon_CalcFPRegisters()
162 SHOW_FLOW0( 2, "fp1" ); in Radeon_CalcFPRegisters()
218 SHOW_FLOW0( 2, "lvds" ); in Radeon_CalcFPRegisters()
224 SHOW_FLOW0( 2, "DVI INT" ); in Radeon_CalcFPRegisters()
231 SHOW_FLOW0( 2, "DVI EXT" ); in Radeon_CalcFPRegisters()
256 SHOW_FLOW0( 2, "" ); in Radeon_ProgramFPRegisters()
261 SHOW_FLOW0( 2, "is_fp2" ); in Radeon_ProgramFPRegisters()
269 SHOW_FLOW0( 2, "is_fp1" ); in Radeon_ProgramFPRegisters()
H A DEngineManagment.c104 SHOW_FLOW0( 4, "" ); in ACQUIRE_ENGINE()
126 SHOW_FLOW0( 4, "" ); in RELEASE_ENGINE()
146 SHOW_FLOW0( 4, "" ); in WAIT_ENGINE_IDLE()
158 SHOW_FLOW0( 4, "" ); in GET_SYNC_TOKEN()
188 SHOW_FLOW0( 4, "" ); in SYNC_TO_TOKEN()
H A DInitAccelerant.c33 SHOW_FLOW0( 3, "" ); in init_common()
152 SHOW_FLOW0( 3, "" ); in INIT_ACCELERANT()
221 SHOW_FLOW0( 0, "" ); in ACCELERANT_CLONE_INFO_SIZE()
235 SHOW_FLOW0( 0, "" ); in GET_ACCELERANT_CLONE_INFO()
252 SHOW_FLOW0( 0, "" ); in CLONE_ACCELERANT()
293 SHOW_FLOW0( 0, "" ); in UNINIT_ACCELERANT()
306 SHOW_FLOW0( 0, "" ); in GET_ACCELERANT_DEVICE_INFO()
H A Dmultimon.c28 SHOW_FLOW0( 3, "possibly combine mode" ); in Radeon_DetectMultiMode()
36 SHOW_FLOW0( 2, "horizontal combine mode" ); in Radeon_DetectMultiMode()
41 SHOW_FLOW0( 2, "vertical combine mode" ); in Radeon_DetectMultiMode()
47 SHOW_FLOW0( 2, "wasn't really a combine mode" ); in Radeon_DetectMultiMode()
64 SHOW_FLOW0( 2, "only one monitor - disabling any multi-mon mode" ); in Radeon_VerifyMultiMode()
H A DAcceleration.c29 SHOW_FLOW0( 4, "" ); in SCREEN_TO_SCREEN_BLIT_DMA()
68 SHOW_FLOW0( 4, "" ); in SCREEN_TO_SCREEN_BLIT_PIO()
120 SHOW_FLOW0( 4, "" ); in FILL_RECTANGLE_DMA()
196 SHOW_FLOW0( 4, "" ); in INVERT_RECTANGLE_DMA()
246 SHOW_FLOW0( 4, "" ); in INVERT_RECTANGLE_PIO()
279 SHOW_FLOW0( 4, "" ); in FILL_SPAN_DMA()
327 SHOW_FLOW0( 4, "" ); in FILL_SPAN_PIO()
399 SHOW_FLOW0( 3, "" ); in Radeon_Init2D()
419 SHOW_FLOW0( 4, "" ); in Radeon_FillStateBuffer()
H A DCP.c130 SHOW_FLOW0( 3, "" ); in Radeon_WaitForFreeIndirectBuffers()
174 SHOW_FLOW0( 3, "" ); in Radeon_AllocIndirectBuffer()
220 SHOW_FLOW0( 3, "done" ); in Radeon_FreeIndirectBuffer()
297 SHOW_FLOW0( 3, "update state" ); in Radeon_SendIndirectBuffer()
354 SHOW_FLOW0( 3, "done" ); in Radeon_SendIndirectBuffer()
H A Dmonitor_detection.c549 SHOW_FLOW0(2, "timeout"); in readTVDetect()
618 SHOW_FLOW0(2, "Composite-Out of Rage Theatre is connected"); in Radeon_DetectTV_Theatre()
636 SHOW_FLOW0(2, "S-Video-Out of Rage Theatre is connected"); in Radeon_DetectTV_Theatre()
825 SHOW_FLOW0(2, "Timing is not explicitely defined in DDC - checking standard modes"); in Radeon_StoreFPEDID()
829 SHOW_FLOW0(2, "Still found no valid native mode, disabling DVI"); in Radeon_StoreFPEDID()
933 SHOW_FLOW0(2, "Swapping TMDS_INT to first port"); in Radeon_DetectDisplays()
946 SHOW_FLOW0(2, "Swapping Primary Dac to front"); in Radeon_DetectDisplays()
998 SHOW_FLOW0(2, "Must be a DVI monitor"); in Radeon_DetectDisplays()
1039 SHOW_FLOW0(2, "Must be an analog monitor on DVI port"); in Radeon_DetectDisplays()
1043 SHOW_FLOW0(2, "Seems to be a CRT on VGA port!?"); in Radeon_DetectDisplays()
H A DProposeDisplayMode.c192 SHOW_FLOW0( 4, "external (secondary) DVI cannot support non-native resolutions" ); in Radeon_ProposeDisplayMode()
278 SHOW_FLOW0( 4, "out of horizontal limits" ); in Radeon_ProposeDisplayMode()
339 SHOW_FLOW0( 4, "out of vertical limits" ); in Radeon_ProposeDisplayMode()
374 SHOW_FLOW0( 4, "out of virtual horizontal limits" ); in Radeon_ProposeDisplayMode()
406 SHOW_FLOW0( 4, "out of virtual vertical limits" ); in Radeon_ProposeDisplayMode()
547 SHOW_FLOW0( 2, "" ); in addFPMode()
658 SHOW_FLOW0( 2, "wished:" ); in PROPOSE_DISPLAY_MODE()
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dvip.c104 SHOW_FLOW0( 2, "Attempt to access VIP bus with non-stadard transaction length\n"); in do_VIPFifoRead()
112 SHOW_FLOW0( 2, "1"); in do_VIPFifoRead()
114 SHOW_FLOW0( 2, "3"); in do_VIPFifoRead()
123 SHOW_FLOW0( 2, "4"); in do_VIPFifoRead()
125 SHOW_FLOW0( 2, "5"); in do_VIPFifoRead()
132 SHOW_FLOW0( 2, "6"); in do_VIPFifoRead()
135 SHOW_FLOW0( 2, "7"); in do_VIPFifoRead()
140 SHOW_FLOW0( 2, "8"); in do_VIPFifoRead()
142 SHOW_FLOW0( 2, "9"); in do_VIPFifoRead()
146 SHOW_FLOW0( 2, "10"); in do_VIPFifoRead()
[all …]
H A DPCI_GART.c33 SHOW_FLOW0( 3, "" ); in createGARTBuffer()
76 SHOW_FLOW0( 3, "" ); in createGARTBuffer()
142 SHOW_FLOW0( 3, "" ); in initGATT()
286 SHOW_FLOW0( 3, "" ); in Radeon_CleanupPCIGART()
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dscsi_raw.c77 SHOW_FLOW0(3, ""); in raw_command()
153 SHOW_FLOW0(3, ""); in raw_init_device()
167 SHOW_FLOW0(3, "done"); in raw_init_device()
198 SHOW_FLOW0(3, ""); in raw_device_added()
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Ddevice.cpp61 SHOW_FLOW0(3, ""); in periph_register_device()
96 SHOW_FLOW0(3, "done"); in periph_register_device()
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/
H A Dpromise_tx2.c89 SHOW_FLOW0( 3, "" ); in handle_interrupt()
206 SHOW_FLOW0(2, ""); in publish_controller()
220 SHOW_FLOW0(3, ""); in detect_controller()
252 SHOW_FLOW0(3, ""); in probe_controller()
/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Data_adapter.cpp476 SHOW_FLOW0( 3, "" ); in ata_adapter_channel_removed()
514 SHOW_FLOW0(2, ""); in ata_adapter_publish_channel()
535 SHOW_FLOW0( 3, "" ); in ata_adapter_detect_channel()
694 SHOW_FLOW0(3, ""); in ata_adapter_controller_removed()
742 SHOW_FLOW0( 2, "" ); in ata_adapter_publish_controller()
762 SHOW_FLOW0( 3, "" ); in ata_adapter_detect_controller()
791 SHOW_FLOW0( 3, "" ); in ata_adapter_probe_controller()

123