HomeSort by: relevance | last modified time | path
    Searched defs:verbosity (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mlxctl/
main.c 58 int verbosity; variable in typeref:typename:int
100 verbosity++;
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 104 int verbosity; /* amount of printf() output */ variable in typeref:typename:int
136 verbosity = -1;
155 if (verbosity == -1)
156 verbosity = DEFAULT_VERBOSITY;
174 verbosity = strsuftoi64("verbose", optarg, 0, 4, NULL);
216 if (verbosity == -1)
218 verbosity = DEFAULT_VERBOSITY;
351 if (verbosity > 0)
471 "\t-V verbose\toutput verbosity: 0 ==> none, 4 ==> max\n"
  /src/sbin/amrctl/
amrctl.c 215 describe_card(int fd, int verbosity, int globalparam)
238 if (verbosity >= 1) {
374 describe_state(int verbosity, uint8_t state)
379 (AMR_DRV_CURSTATE(state) == AMR_DRV_OFFLINE) && verbosity == 0)
393 describe_battery(int fd, int verbosity, int fwint, int bflags, int globalparam)
421 if (verbosity)
442 describe_one_volume(int ldrv, int verbosity,
455 statestr = describe_state(verbosity, state);
459 if (verbosity >= 1) {
471 describe_one_drive(int pdrv, int verbosity, uint8_t state
586 int globalparam = 0, verbosity = 0; local in function:main
    [all...]
  /src/sbin/newfs/
newfs.c 211 int verbosity; /* amount of printf() output */ variable in typeref:typename:int
271 verbosity = -1;
315 if (verbosity == -1)
316 verbosity = DEFAULT_VERBOSITY;
339 verbosity = strsuftoi64("verbose", optarg, 0, 4, NULL);
447 if (verbosity == -1)
449 verbosity = mfs ? 0 : DEFAULT_VERBOSITY;
632 if (verbosity > 0)
875 { BOTH, "-V verbose\toutput verbosity: 0 ==> none, 4 ==> max" },
  /src/usr.sbin/makemandb/
makemandb.c 61 int verbosity; // 0: quiet, 1: default, 2: verbose member in struct:makemandb_flags
129 static makemandb_flags mflags = { .verbosity = 1 };
322 mflags.verbosity = 0;
325 mflags.verbosity = 1;
328 mflags.verbosity = 2;
410 if (mflags.verbosity)
431 if (mflags.verbosity)
469 if (mflags.verbosity)
477 if (mflags.verbosity)
498 if (mflags.verbosity)
    [all...]

Completed in 74 milliseconds