Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp8527 kern_return_t (*stopfunc)(kmod_info_t *, void *); local
8577 stopfunc = kmod_info->stop;
8578 if (stopfunc) {
8587 result = stopfunc(kmod_info, /* userData */ NULL);