Home
last modified time | relevance | path

Searched refs:debug_called (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mlx/
H A Dmlx_disk.c81 debug_called(1); in mlxd_open()
106 debug_called(1); in mlxd_close()
124 debug_called(1); in mlxd_ioctl()
147 debug_called(1); in mlxd_strategy()
187 debug_called(1); in mlxd_intr()
201 debug_called(1); in mlxd_probe()
215 debug_called(1); in mlxd_attach()
276 debug_called(1); in mlxd_detach()
H A Dmlx.c166 debug_called(1); in mlx_free()
227 debug_called(1); in mlx_dma_map_sg()
239 debug_called(1); in mlx_sglist_map()
308 debug_called(1); in mlx_attach()
527 debug_called(1); in mlx_startup()
592 debug_called(1); in mlx_detach()
647 debug_called(1); in mlx_shutdown_locked()
678 debug_called(1); in mlx_suspend()
701 debug_called(1); in mlx_resume()
720 debug_called(1); in mlx_intr()
[all …]
H A Dmlx_pci.c113 debug_called(1); in mlx_pci_probe()
130 debug_called(1); in mlx_pci_attach()
H A Dmlxvar.h40 #define debug_called(level) do { if (level <= MLX_DEBUG) printf(__func__ ": called\n"); } while(0) macro
43 #define debug_called(level) macro
/freebsd/sys/dev/ciss/
H A Dciss.c452 debug_called(1); in ciss_attach()
590 debug_called(1); in ciss_detach()
615 debug_called(1); in ciss_shutdown()
648 debug_called(1); in ciss_init_pci()
1036 debug_called(1); in ciss_wait_adapter()
1064 debug_called(1); in ciss_flush_adapter()
1160 debug_called(1); in ciss_init_requests()
1231 debug_called(1); in ciss_identify_adapter()
1364 debug_called(1); in ciss_report_luns()
1454 debug_called(1); in ciss_init_logical()
[all …]
H A Dcissvar.h276 # define debug_called(level) \ macro
287 # define debug_called(level) macro