Lines Matching refs:DEBUGF
269 #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()
933 DEBUGF(3, (CE_CONT, "destroying lock cookie %d key %d\n", in seglock_destroylock()
1026 DEBUGF(3, (CE_CONT, "Allocating segproc structure for tag %p lock %d\n", in seglock_alloc_specific()
1050 DEBUGF(3, (CE_CONT, "Deleting segproc structure for pid %d lock %d\n", in seglock_deleteclient()
1121 DEBUGF(3, (CE_CONT, in seglock_graballoc()
1138 DEBUGF(2, (CE_CONT, "alloc: found lock key %d cookie %d\n", in seglock_graballoc()
1142 DEBUGF(2, (CE_CONT, "alloc: created lock key %d cookie %d\n", in seglock_graballoc()
1146 DEBUGF(2, (CE_CONT, "alloc: cannot create lock key %d\n", key)); in seglock_graballoc()
1187 DEBUGF(2, (CE_CONT, "seglock_grabfree: offset=%u", offset)); in seglock_grabfree()
1190 DEBUGF(2, (CE_CONT, "did not find lock\n")); in seglock_grabfree()
1193 DEBUGF(3, (CE_CONT, " lock key %d, cookie %d, alloccount %d\n", in seglock_grabfree()
1299 DEBUGF(3, (CE_CONT, in seglock_lockfault()
1308 DEBUGF(4, (CE_CONT, " lock has no current owner\n")); in seglock_lockfault()
1319 DEBUGF(4, (CE_CONT, "lock owner faulting\n")); in seglock_lockfault()
1330 DEBUGF(4, (CE_CONT, " owner fault on unlock seg w/ sleeper\n")); in seglock_lockfault()
1345 DEBUGF(4, (CE_CONT, " old owner reloads trash mapping\n")); in seglock_lockfault()
1359 DEBUGF(4, (CE_CONT, " owner loses mappings to check lock state\n")); in seglock_lockfault()
1370 DEBUGF(4, (CE_CONT, in seglock_lockfault()
1376 DEBUGF(4, (CE_CONT, " lock held, sleeping\n")); in seglock_lockfault()
1457 DEBUGF(4, (CE_CONT, in give_mapping()
1466 DEBUGF(4, (CE_CONT, in give_mapping()
1480 DEBUGF(4, (CE_CONT, "new owner %d gets lock mapping", ddi_get_pid())); in give_mapping()
1484 DEBUGF(4, (CE_CONT, in give_mapping()
1493 DEBUGF(4, (CE_CONT, " and unlock mapping\n")); in give_mapping()
1510 DEBUGF(4, (CE_CONT, "winlock_giveup: lp=%p, owner=%p, trash %d\n", in lock_giveup()
1568 DEBUGF(4, (CE_CONT, " waking up, lp=%p\n", (void *)lp)); in lock_giveup()
1586 DEBUGF(1, (CE_CONT, "Lock list empty. Releasing free list\n")); in lock_destroyall()