Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/ !
H A DIOUserServer.h343 const OSSymbol * fExecutableName; variable
/xnu-10063.141.1/iokit/Kernel/ !
H A DIOUserServer.cpp6308 fExecutableName = NULL; in init()
6311 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()
6313 if (fExecutableName) { in init()
6314 fExecutableName->retain(); in init()
6372 OSSafeReleaseNULL(fExecutableName); in free()