Searched refs:functionSymbol (Results 1 – 1 of 1) sorted by relevance
1544 const OSSymbol *functionSymbol = OSSymbol::withCString(functionName); in callPlatformFunction() local1546 if (functionSymbol != NULL) { in callPlatformFunction()1547 result = callPlatformFunction(functionSymbol, waitForFunction, in callPlatformFunction()1549 functionSymbol->release(); in callPlatformFunction()