ASSERT_PRINT
{ ASSERT_PRINT(_rw_lock_is_read_locked(l), "rwlock %p", l); }
{ ASSERT_PRINT(!_rw_lock_is_read_locked(l), "rwlock %p", l); }
ASSERT_PRINT(fWiredCount > 0, "page: %#" B_PRIx64, physical_page_number * B_PAGE_SIZE);
ASSERT_PRINT(fFirst == NULL ? fLast == NULL : fLast != NULL,
ASSERT_PRINT(fFirst == NULL ? fLast == NULL : fLast != NULL,
ASSERT_PRINT(fFirst == NULL ? fLast == NULL : fLast != NULL,
ASSERT_PRINT(fFirst != NULL && fLast != NULL
ASSERT_PRINT(fFirst != NULL,
ASSERT_PRINT(fObjectArray[i]->Parent() != object,
ASSERT_PRINT(page->State() == PAGE_STATE_UNUSED,
ASSERT_PRINT(page->State() == PAGE_STATE_UNUSED
ASSERT_PRINT(socket->first_protocol == NULL,
ASSERT_PRINT(area >= 0, "Failed mapping the kernel page directory: 0x%08lx!", area);
ASSERT_PRINT(
ASSERT_PRINT((pt[index] & ARM_PTE_TYPE_MASK) == 0,
ASSERT_PRINT(
ASSERT_PRINT((PTE_TYPE(pt[pindex]) != DT_INVALID) == 0,
ASSERT_PRINT((pt[index] & PPC_PTE_PRESENT) == 0,
ASSERT_PRINT((pt[index] & PPC_PTE_PRESENT) == 0,
ASSERT_PRINT(
ASSERT_PRINT((pt[index] & X86_PTE_PRESENT) == 0,
ASSERT_PRINT(
ASSERT_PRINT((*entry & X86_64_PTE_PRESENT) == 0,
ASSERT_PRINT(
ASSERT_PRINT((*entry & X86_PAE_PTE_PRESENT) == 0,
ASSERT_PRINT(sConditionVariableHash.Lookup(object) == NULL,
ASSERT_PRINT(page->State() == PAGE_STATE_UNUSED,
ASSERT_PRINT(page->State() == PAGE_STATE_UNUSED
ASSERT_PRINT(page->State() == PAGE_STATE_UNUSED,
ASSERT_PRINT(oldRefCount > 0, "vnode %p\n", vnode);
ASSERT_PRINT(vnode->ref_count == 0 && vnode->IsBusy(), "vnode: %p\n",
ASSERT_PRINT(vnode->advisory_locking == NULL, "vnode: %p\n", vnode);
ASSERT_PRINT(!are_interrupts_enabled(),
ASSERT_PRINT(load >= 0 && load <= kMaxLoad, "load is out of range %"
ASSERT_PRINT(chunkPointer, "remaining: %" B_PRIu32 "/%" B_PRIu32
ASSERT_PRINT(!sourcePage->busy, "page: %p", sourcePage);
ASSERT_PRINT(sourcePage->WiredCount() == 0
ASSERT_PRINT(!page->busy, "page: %p", page);
ASSERT_PRINT(size >= (page_count * B_PAGE_SIZE),
ASSERT_PRINT(commitment <= size, "cache %p, commitment %" B_PRIdOFF ", size %" B_PRIdOFF,
ASSERT_PRINT(page != NULL, "page number: %#" B_PRIxPHYSADDR
ASSERT_PRINT(mapping != NULL, "page: %p, page number: %#"
ASSERT_PRINT(page != NULL, "page number: %#" B_PRIxPHYSADDR, pageNumber);
ASSERT_PRINT(mapping != NULL, "page: %p, page number: %#"
ASSERT_PRINT((condition), "page: %p", (page))