Home
last modified time | relevance | path

Searched refs:allowBlockDevices (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.h108 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices);
H A Dzstdcli.c785 allowBlockDevices = 0, in main() local
903 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; continue;… in main()
1099 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; argument+… in main()
1412 FIO_setAllowBlockDevices(prefs, allowBlockDevices); in main()
H A Dfileio.c336 int allowBlockDevices; member
397 ret->allowBlockDevices = 0; in FIO_createPreferences()
465 …wBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockDevices = allowB… in FIO_setAllowBlockDevices() argument
614 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local
630 && !(allowBlockDevices && UTIL_isBlockDevStat(&statbuf)) in FIO_openSrcFile()