HomeSort by: relevance | last modified time | path
    Searched defs:quiet (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.sbin/sesd/srcs/
getencstat.c 53 int fd, nobj, f, i, verbose, quiet, errors; local in function:main
60 errors = quiet = verbose = 0;
68 quiet = 1;
89 if ((verbose == 0 || quiet == 1) && estat == 0) {
90 if (quiet == 0)
  /src/regress/sys/fs/lfs/9994/
9994_f.c 58 int bsize, quiet, usepid; local in function:main
70 quiet = 0;
89 ++quiet;
132 if (!quiet) {
  /src/sbin/luactl/
luactl.c 51 int quiet = 0; variable in typeref:typename:int
76 quiet = 1;
161 if (quiet)
177 if (quiet)
194 if (quiet)
211 if (quiet)
  /src/sbin/gpt/
resize.c 70 off_t size __unused, bool quiet)
105 if (!quiet)
118 if (!quiet)
149 bool quiet = false; local in function:cmd_resize
155 quiet = true;
178 return resize(gpt, entry, alignment, sectors, size, quiet);
resizedisk.c 82 resizedisk(gpt_t gpt, off_t sector, off_t size __unused, bool quiet)
132 if (!quiet)
138 if (!quiet)
172 if (!quiet)
177 if (!quiet)
240 bool quiet = false; local in function:cmd_resizedisk
249 quiet = true;
267 return resizedisk(gpt, sector, size, quiet);
  /src/games/cribbage/
extern.c 48 BOOLEAN quiet = FALSE; /* if suppress random mess */ variable in typeref:typename:BOOLEAN
  /src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 175 int quiet; local in function:pam_sm_open_session
177 quiet = 1;
181 quiet = login_getcapbool(lc, "hushlogin", 0);
184 quiet = 0;
189 dolastlogx(pamh, quiet, pwd, rhost, tty, ss, &now);
190 quiet = 1;
194 dolastlog(pamh, quiet, pwd, rhost, tty, &now);
303 dolastlogx(pam_handle_t *pamh, int quiet, const struct passwd *pwd,
308 if (!quiet) {
350 dolastlog(pam_handle_t *pamh, int quiet, const struct passwd *pwd
    [all...]
  /src/sbin/fsck/
fsutil.c 74 int quiet; /* don't report clean filesystems */ variable in typeref:typename:int
121 if (quiet && !preen) {
123 quiet = 0;
  /src/usr.bin/tset/
tset.c 65 int ch, noinit, noset, quiet, sflag, showterm; local in function:main
89 noinit = noset = quiet = sflag = showterm = 0;
131 quiet = 1;
192 if (!quiet) {
  /src/usr.sbin/npf/npftest/
npftest.c 36 static bool verbose, quiet; variable in typeref:typename:bool
55 "\t-q quiet mode\n"
81 if (!quiet) {
213 quiet = false;
221 quiet = true;
  /src/sbin/dmesg/
dmesg.c 160 int deltas, quiet, humantime; local in function:main
175 deltas = quiet = humantime = 0;
192 quiet = 1;
203 if (quiet && humantime)
350 if (!quiet || deltas)
376 } else if (!quiet) {
385 if (humantime || !quiet)
392 if (!quiet || deltas)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_sil164.c 69 bool quiet; member in struct:sil164_priv
104 if (!sil->quiet) {
129 if (!sil->quiet) {
151 sil->quiet = true;
170 sil->quiet = false;
dvo_ch7xxx.c 113 bool quiet; member in struct:ch7xxx_priv
171 if (!ch7xxx->quiet) {
197 if (!ch7xxx->quiet) {
219 ch7xxx->quiet = true;
242 ch7xxx->quiet = false;
dvo_ivch.c 181 bool quiet; member in struct:ivch_priv
231 if (!priv->quiet) {
259 if (!priv->quiet) {
281 priv->quiet = true;
285 priv->quiet = false;
dvo_tfp410.c 96 bool quiet; member in struct:tfp410_priv
129 if (!tfp->quiet) {
154 if (!tfp->quiet) {
187 tfp->quiet = true;
202 tfp->quiet = false;
  /src/usr.bin/tsort/
tsort.c 105 static int debug, longest, quiet, reverse; variable in typeref:typename:int
136 quiet = 1;
338 if (!quiet) {
  /src/usr.sbin/gpioctl/
gpioctl.c 43 static int quiet = 0; variable in typeref:typename:int
100 quiet = 1;
103 quiet = state = 1;
225 if (quiet)
248 if (quiet)
283 if (quiet)
313 if (quiet)
366 if (!quiet)
  /src/sys/arch/vax/boot/boot/
boot.c 79 int quiet; member in struct:__anon74b1d6710108
137 if (!filelist[fileindex].quiet)
150 if (!filelist[fileindex].quiet)
  /src/usr.bin/m4/
main.c 87 int quiet = 0; /* -Q option to silence warnings */ variable in typeref:typename:int
208 { "quiet", no_argument, 0, 'Q' },
298 quiet++;
482 if (!quiet) {
560 if (!quiet) {
795 { "-Q, --quiet", "don't print warnings" },
  /src/usr.bin/script/
script.c 81 static int quiet, flush; variable in typeref:typename:int
116 quiet = 0;
140 quiet = 1;
178 if (!quiet)
274 else if (!quiet)
350 else if (!quiet)
358 if (!quiet)
476 if (!quiet)
486 if (!quiet)
  /src/usr.sbin/ifwatchd/
ifwatchd.c 76 static int verbose = 0, quiet = 0; variable in typeref:typename:int
132 quiet = 1;
257 "\t -q quiet mode, don't syslog informational messages\n"
415 if (!quiet)
451 if (!quiet)
  /src/sbin/dkctl/
dkctl.c 662 bool error, quiet; local in function:disk_listwedges
666 quiet = error = false;
673 quiet = true;
706 if (!quiet)
713 if (quiet)
  /src/usr.bin/pkill/
pkill.c 94 static int quiet; variable in typeref:typename:int
236 quiet = 1;
549 if (quiet)
  /src/sys/dev/fdt/
fdtbus.c 204 bool quiet, struct fdt_attach_args *faa)
209 faa->faa_quiet = quiet;
410 bool quiet = pass != FDTCF_PASS_DEFAULT; local in function:fdt_scan
416 fdt_init_attach_args(&sc->sc_faa, node, quiet, &faa);
418 if (quiet && node->n_cf == NULL) {
432 if (quiet) {
582 return QUIET;
586 return QUIET;
  /src/usr.bin/units/
units.c 854 fprintf(stderr, " -q suppress prompting (quiet)\n");
868 int quiet = 0; local in function:main
884 quiet = 1;
933 if (!quiet)
939 if (!quiet)
942 if (!quiet)
950 if (!quiet)
953 if (!quiet)

Completed in 22 milliseconds

1 2