Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A DmvOs.h142 #define KdPrintE(_x_) do{ if (hpt_dbg_level>0) printf _x_; }while(0) macro
149 #define KdPrintE(x) macro
H A Dhptproc.c301 KdPrintE(("ioctl=%d in=%p len=%d out=%p len=%d\n", in hpt_set_info()
314 KdPrintE(("User buffer too large\n")); in hpt_set_info()
320 KdPrintE(("Couldn't allocate kernel mem.\n")); in hpt_set_info()
326 KdPrintE(("Failed to copyin from lpInBuffer\n")); in hpt_set_info()
H A Dentry.c2765 KdPrintE(("ERROR!!!\n")); in OsSendCommand()