Home
last modified time | relevance | path

Searched refs:AACDB_PRINT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c721 AACDB_PRINT(NULL, CE_WARN, "Mod init error!"); in _init()
757 AACDB_PRINT(NULL, CE_WARN, "AAC is busy, cannot unload!"); in _fini()
784 AACDB_PRINT(softs, CE_WARN, "Cannot alloc soft state"); in aac_attach()
807 AACDB_PRINT(softs, CE_WARN, "Card not supported"); in aac_attach()
855 AACDB_PRINT(softs, CE_NOTE, "legacy-name disabled"); in aac_attach()
877 AACDB_PRINT(softs, CE_NOTE, "buf breakup enabled"); in aac_attach()
895 AACDB_PRINT(softs, CE_WARN, "failed to create devctl node"); in aac_attach()
902 AACDB_PRINT(softs, CE_WARN, "failed to create scsi node"); in aac_attach()
910 AACDB_PRINT(softs, CE_WARN, "failed to create aac node"); in aac_attach()
921 AACDB_PRINT(softs, CE_WARN, "aif thread create failed"); in aac_attach()
[all …]
H A Daac_ioctl.c149 AACDB_PRINT(softs, CE_WARN, in aac_do_ioctl()
205 AACDB_PRINT(softs, CE_CONT, "User SendFib failed ENXIO"); in aac_send_fib()
208 AACDB_PRINT(softs, CE_CONT, "User SendFib failed EBUSY"); in aac_send_fib()
291 AACDB_PRINT(softs, CE_CONT, "FIB data corrupt"); in aac_ioctl_send_fib()
297 AACDB_PRINT(softs, CE_CONT, "FIB copyout failed"); in aac_ioctl_send_fib()
528 AACDB_PRINT(softs, CE_NOTE, in aac_send_raw_srb()
547 AACDB_PRINT(softs, CE_NOTE, "ddi_umem_lock failed: %d", in aac_send_raw_srb()
561 AACDB_PRINT(softs, CE_NOTE, "ddi_umem_iosetup failed"); in aac_send_raw_srb()
572 AACDB_PRINT(softs, CE_NOTE, "large cookiec received %d", in aac_send_raw_srb()
H A Daac.h549 #define AACDB_PRINT(s, lev, ...) { \ macro
576 #define AACDB_PRINT(s, lev, ...)