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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp5986 OSKext * nextKext = OSDynamicCast(OSKext, local
5989 if (nextKext) {
5994 nextKext->kmod_info->next = gapKext->kmod_info;
5997 nextKext->kmod_info->next = NULL;

Completed in 41 milliseconds