Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/
H A DIOUserServer.h359 const OSSymbol * fExecutableName; variable
/xnu-12377.1.9/iokit/Kernel/
H A DIOUserServer.cpp6713 fExecutableName = NULL; in init()
6716 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()
6718 if (fExecutableName) { in init()
6719 fExecutableName->retain(); in init()
6777 OSSafeReleaseNULL(fExecutableName); in free()