Searched refs:pfnPmPrintf (Results 1 – 2 of 2) sorted by relevance
36 static PMPRINTF pfnPmPrintf = NULL; variable50 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()51 if (!pfnPmPrintf) in debug_printf()58 cnt = pfnPmPrintf(format, args); in debug_printf()
37 static PMPRINTF pfnPmPrintf = NULL; variable51 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()52 if (!pfnPmPrintf) in debug_printf()59 cnt = pfnPmPrintf(format, args); in debug_printf()
Completed in 12 milliseconds