Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio_types.h70 int allowBlockDevices; member
H A Dfileio.h98 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices);
H A Dzstdcli.c848 allowBlockDevices = 0, in main() local
969 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; continue;… in main()
1211 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; argument+… in main()
1569 FIO_setAllowBlockDevices(prefs, allowBlockDevices); in main()
H A Dfileio.c308 ret->allowBlockDevices = 0; in FIO_createPreferences()
378 …wBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockDevices = allowB… in FIO_setAllowBlockDevices() argument
545 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local
562 && !(allowBlockDevices && UTIL_isBlockDevStat(statbuf)) in FIO_openSrcFile()