Home
last modified time | relevance | path

Searched refs:OSReturn (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h462 static OSReturn removeKext(
517 static OSReturn loadFromMkext(
523 static OSReturn handleRequest(
554 virtual OSReturn load(
558 virtual OSReturn unload(void);
583 virtual OSReturn stop(void);
638 virtual OSReturn addClass(
641 virtual OSReturn removeClass(
656 static OSReturn mapKCFileSet(
713 OSReturn callbackResult,
[all …]
H A DOSMetaClass.h1090 static void logError(OSReturn result);
1426 static OSReturn postModLoad(void * loadHandle);
/xnu-11215/libkern/libkern/
H A DOSKextLib.h57 #pragma mark OSReturn Values for Kernel Extensions
710 OSReturn OSKextLoadKextWithIdentifier(const char * kextIdentifier);
755 OSReturn OSKextRetainKextWithLoadTag(OSKextLoadTag loadTag);
807 OSReturn OSKextReleaseKextWithLoadTag(OSKextLoadTag loadTag);
866 OSReturn result,
954 OSReturn OSKextRequestResource(
992 OSReturn OSKextCancelRequest(
H A DOSReturn.h57 #pragma mark Core OSReturn Values for Libkern
86 typedef kern_return_t OSReturn; typedef
H A DMakefile49 OSReturn.h \
H A DOSKextLibPrivate.h895 OSReturn OSKextUnloadKextWithLoadTag(uint32_t loadTag);
/xnu-11215/libkern/
H A DOSKextLib.cpp86 OSReturn
89 OSReturn result = kOSKextReturnNotFound; in OSKextRetainKextWithLoadTag()
130 OSReturn
133 OSReturn result = kOSKextReturnNotFound; in OSKextReleaseKextWithLoadTag()
170 OSReturn
184 OSReturn
198 OSReturn
/xnu-11215/libkern/c++/
H A DOSKext.cpp1155 OSReturn
1552 OSReturn
3362 OSReturn
3427 OSReturn
3619 OSReturn
3967 OSReturn
4179 OSReturn
4528 OSReturn
4668 OSReturn
4701 OSReturn
[all …]
H A DOSMetaClass.cpp104 OSReturn result;
514 OSReturn error, in OSMetaClassLogErrorForKext()
559 OSMetaClass::logError(OSReturn error) in logError()
817 OSReturn
820 OSReturn result = kOSReturnSuccess; in postModLoad()
/xnu-11215/libsyscall/mach/
H A Derr_libkern.sub31 #include <libkern/OSReturn.h>
35 /* These codes are specified in decimal in OSReturn.h.
42 /* These codes are specified in decimal in OSReturn.h.
/xnu-11215/libsa/
H A Dbootstrap.cpp139 OSReturn loadKernelComponentKexts(void);
571 OSReturn
574 OSReturn result = kOSReturnSuccess;// optimistic in loadKernelComponentKexts()
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp615 OSReturn ret; in isModuleLoaded()