Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/IOKit/
H A DIOUserServer.h341 const OSSymbol * fExecutableName; variable
/xnu-8796.101.5/iokit/Kernel/
H A DIOUserServer.cpp6269 fExecutableName = NULL; in init()
6272 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()
6274 if (fExecutableName) { in init()
6275 fExecutableName->retain(); in init()
6333 OSSafeReleaseNULL(fExecutableName); in free()