Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c41 ghd_err("dip 0x%p flags 0x%x timing 0x%x\n", in dump_ata_ctl()
43 ghd_err("drvp[0][0..7] 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p\n", in dump_ata_ctl()
47 ghd_err("drvp[1][0..7] 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p\n", in dump_ata_ctl()
51 ghd_err("max tran 0x%x &ccc_t 0x%p actv drvp 0x%p actv pktp 0x%p\n", in dump_ata_ctl()
54 ghd_err("state %d hba tranp 0x%p\n", P->ac_state, P->ac_atapi_tran); in dump_ata_ctl()
55 ghd_err("iohdl1 0x%p 0x%p D 0x%p E 0x%p F 0x%p C 0x%p S 0x%p LC 0x%p " in dump_ata_ctl()
60 ghd_err("iohdl2 0x%p 0x%p AST 0x%p DC 0x%p\n", in dump_ata_ctl()
62 ghd_err("bm hdl 0x%p 0x%p pciide %d BM %d sg_list 0x%p paddr 0x%llx " in dump_ata_ctl()
67 ghd_err("arq pktp 0x%p flt pktp 0x%p &cdb 0x%p\n", in dump_ata_ctl()
76 ghd_err("ctlp 0x%p &ata_id 0x%p flags 0x%x pciide dma 0x%x\n", in dump_ata_drv()
[all …]
H A Data_debug.h45 #define ADBG_ERROR(fmt) ghd_err fmt
H A Data_common.h76 #define ATAPRT(fmt) ghd_err fmt
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_debug.h36 extern void ghd_err(const char *fmt, ...) __KPRINTFLIKE(1);
56 #define GDBG_PRF(fmt) ghd_err fmt
76 #define GDBG_ERROR(fmt) ghd_err fmt
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_debug.h36 extern void ghd_err(const char *fmt, ...) __KPRINTFLIKE(1);
56 #define GDBG_PRF(fmt) ghd_err fmt
76 #define GDBG_ERROR(fmt) ghd_err fmt
H A Dghd_debug.c47 ghd_err(const char *fmt, ...) in ghd_err() function