Symbol: ghd_err
usr/src/uts/intel/io/dktp/controller/ata/ata_common.h
76
#define ATAPRT(fmt) ghd_err fmt
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
101
ghd_err("gcmdp 0x%p flags 0x%x v_addr 0x%p dma %d\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
103
ghd_err("&sg_list 0x%p sg cnt 0x%x resid 0x%lx bcnt 0x%lx\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
105
ghd_err("sec 0x%x cnt 0x%x lc 0x%x hc 0x%x hd 0x%x cmd 0x%x\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
108
ghd_err("status 0x%x error 0x%x\n", P->ap_status, P->ap_error);
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
109
ghd_err("start 0x%p intr 0x%p complete 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
111
ghd_err("ata cdb 0x%x scb 0x%x bpb 0x%x wrt cnt 0x%x\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
113
ghd_err("atapi cdbp 0x%p cdb len %d cdb pad %d\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
115
ghd_err("scbp 0x%p statuslen 0x%x\n", P->ap_scbp, P->ap_statuslen);
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
41
ghd_err("dip 0x%p flags 0x%x timing 0x%x\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
43
ghd_err("drvp[0][0..7] 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
47
ghd_err("drvp[1][0..7] 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
51
ghd_err("max tran 0x%x &ccc_t 0x%p actv drvp 0x%p actv pktp 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
54
ghd_err("state %d hba tranp 0x%p\n", P->ac_state, P->ac_atapi_tran);
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
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 "
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
60
ghd_err("iohdl2 0x%p 0x%p AST 0x%p DC 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
62
ghd_err("bm hdl 0x%p 0x%p pciide %d BM %d sg_list 0x%p paddr 0x%llx "
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
67
ghd_err("arq pktp 0x%p flt pktp 0x%p &cdb 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
76
ghd_err("ctlp 0x%p &ata_id 0x%p flags 0x%x pciide dma 0x%x\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
79
ghd_err("targ %d lun %d driv 0x%x state %d cdb len %d "
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
84
ghd_err("ata &scsi_dev 0x%p &scsi_inquiry 0x%p &ctl_obj 0x%p\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
87
ghd_err("ata rd cmd 0x%x wr cmd 0x%x acyl 0x%x\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
90
ghd_err("ata bios cyl %d hd %d sec %d phs hd %d sec %d\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.c
94
ghd_err("block factor %d bpb %d\n",
usr/src/uts/intel/io/dktp/controller/ata/ata_debug.h
45
#define ADBG_ERROR(fmt) ghd_err fmt
usr/src/uts/intel/io/dktp/hba/ghd/ghd_debug.h
36
extern void ghd_err(const char *fmt, ...) __KPRINTFLIKE(1);
usr/src/uts/intel/io/dktp/hba/ghd/ghd_debug.h
56
#define GDBG_PRF(fmt) ghd_err fmt
usr/src/uts/intel/io/dktp/hba/ghd/ghd_debug.h
76
#define GDBG_ERROR(fmt) ghd_err fmt
usr/src/uts/sun/sys/dada/adapters/ghd/ghd_debug.h
36
extern void ghd_err(const char *fmt, ...) __KPRINTFLIKE(1);
usr/src/uts/sun/sys/dada/adapters/ghd/ghd_debug.h
56
#define GDBG_PRF(fmt) ghd_err fmt
usr/src/uts/sun/sys/dada/adapters/ghd/ghd_debug.h
76
#define GDBG_ERROR(fmt) ghd_err fmt