Home
last modified time | relevance | path

Searched refs:KMOD_RETURN_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp133 return KMOD_RETURN_SUCCESS; in test2_start()
140 return KMOD_RETURN_SUCCESS; in test2_start()
150 return KMOD_RETURN_SUCCESS; in test2_start()
155 return KMOD_RETURN_SUCCESS; in test2_start()
177 return KMOD_RETURN_SUCCESS; in test2_start()
183 return KMOD_RETURN_SUCCESS; in test2_stop()
/xnu-10002.61.3/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp73 return KMOD_RETURN_SUCCESS; in test1_start()
80 return KMOD_RETURN_SUCCESS; in test1_start()
90 return KMOD_RETURN_SUCCESS; in test1_start()
104 return KMOD_RETURN_SUCCESS; in test1_start()
110 return KMOD_RETURN_SUCCESS; in test1_stop()
/xnu-10002.61.3/libkern/c++/
H A DOSRuntime.cpp271 result = KMOD_RETURN_SUCCESS; in OSRuntimeFinalizeCPP()
329 result = KMOD_RETURN_SUCCESS; in OSRuntimeFinalizeCPP()
448 result = KMOD_RETURN_SUCCESS; in OSRuntimeInitializeCPP()
525 if (load_success && result != KMOD_RETURN_SUCCESS) { in OSRuntimeInitializeCPP()
529 if (theKext && load_success && result == KMOD_RETURN_SUCCESS) { in OSRuntimeInitializeCPP()
/xnu-10002.61.3/osfmk/mach/
H A Dkmod.h53 #define KMOD_RETURN_SUCCESS KERN_SUCCESS macro