Home
last modified time | relevance | path

Searched refs:QL_PRINT_9 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c233 QL_PRINT_9(ha, "failed, fo api not supported\n"); in ql_ioctl()
308 QL_PRINT_9(ha, "done\n"); in ql_ioctl()
334 QL_PRINT_9(ha, "started\n"); in ql_busy_notification()
366 QL_PRINT_9(ha, "done\n"); in ql_busy_notification()
392 QL_PRINT_9(ha, "started\n"); in ql_idle_notification()
405 QL_PRINT_9(ha, "done\n"); in ql_idle_notification()
423 QL_PRINT_9(ha, "started\n"); in ql_get_feature_bits()
485 QL_PRINT_9(ha, "done\n"); in ql_get_feature_bits()
504 QL_PRINT_9(ha, "started\n"); in ql_set_feature_bits()
589 QL_PRINT_9(ha, "done\n"); in ql_set_feature_bits()
[all …]
H A Dql_xioctl.c185 QL_PRINT_9(ha, "started\n"); in ql_alloc_xioctl_resource()
188 QL_PRINT_9(ha, "already allocated done\n", in ql_alloc_xioctl_resource()
209 QL_PRINT_9(ha, "done\n"); in ql_alloc_xioctl_resource()
229 QL_PRINT_9(ha, "started\n"); in ql_free_xioctl_resource()
232 QL_PRINT_9(ha, "already freed\n"); in ql_free_xioctl_resource()
245 QL_PRINT_9(ha, "done\n"); in ql_free_xioctl_resource()
275 QL_PRINT_9(ha, "started, cmd=%d\n", cmd); in ql_xioctl()
278 QL_PRINT_9(ha, "no context\n"); in ql_xioctl()
331 QL_PRINT_9(ha, "done\n"); in ql_xioctl()
365 QL_PRINT_9(ha, "started\n"); in ql_sdm_ioctl()
[all …]
H A Dql_mbx.c3419 QL_PRINT_9(ha, "done\n"); in ql_get_firmware_option()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h184 #define QL_PRINT_9(ha, ...) ql_dbg_msg(ha, __func__, CE_CONT, __VA_ARGS__) macro
188 #define QL_PRINT_9(...) macro