Searched defs:allowBlockDevices (Results 1 – 3 of 3) sorted by relevance
70 int allowBlockDevices; member
835 allowBlockDevices = 0, in main() local
378 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockD… in FIO_setAllowBlockDevices()545 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local