Searched refs:postModLoad (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSRuntime.cpp382 * so we don't check it here, even though OSMetaClass::postModLoad() will
387 (void)OSMetaClass::postModLoad(metaHandle);
488 * calling OSMetaClass::postModLoad() as the OSMetaClass destructors
510 result = OSMetaClass::postModLoad(metaHandle);
512 /* If we've otherwise been fine up to now, but OSMetaClass::postModLoad()
H A DOSMetaClass.cpp382 * registration, and OSMetaClass::postModLoad(), which actually
444 * OSMetaClass::postModLoad(). So only do this bit if we have an OSKext.
481 /* Remove this metaclass from the stalled list so postModLoad() doesn't
555 // keep sStalledClassesLock locked until postModLoad
572 OSMetaClass::postModLoad(void * loadHandle) function in class:OSMetaClass
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSMetaClass.h937 // Called by postModLoad
1118 * <code>@link postModLoad postModLoad@/link</code>.
1166 * <code>@link postModLoad postModLoad@/link</code>.
1169 * <code>@link postModLoad postModLoad@/link</code>.
1195 * @function postModLoad
1220 * <code>postModLoad</code> releases the lock taken by
1223 static OSReturn postModLoad(voi
[all...]

Completed in 18 milliseconds