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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp670 void *moduleAddr; member in struct:BootxDriverInfo
732 if (dataBuffer->moduleAddr)
733 dataBuffer->moduleAddr = (void *)ml_boot_ptovirt((vm_address_t)dataBuffer->moduleAddr);
794 * Check that moduleAddr is nonzero before attempting to
802 if (dataBuffer->moduleAddr && dataBuffer->moduleLength) {
803 driverCode = OSData::withBytesNoCopy(dataBuffer->moduleAddr,

Completed in 76 milliseconds