Searched refs:fExecutableName (Results 1 – 2 of 2) sorted by relevance
341 const OSSymbol * fExecutableName; variable
6269 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()