Home
last modified time | relevance | path

Searched refs:kOSReturnSuccess (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp1392 result = kOSReturnSuccess; in removeKextBootstrap()
3612 result = kOSReturnSuccess; in readMkext2Archive()
4242 result = kOSReturnSuccess; in serializeLogInfo()
4544 return kOSReturnSuccess; in removeKext()
4658 result = kOSReturnSuccess; in removeKext()
8125 return kOSReturnSuccess;
13382 ret = kOSReturnSuccess;
13463 err = kOSReturnSuccess;
14401 return kOSReturnSuccess;
14440 return kOSReturnSuccess;
[all …]
H A DOSMetaClass.cpp520 case kOSReturnSuccess: in OSMetaClassLogErrorForKext()
682 if (myKext->removeClass(this) != kOSReturnSuccess) { in ~OSMetaClass()
796 sStalled->result = kOSReturnSuccess; in preModLoad()
812 sStalled->result == kOSReturnSuccess; in checkModLoad()
820 OSReturn result = kOSReturnSuccess; in postModLoad()
937 if (result != kOSReturnSuccess) { in postModLoad()
958 if (result != kOSReturnSuccess && in postModLoad()
H A DOSRuntime.cpp148 if (kOSReturnSuccess != OSRuntimeInitializeCPP(NULL)) { in OSlibkernInit()
/xnu-11215/libkern/libkern/
H A DOSReturn.h110 #define kOSReturnSuccess KERN_SUCCESS macro
/xnu-11215/libkern/
H A DOSKextLib.cpp98 result = kOSReturnSuccess; in OSKextRetainKextWithLoadTag()
142 result = kOSReturnSuccess; in OSKextReleaseKextWithLoadTag()
/xnu-11215/libsa/
H A Dbootstrap.cpp574 OSReturn result = kOSReturnSuccess;// optimistic in loadKernelComponentKexts()
582 if (kOSReturnSuccess != OSKext::loadKextWithIdentifier( in loadKernelComponentKexts()