Searched refs:dcmn_err (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 110 dcmn_err(("devfs loaded\n")); in _init() 185 dcmn_err(("devfs_mount\n")); in devfs_mount() 255 dcmn_err(("devfs_root\n")); in devfs_root() 273 dcmn_err(("devfs_statvfs\n")); in devfs_statvfs() 309 dcmn_err(("devfs_mountroot\n")); in devfs_mountroot() 333 dcmn_err(("directory %s not found\n", dirpath)); in devfs_dip_to_dvnode() 404 dcmn_err(("devfs_unconfigure: dip = 0x%p, flags = 0x%x", in devfs_clean() 511 dcmn_err(("devfs_walk: path = %s", path)); in devfs_walk() 524 dcmn_err(("directory %s not found\n", dirpath)); in devfs_walk()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | dv_node.h | 206 #define dcmn_err(args) if (devfs_debug & DV_DEBUG) printf args macro 216 #define dcmn_err(args) /* nothing */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ia.h | 44 #define dcmn_err if (ia_debug) cmn_err macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | devinfo.c | 64 #define dcmn_err(args) if (di_debug >= 1) cmn_err args macro 68 #define dcmn_err(args) /* nothing */ macro 540 dcmn_err((CE_WARN, "devinfo: maximum devinfo open reached")); in di_open() 548 dcmn_err((CE_CONT, "di_open: thread = %p, assigned minor = %d\n", in di_open() 578 dcmn_err((CE_CONT, "di_close: thread = %p, assigned minor = %d\n", in di_close() 1064 dcmn_err((CE_WARN, "di_checkmem: invalid zero size used")); in di_checkmem() 1352 dcmn_err((CE_CONT, "Taking a snapshot of devinfo tree...\n")); in di_snapshot() 1377 dcmn_err((CE_CONT, "Devinfo node %s not found\n", in di_snapshot() 1390 dcmn_err((CE_CONT, "Devinfo node %s not found\n", in di_snapshot() 1531 dcmn_err((CE_WARN, "di_dip_find error for the given node\n")); in build_vhci_list() [all …]
|
/titanic_50/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 56 #define dcmn_err if (pci_boot_debug) cmn_err macro 239 dcmn_err(CE_NOTE, in pci_process_acpi_device() 938 dcmn_err(CE_NOTE, in fix_ppb_res() 1522 dcmn_err(CE_NOTE, "configuring pci bus 0x%x", bus); in enumerate_bus_devs() 1524 dcmn_err(CE_NOTE, "fixing devices on pci bus 0x%x", bus); in enumerate_bus_devs() 1526 dcmn_err(CE_NOTE, "enumerating pci bus 0x%x", bus); in enumerate_bus_devs() 1550 dcmn_err(CE_NOTE, "probing dev 0x%x, func 0x%x", in enumerate_bus_devs() 2899 dcmn_err(CE_NOTE, "bus %d io-range: 0x%" PRIx64 "-%" PRIx64, in add_ppb_props() 2923 dcmn_err(CE_NOTE, "bus %d mem-range: 0x%" PRIx64 "-%" PRIx64, in add_ppb_props() 2954 dcmn_err(CE_NOTE, "bus %d pmem-range: 0x%" PRIx64 "-%" PRIx64, in add_ppb_props()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 660 #define dcmn_err(level, args) if (fcode_debug >= level) cmn_err args macro
|