Searched refs:quick (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/mkfs/
H A DFsCreator.h21 bool quick, bool verbose);
H A Dmain.cpp90 bool quick = false; local
111 case 'q': // -q or --quick
112 quick = true;
143 FsCreator creator(device, fsType, volumeName, fsOptions, quick, verbose);
H A DFsCreator.cpp53 const char* fsOptions, bool quick, bool verbose)
60 fQuick(quick)
52 FsCreator(const char* path, const char* type, const char* volumeName, const char* fsOptions, bool quick, bool verbose) argument
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dinstall.sh140 # Determine whether to do a quick install
142 quick=no
146 quick=yes
152 if [ $quick = yes ]; then
/haiku-fatelf/src/bin/
H A Dshutdown.cpp76 "\t-q quick shutdown (don't broadcast apps),\n"
89 bool quick = false; local
104 quick = true;
170 if (quick) {
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DREADME63 The compare.html file will allow quick comparisons to be drawn,
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp2144 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument

Completed in 66 milliseconds