Home
last modified time | relevance | path

Searched refs:DEBUGF (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c63 #define DEBUGF(level, args) \ macro
68 #define DEBUGF(level, args) /* nothing */ macro
336 DEBUGF(1, (CE_NOTE, "attach sghsc driver. ")); in sghsc_attach()
372 DEBUGF(1, (CE_NOTE, "sghsc%d: node %d / board %d has %d slots", in sghsc_attach()
396 DEBUGF(1, (CE_NOTE, "sghsc%d: node %d / board %d is type %d", in sghsc_attach()
404 DEBUGF(1, (CE_NOTE, "sghsc%d: sghsc_register_slots" in sghsc_attach()
412 DEBUGF(1, (CE_NOTE, "sghsc%d: sghsc_connect failed for" in sghsc_attach()
449 DEBUGF(1, (CE_NOTE, "sghsc: creating event thread" in sghsc_attach()
475 DEBUGF(1, (CE_NOTE, "sghsc%d: attach failed for node %d", in sghsc_attach()
561 DEBUGF(1, (CE_NOTE, "sghsc%d: slot table has %d entries for " in sghsc_register_slots()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c269 #define DEBUGF(level, args) { if (lock_debug >= (level)) cmn_err args; } macro
271 #define DEBUGF(level, args) macro
434 DEBUGF(1, (CE_CONT, "winlock_attach, devi=%p, cmd=%d\n", in winlock_attach()
451 DEBUGF(1, (CE_CONT, "winlock_detach, devi=%p, cmd=%d\n", in winlock_detach()
463 DEBUGF(1, (CE_CONT, "detach freeing trashpage and lockpage\n")); in winlock_detach()
517 DEBUGF(1, (CE_CONT, "winlockioctl: cmd=%d, arg=0x%p\n", in winlock_ioctl()
570 DEBUGF(1, (CE_CONT, "winlock_segmap off=%lx, len=0x%lx\n", off, len)); in winlocksegmap()
590 DEBUGF(1, (CE_CONT, "winlock devmap: off=%llx, len=%lx, dhp=%p\n", in winlock_devmap()
607 DEBUGF(2, (CE_CONT, in winlock_devmap()
880 DEBUGF(3, (CE_CONT, "seglock_createlock: free_list=%p, next_lock %d\n", in seglock_createlock()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c42 #define DEBUGF(args) { if (evn_ufs_debug) cmn_err args; } macro
44 #define DEBUGF(args) macro
98 DEBUGF((CE_CONT, "?ufs_rdwr: %s vp: %p pages:%p off %llx len %lx" in ufs_rdwr_data()
141 DEBUGF((CE_CONT, "?ufs_rdwr_data: hole %llx - %lx\n", in ufs_rdwr_data()
188 DEBUGF((CE_CONT, "?loop ufs_rdwr_data.. off %llx len %lx\n", in ufs_rdwr_data()
192 DEBUGF((CE_CONT, "?ufs_rdwr_data: off %llx len %lx pages: %p ------\n", in ufs_rdwr_data()
293 DEBUGF((CE_CONT, "?ufs_alloc: off %llx len %lx size %llx fdb: %p\n", in ufs_alloc_data()
308 DEBUGF((CE_CONT, "?ufs_alloc_data: offset: %llx len %x\n", in ufs_alloc_data()
318 DEBUGF((CE_CONT, "?ufs_alloc_data: grow %llx -> %llx\n", in ufs_alloc_data()
326 DEBUGF((CE_CONT, "?ufs_alloc_data: grow " in ufs_alloc_data()
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c43 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; } macro
45 #define DEBUGF(level, args) macro
96 DEBUGF(FDB_D_CREATE, (CE_NOTE, in fdb_page_create()
124 DEBUGF(FDB_D_CREATE, (CE_NOTE, in fdb_addr_create()
175 DEBUGF(FDB_D_CREATE, (CE_NOTE, "?fdb_free: addr: %p flags: %x", in fdb_free()
223 DEBUGF(FDB_D_IO, (CE_NOTE, "?fdb_add_hole: off %llx len %lx", in fdb_add_hole()
347 DEBUGF(FDB_D_IO, (CE_NOTE, in fdb_iosetup()
437 DEBUGF(FDB_D_IO, (CE_NOTE, in fdb_ioerrdone()
471 DEBUGF(FDB_D_IO, (CE_NOTE, in fdb_iodone()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c81 #define DEBUGF(level, args) { if (segdev_debug >= (level)) cmn_err args; } macro
83 #define DEBUGF(level, args) macro
472 DEBUGF(3, (CE_CONT, "segdev_dup: dhp %p seg %p\n", in segdev_dup()
522 DEBUGF(1, (CE_CONT, in segdev_dup()
603 DEBUGF(1, (CE_CONT, "devmap_handle_dup ERROR: " in devmap_handle_dup()
644 DEBUGF(3, (CE_CONT, "segdev_unmap: dhp %p seg %p addr %p len %lx\n", in segdev_unmap()
660 DEBUGF(1, (CE_CONT, "segdev_unmap: softlockcnt %ld\n", sz)); in segdev_unmap()
806 DEBUGF(3, (CE_CONT, "segdev_unmap: segdev_dup seg %p nseg %p\n", in segdev_unmap()
864 DEBUGF(3, (CE_CONT, "unmap: dhp %p addr %p uvaddr %p len %lx\n", in segdev_unmap()
1133 DEBUGF(3, (CE_CONT, "segdev_free: dhp %p seg %p\n", in segdev_free()
[all …]