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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp958 OSKext * thisKext = NULL; // do not release local
992 thisKext = OSDynamicCast(OSKext, sKextsByID->getObject(thisID));
994 if (thisKext) {
995 if (prelinkedKexts && thisKext->isPrelinked()) {
996 prelinkedKexts->setObject(thisKext);
998 thisKext->flushDependencies(/* forceIfLoaded */ false);
1010 thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i));
1011 sKextsByID->setObject(thisKext->getIdentifierCString(), thisKext);
1022 while ((thisKext
3478 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i)); local
3504 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i)); local
3695 OSKext * thisKext = OSDynamicCast(OSKext, sLoadedKexts->getObject(i)); local
5607 OSKext * thisKext = NULL; // do not release local
6701 OSKext * thisKext = OSDynamicCast(OSKext, local
6886 OSKext * thisKext; // do not release local
8075 OSKext * thisKext = NULL; // do not release local
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_request.c1005 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, index); local
1007 thisKext, CFSTR(kOSBundleAllowUserLoadKey));
1008 CFURLRef kextURL = OSKextGetURL(thisKext);
H A Dkextutil_main.c1640 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, i); local
1644 switch (requestLoadAddress(thisKext)) {
1868 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
1874 if (!CFURLGetFileSystemRepresentation(OSKextGetURL(thisKext),
1880 thisKextIDCString = createUTF8CStringForCFString(OSKextGetIdentifier(thisKext));
1887 if (OSKextIsInterface(thisKext)) {
1889 } else if (!OSKextDeclaresExecutable(thisKext)) {
1891 } else if (OSKextIsStarted(thisKext)) {
1915 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
1920 if (!CFURLGetFileSystemRepresentation(OSKextGetURL(thisKext),
1984 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
[all...]
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);
/macosx-10.9.5/IOKitUser-907.100.13/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) {
4452 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kexts, i); local
4453 if (OSKextIsCompatibleWithVersion(thisKext, requestedVersion)) {
4454 result = thisKext;
5156 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
5160 !OSKextIsLoadableInSafeBoot(thisKext)) {
5683 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i); local
6996 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
7191 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
7240 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
7875 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex( local
8140 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(allKexts, i); local
8661 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(loadList, i); local
10240 OSKextRef thisKext = (OSKextRef) CFArrayGetValueAtIndex(kexts, i); local
13080 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i); local
13486 OSKextRef thisKext = (OSKextRef)CFArrayGetValueAtIndex(kextArray, i); local
[all...]

Completed in 152 milliseconds