Searched refs:thisKext (Results 1 - 5 of 5) sorted by path

/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c2062 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
2064 if (thisKext == aKext) {
2065 foundKext = thisKext;
2399 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(result, i); local
2406 if (thisKext == thatKext) {
4448 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kexts, i); local
4449 if (OSKextIsCompatibleWithVersion(thisKext, requestedVersion)) {
4450 result = thisKext;
5152 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
5156 !OSKextIsLoadableInSafeBoot(thisKext)) {
5678 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i); local
7045 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
7240 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
7289 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
7925 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
8190 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(allKexts, i); local
8709 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, i); local
10285 OSKextRef thisKext = (OSKextRef) CFArrayGetValueAtIndex(kexts, i); local
13137 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i); local
13543 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i); local
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_request.c960 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, index); local
962 thisKext, CFSTR(kOSBundleAllowUserLoadKey));
963 CFURLRef kextURL = OSKextGetURL(thisKext);
H A Dkextfind_commands.c456 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextDependencies, i); local
457 printKext(thisKext, pathSpec, extra_info, lineEnd);
484 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextDependents, i); local
485 printKext(thisKext, pathSpec, extra_info, lineEnd);
511 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(plugins, i); local
512 printKext(thisKext, pathSpec, extra_info, lineEnd);
H A Dkextutil_main.c1638 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, i); local
1642 switch (requestLoadAddress(thisKext)) {
1866 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
1872 if (!CFURLGetFileSystemRepresentation(OSKextGetURL(thisKext),
1878 thisKextIDCString = createUTF8CStringForCFString(OSKextGetIdentifier(thisKext));
1885 if (OSKextIsInterface(thisKext)) {
1887 } else if (!OSKextDeclaresExecutable(thisKext)) {
1889 } else if (OSKextIsStarted(thisKext)) {
1913 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
1918 if (!CFURLGetFileSystemRepresentation(OSKextGetURL(thisKext),
1982 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp954 OSKext * thisKext = NULL; // do not release local
988 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
990 if (thisKext) {
991 if (prelinkedKexts && thisKext->isPrelinked()) {
992 prelinkedKexts->setObject(thisKext);
994 thisKext->flushDependencies(/* forceIfLoaded */ false);
1006 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
1007 sKextsByID->setObject(thisKext->getIdentifierCString(), thisKext);
1018 while ((thisKext
3159 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i)); local
3185 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i)); local
3376 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i)); local
5297 OSKext * thisKext = NULL; // do not release local
6376 OSKext * thisKext = OSDynamicCast(OSKext, local
6561 OSKext * thisKext; // do not release local
7703 OSKext * thisKext = NULL; // do not release local
[all...]

Completed in 248 milliseconds