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

/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DPEFSupport.c547 IOByteCount pefLen,
665 pefLen = 0;
672 if (pefLen == 0)
676 (UInt8 *) pef, pefLen, kCFAllocatorNull);
732 IOByteCount pefLen, pos = 0; local
779 while ((pos < pefFileLen) && (pefLen = GetPEFLen(pef)))
781 ExaminePEF(masterPort, pef, pefLen, matching);
782 pefLen = (pefLen + 15) & ~15;
783 pef += pefLen;
544 ExaminePEF( mach_port_t masterPort, char * pef, IOByteCount pefLen, CFDictionaryRef allMatching) argument
[all...]

Completed in 181 milliseconds