Home
last modified time | relevance | path

Searched refs:copyMachoUUID (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h891 OSPtr<OSData> copyMachoUUID(const kernel_mach_header_t * header);
/xnu-11215/libkern/c++/
H A DOSKext.cpp5274 result = copyMachoUUID(header); in copyUUID()
5286 return copyMachoUUID((const kernel_mach_header_t *)kmod_info->address); in copyTextUUID()
5294 OSKext::copyMachoUUID(const kernel_mach_header_t * header) in copyMachoUUID() function in OSKext