Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/IOKit/
H A DIOUserServer.h343 const OSSymbol * fExecutableName; variable
/xnu-10063.101.15/iokit/Kernel/
H A DIOUserServer.cpp6309 fExecutableName = NULL; in init()
6312 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()
6314 if (fExecutableName) { in init()
6315 fExecutableName->retain(); in init()
6373 OSSafeReleaseNULL(fExecutableName); in free()