Lines Matching defs:pList
54 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
56 static int getDVDInfoFromCAM(DriveInfoList *pList, bool *pfSuccess);
159 * @param pList the list to append the drives found to
163 static int getDVDInfoFromCAM(DriveInfoList *pList, bool *pfSuccess)
306 pList->push_back(DriveInfo(szPath, "", szDesc));
333 * @param pList the list to append the drives found to
338 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
342 AssertPtrReturn(pList, VERR_INVALID_POINTER);
344 LogFlowFunc(("pcszVar=%s, pList=%p, isDVD=%d, pfSuccess=%p\n", pcszVar,
345 pList, isDVD, pfSuccess));
367 pList->push_back(DriveInfo(szReal, szUdi, szDesc));