Searched defs:getDriveInfoFromEnv (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp54 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
119 rc = getDriveInfoFromEnv("VBOX_CDROM", &mDVDList, true /* isDVD */,
144 rc = getDriveInfoFromEnv("VBOX_FLOPPY", &mFloppyList, false /* isDVD */,
338 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList, function
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp86 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
459 rc = getDriveInfoFromEnv ("VBOX_CDROM", &mDVDList, true /* isDVD */,
487 rc = getDriveInfoFromEnv("VBOX_FLOPPY", &mFloppyList,
521 int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList, function

Completed in 37 milliseconds