Home
last modified time | relevance | path

Searched defs:allowBlockDevices (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c785 allowBlockDevices = 0, in main() local
H A Dfileio.c336 int allowBlockDevices; member
465 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockD… in FIO_setAllowBlockDevices()
614 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local