Home
last modified time | relevance | path

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

/freebsd-14.2/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()
593 debug_called(1); in mlx_detach()
648 debug_called(1); in mlx_shutdown_locked()
685 debug_called(1); in mlx_suspend()
708 debug_called(1); in mlx_resume()
727 debug_called(1); in mlx_intr()
[all …]
H A Dmlx_pci.c114 debug_called(1); in mlx_pci_probe()
131 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-14.2/sys/dev/ciss/
H A Dciss.c415 debug_called(1); in ciss_attach()
553 debug_called(1); in ciss_detach()
578 debug_called(1); in ciss_shutdown()
611 debug_called(1); in ciss_init_pci()
999 debug_called(1); in ciss_wait_adapter()
1027 debug_called(1); in ciss_flush_adapter()
1123 debug_called(1); in ciss_init_requests()
1194 debug_called(1); in ciss_identify_adapter()
1318 debug_called(1); in ciss_report_luns()
1408 debug_called(1); in ciss_init_logical()
[all …]
H A Dcissvar.h275 # define debug_called(level) \ macro
286 # define debug_called(level) macro