Searched refs:dcmn_err2 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 77 dcmn_err2(("devfs_open %s\n", dv->dv_name)); in devfs_open() 93 dcmn_err2(("devfs_close %s\n", dv->dv_name)); in devfs_close() 110 dcmn_err2(("devfs_read %s\n", VTODV(vp)->dv_name)); in devfs_read() 125 dcmn_err2(("devfs_write %s\n", VTODV(vp)->dv_name)); in devfs_write() 140 dcmn_err2(("devfs_ioctl %s\n", VTODV(vp)->dv_name)); in devfs_ioctl() 171 dcmn_err2(("?devfs_getattr %s\n", dv->dv_name)); in devfs_getattr() 359 dcmn_err2(("?devfs_setattr %s\n", dv->dv_name)); in devfs_setattr() 619 dcmn_err2(("devfs_getsecattr %s\n", dv->dv_name)); in devfs_getsecattr() 653 dcmn_err2(("devfs_setsecattr %s\n", dv->dv_name)); in devfs_setsecattr() 674 dcmn_err2(("devfs_setsecattr %s: " in devfs_setsecattr() [all …]
|
H A D | devfs_subr.c | 1211 dcmn_err2(("dv_find: nm %s failed: hidden/removed\n", nm)); in dv_find() 1226 dcmn_err2(("dv_find: nm %s failed: internal\n", nm)); in dv_find() 1232 dcmn_err2(("dv_find: returning vp for nm %s\n", nm)); in dv_find()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | dv_node.h | 207 #define dcmn_err2(args) if (devfs_debug & DV_DEBUG2) printf args macro 217 #define dcmn_err2(args) /* nothing */ macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 65 #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)); in di_ioctl() 885 dcmn_err2((CE_CONT, "di_allocmem: mem_size=%x\n", st->mem_size)); in di_allocmem() 946 dcmn_err2((CE_CONT, "di_freemem\n")); in di_freemem() 1090 dcmn_err2((CE_CONT, "di_copyformat: off=%x, arg=%p mode=%x\n", in di_copyformat() 1644 dcmn_err2((CE_CONT, "di_copydevnm: *off_p = %p\n", (void *)off_p)); in di_copydevnm() 1671 dcmn_err2((CE_CONT, "di_copydevnm: %s%d, off=%x\n", in di_copydevnm() 1787 dcmn_err2((CE_CONT, "di_copynode: depth = %x\n", dsp->depth)); in di_copynode() 2457 dcmn_err2((CE_CONT, "di_copylyr: off = %x\n", off)); in di_getlink_data() [all …]
|