Home
last modified time | relevance | path

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

/titanic_41/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 …]
/titanic_41/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 …]
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c44 #define DEBUGF(args) { if (evn_ufs_debug) cmn_err args; } macro
46 #define DEBUGF(args) macro
100 DEBUGF((CE_CONT, "?ufs_rdwr: %s vp: %p pages:%p off %llx len %lx" in ufs_rdwr_data()
143 DEBUGF((CE_CONT, "?ufs_rdwr_data: hole %llx - %lx\n", in ufs_rdwr_data()
190 DEBUGF((CE_CONT, "?loop ufs_rdwr_data.. off %llx len %lx\n", in ufs_rdwr_data()
194 DEBUGF((CE_CONT, "?ufs_rdwr_data: off %llx len %lx pages: %p ------\n", in ufs_rdwr_data()
295 DEBUGF((CE_CONT, "?ufs_alloc: off %llx len %lx size %llx fdb: %p\n", in ufs_alloc_data()
310 DEBUGF((CE_CONT, "?ufs_alloc_data: offset: %llx len %x\n", in ufs_alloc_data()
320 DEBUGF((CE_CONT, "?ufs_alloc_data: grow %llx -> %llx\n", in ufs_alloc_data()
328 DEBUGF((CE_CONT, "?ufs_alloc_data: grow " in ufs_alloc_data()
[all …]
/titanic_41/usr/src/uts/common/fs/
H A Dfdbuffer.c45 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; } macro
47 #define DEBUGF(level, args) macro
98 DEBUGF(FDB_D_CREATE, (CE_NOTE, in fdb_page_create()
126 DEBUGF(FDB_D_CREATE, (CE_NOTE, in fdb_addr_create()
177 DEBUGF(FDB_D_CREATE, (CE_NOTE, "?fdb_free: addr: %p flags: %x", in fdb_free()
225 DEBUGF(FDB_D_IO, (CE_NOTE, "?fdb_add_hole: off %llx len %lx", in fdb_add_hole()
348 DEBUGF(FDB_D_IO, (CE_NOTE, in fdb_iosetup()
438 DEBUGF(FDB_D_IO, (CE_NOTE, in fdb_ioerrdone()
472 DEBUGF(FDB_D_IO, (CE_NOTE, in fdb_iodone()
/titanic_41/usr/src/lib/efcode/engine/
H A Dcleanup.c48 DEBUGF(EXIT_WORDS, dump_words(env)); in _fini()
49 DEBUGF(TOKEN_USAGE, verify_usage(env)); in _fini()
H A Dinterp.c44 DEBUGF(NEXT_VITALS, output_vitals(env); in do_run()
H A Dinit.c134 DEBUGF(ANY, env->table[i].usage = 0); in _init()
H A Dfcode.c531 DEBUGF(BYTELOAD_DS, output_data_stack(env, MSG_FC_DEBUG)); in byte_load()
532 DEBUGF(BYTELOAD_RS, output_return_stack(env, 1, MSG_FC_DEBUG)); in byte_load()
533 DEBUGF(BYTELOAD_TOKENS, log_message(MSG_FC_DEBUG, in byte_load()
542 DEBUGF(TOKEN_USAGE, entry->usage++); in byte_load()
H A Dinteractive.c194 DEBUGF(SHOW_RS, output_return_stack(env, 0, MSG_FC_DEBUG)); in do_interact()
195 DEBUGF(SHOW_STACK, output_data_stack(env, MSG_FC_DEBUG)); in do_interact()
H A Dforth.c839 DEBUGF(COMMA, dump_comma(env, ",")); in comma()
849 DEBUGF(COMMA, dump_comma(env, "l,")); in lcomma()
859 DEBUGF(COMMA, dump_comma(env, "w,")); in wcomma()
869 DEBUGF(COMMA, dump_comma(env, "c,")); in ccomma()
887 DEBUGF(COMMA, dump_comma(env, "compile,")); in compile_comma()
H A Dprims64.c145 DEBUGF(COMMA, dump_comma(env, "x,")); in xcomma()
/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c93 #define DEBUGF(level, args) \ macro
98 #define DEBUGF(level, args) /* Nothing */ macro
429 DEBUGF(4, (CE_CONT, socal_initmsg)); in _init()
442 DEBUGF(4, (CE_CONT, "socal: _init: return=%d\n", stat)); in _init()
454 DEBUGF(4, (CE_CONT, "socal: _fini: \n")); in _fini()
458 DEBUGF(4, (CE_CONT, "socal: _fini: return=%d\n", stat)); in _fini()
489 DEBUGF(4, (CE_CONT, "socal%d entering attach: cmd=%x\n", instance, in socal_attach()
503 DEBUGF(4, (CE_CONT, "socal%d resumed\n", instance)); in socal_attach()
546 DEBUGF(4, (CE_CONT, "socal%d attach: allocated soft state\n", in socal_attach()
558 DEBUGF(4, (CE_CONT, "socal%d: attach: soc soft state ptr=0x%p\n", in socal_attach()
[all …]
/titanic_41/usr/src/uts/common/vm/
H A Dseg_dev.c80 #define DEBUGF(level, args) { if (segdev_debug >= (level)) cmn_err args; } macro
82 #define DEBUGF(level, args) macro
470 DEBUGF(3, (CE_CONT, "segdev_dup: dhp %p seg %p\n", in segdev_dup()
520 DEBUGF(1, (CE_CONT, in segdev_dup()
601 DEBUGF(1, (CE_CONT, "devmap_handle_dup ERROR: " in devmap_handle_dup()
642 DEBUGF(3, (CE_CONT, "segdev_unmap: dhp %p seg %p addr %p len %lx\n", in segdev_unmap()
658 DEBUGF(1, (CE_CONT, "segdev_unmap: softlockcnt %ld\n", sz)); in segdev_unmap()
804 DEBUGF(3, (CE_CONT, "segdev_unmap: segdev_dup seg %p nseg %p\n", in segdev_unmap()
862 DEBUGF(3, (CE_CONT, "unmap: dhp %p addr %p uvaddr %p len %lx\n", in segdev_unmap()
1131 DEBUGF(3, (CE_CONT, "segdev_free: dhp %p seg %p\n", in segdev_free()
[all …]
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dprivate.h44 #define DEBUGF(x, y) if (get_interpreter_debug_level() & (DEBUG_##x))\ macro
53 #define DEBUGF(x, y)
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dget_req.c340 DEBUGF(UPLOAD, dot_request(env)); in get_request()
363 DEBUGF(UPLOAD, dot_request(env)); in get_efdaemon_request()
H A Dupload.c120 DEBUGF(UPLOAD, print_property(env, p, " Upload: ")); in upload_properties()