Searched refs:tmpAddr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp9839 uint64_t tmpAddr; local
9847 tmpAddr = VM_KERNEL_UNSLIDE(summary->address);
9850 tmpAddr = summary->address;
9854 tmpAddr, tmpAddr + summary->size - 1);
9883 tmpAddr = VM_KERNEL_UNSLIDE(rinfo->address);
9886 tmpAddr = rinfo->address;
9889 rinfo->name, rinfo->version, uuid, tmpAddr);

Completed in 130 milliseconds