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

/haiku/src/bin/mkfs/
H A DFsCreator.h21 bool quick, bool verbose);
H A Dmain.cpp95 bool quick = false; local
116 case 'q': // -q or --quick
117 quick = true;
148 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/src/bin/
H A Dshutdown.cpp70 "\t-q quick shutdown (don't broadcast apps),\n"
83 bool quick = false; local
110 quick = true;
176 if (quick) {
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp2144 fwohci_poll(struct firewire_comm *fc, int quick, int count) argument

Completed in 82 milliseconds