Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserServer.h345 const OSSymbol * fExecutableName; variable
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp6438 fExecutableName = NULL; in init()
6441 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()
6443 if (fExecutableName) { in init()
6444 fExecutableName->retain(); in init()
6502 OSSafeReleaseNULL(fExecutableName); in free()