HomeSort by relevance Sort by last modified time
    Searched defs:DEBUGF (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/
private.h 44 #define DEBUGF(x, y) if (get_interpreter_debug_level() & (DEBUG_##x))\
53 #define DEBUGF(x, y)
  /onnv/onnv-gate/usr/src/uts/common/fs/
fdbuffer.c 45 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; }
47 #define DEBUGF(level, args)
98 DEBUGF(FDB_D_CREATE, (CE_NOTE,
126 DEBUGF(FDB_D_CREATE, (CE_NOTE,
177 DEBUGF(FDB_D_CREATE, (CE_NOTE, "?fdb_free: addr: %p flags: %x",
225 DEBUGF(FDB_D_IO, (CE_NOTE, "?fdb_add_hole: off %llx len %lx",
348 DEBUGF(FDB_D_IO, (CE_NOTE,
438 DEBUGF(FDB_D_IO, (CE_NOTE,
472 DEBUGF(FDB_D_IO, (CE_NOTE,
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_extvnops.c 44 #define DEBUGF(args) { if (evn_ufs_debug) cmn_err args; }
46 #define DEBUGF(args)
100 DEBUGF((CE_CONT, "?ufs_rdwr: %s vp: %p pages:%p off %llx len %lx"
143 DEBUGF((CE_CONT, "?ufs_rdwr_data: hole %llx - %lx\n",
190 DEBUGF((CE_CONT, "?loop ufs_rdwr_data.. off %llx len %lx\n",
194 DEBUGF((CE_CONT, "?ufs_rdwr_data: off %llx len %lx pages: %p ------\n",
295 DEBUGF((CE_CONT, "?ufs_alloc: off %llx len %lx size %llx fdb: %p\n",
310 DEBUGF((CE_CONT, "?ufs_alloc_data: offset: %llx len %x\n",
320 DEBUGF((CE_CONT, "?ufs_alloc_data: grow %llx -> %llx\n",
328 DEBUGF((CE_CONT, "?ufs_alloc_data: grow
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sghsc.c 63 #define DEBUGF(level, args) \
68 #define DEBUGF(level, args) /* nothing */
336 DEBUGF(1, (CE_NOTE, "attach sghsc driver. "));
372 DEBUGF(1, (CE_NOTE, "sghsc%d: node %d / board %d has %d slots",
396 DEBUGF(1, (CE_NOTE, "sghsc%d: node %d / board %d is type %d",
404 DEBUGF(1, (CE_NOTE, "sghsc%d: sghsc_register_slots"
412 DEBUGF(1, (CE_NOTE, "sghsc%d: sghsc_connect failed for"
449 DEBUGF(1, (CE_NOTE, "sghsc: creating event thread"
475 DEBUGF(1, (CE_NOTE, "sghsc%d: attach failed for node %d",
561 DEBUGF(1, (CE_NOTE, "sghsc%d: slot table has %d entries for
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
winlockio.c 269 #define DEBUGF(level, args) { if (lock_debug >= (level)) cmn_err args; }
271 #define DEBUGF(level, args)
434 DEBUGF(1, (CE_CONT, "winlock_attach, devi=%p, cmd=%d\n",
451 DEBUGF(1, (CE_CONT, "winlock_detach, devi=%p, cmd=%d\n",
463 DEBUGF(1, (CE_CONT, "detach freeing trashpage and lockpage\n"));
517 DEBUGF(1, (CE_CONT, "winlockioctl: cmd=%d, arg=0x%p\n",
570 DEBUGF(1, (CE_CONT, "winlock_segmap off=%lx, len=0x%lx\n", off, len));
590 DEBUGF(1, (CE_CONT, "winlock devmap: off=%llx, len=%lx, dhp=%p\n",
607 DEBUGF(2, (CE_CONT,
880 DEBUGF(3, (CE_CONT, "seglock_createlock: free_list=%p, next_lock %d\n"
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/vm/
seg_dev.c 82 #define DEBUGF(level, args) { if (segdev_debug >= (level)) cmn_err args; }
84 #define DEBUGF(level, args)
462 DEBUGF(3, (CE_CONT, "segdev_dup: dhp %p seg %p\n",
512 DEBUGF(1, (CE_CONT,
593 DEBUGF(1, (CE_CONT, "devmap_handle_dup ERROR: "
634 DEBUGF(3, (CE_CONT, "segdev_unmap: dhp %p seg %p addr %p len %lx\n",
650 DEBUGF(1, (CE_CONT, "segdev_unmap: softlockcnt %ld\n", sz));
796 DEBUGF(3, (CE_CONT, "segdev_unmap: segdev_dup seg %p nseg %p\n",
854 DEBUGF(3, (CE_CONT, "unmap: dhp %p addr %p uvaddr %p len %lx\n",
1123 DEBUGF(3, (CE_CONT, "segdev_free: dhp %p seg %p\n"
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
socal.c 91 #define DEBUGF(level, args) \
96 #define DEBUGF(level, args) /* Nothing */
427 DEBUGF(4, (CE_CONT, socal_initmsg));
440 DEBUGF(4, (CE_CONT, "socal: _init: return=%d\n", stat));
452 DEBUGF(4, (CE_CONT, "socal: _fini: \n"));
456 DEBUGF(4, (CE_CONT, "socal: _fini: return=%d\n", stat));
487 DEBUGF(4, (CE_CONT, "socal%d entering attach: cmd=%x\n", instance,
501 DEBUGF(4, (CE_CONT, "socal%d resumed\n", instance));
544 DEBUGF(4, (CE_CONT, "socal%d attach: allocated soft state\n",
556 DEBUGF(4, (CE_CONT, "socal%d: attach: soc soft state ptr=0x%p\n"
    [all...]

Completed in 420 milliseconds