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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp945 bool extractExtensionsFromArchive(const MemoryMapFileInfo * mkext_file_info, argument
974 mkext_data = (mkext_header *)mkext_file_info->paddr;
977 mkext_data = (mkext_header *)ml_static_ptovirt(mkext_file_info->paddr);
979 mkext_data = (mkext_header *)ml_boot_ptovirt(mkext_file_info->paddr);
993 if (OSSwapBigToHostInt32(mkext_data->length) != mkext_file_info->length) {
1267 const MemoryMapFileInfo * mkext_file_info = 0; // don't free local
1282 mkext_file_info = (const MemoryMapFileInfo *)mkextDataObject->getBytesNoCopy();
1283 if (!mkext_file_info) {
1288 result = extractExtensionsFromArchive(mkext_file_info, false /*physical*/, extensions);
1396 MemoryMapFileInfo mkext_file_info; local
[all...]

Completed in 22 milliseconds