Searched refs:mkextFileContents (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkextunpack_main.c130 uint8_t * mkextFileContents = NULL; local
267 mkextFileContents = mmap(0, (size_t)stat_buf.st_size, PROT_READ,
269 if (mkextFileContents == (u_int8_t *)-1) {
275 if (!getMkextDataForArch(mkextFileContents, (size_t)stat_buf.st_size,

Completed in 96 milliseconds