Searched defs:dcmn_err2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddv_node.h207 #define dcmn_err2(args) if (devfs_debug & DV_DEBUG2) printf args macro
217 #define dcmn_err2(args) /* nothing */ macro
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c65 #define dcmn_err2(args) if (di_debug >= 2) cmn_err args macro
69 #define dcmn_err2(args) /* nothing */ macro
608 dcmn_err2((CE_CONT, "di_ioctl: mode = %x, cmd = %x\n", mode, cmd));
885 dcmn_err2((CE_CONT, "di_allocmem: mem_size=%x\n", st->mem_size));
946 dcmn_err2((CE_CONT, "di_freemem\n"));
1090 dcmn_err2((CE_CONT, "di_copyformat: off=%x, arg=%p mode=%x\n",
1644 dcmn_err2((CE_CONT, "di_copydevnm: *off_p = %p\n", (void *)off_p));
1671 dcmn_err2((CE_CONT, "di_copydevnm: %s%d, off=%x\n",
1787 dcmn_err2((CE_CONT, "di_copynode: depth = %x\n", dsp->depth));
2457 dcmn_err2((CE_CON
[all...]

Completed in 59 milliseconds