Searched refs:pPNLArgs (Results 1 – 1 of 1) sorted by relevance
321 pstPNL_GetLibVer pPNLArgs = (pstPNL_GetLibVer)pArgs; in PNLIoctl() local322 pPNLArgs->eResult = psPNLInstPri->fpPNL_GetLibVer(pInstance, pPNLArgs->ppVersion); in PNLIoctl()329 pstPNL_GetInfo pPNLArgs = (pstPNL_GetInfo)pArgs; in PNLIoctl() local330 pPNLArgs->pApiInfo = psPNLInstPri->fpPNL_GetInfo(pInstance); in PNLIoctl()337 pstPNL_GetStatus pPNLArgs = (pstPNL_GetStatus)pArgs; in PNLIoctl() local338 pPNLArgs->bReturn = psPNLInstPri->fpPNL_GetStatus(pInstance, pPNLArgs->pPnlStatus); in PNLIoctl()345 pstPNL_GetStatusEx pPNLArgs = (pstPNL_GetStatusEx)pArgs; in PNLIoctl() local346 pPNLArgs->bReturn = psPNLInstPri->fpPNL_GetStatusEx(pInstance, pPNLArgs->pPnlExtStatus); in PNLIoctl()353 pstPNL_SetDbgLevel pPNLArgs = (pstPNL_SetDbgLevel)pArgs; in PNLIoctl() local354 pPNLArgs->bReturn = psPNLInstPri->fpPNL_SetDbgLevel(pInstance, pPNLArgs->u16DbgSwitch); in PNLIoctl()[all …]