Home
last modified time | relevance | path

Searched refs:QuietOpt (Results 1 – 17 of 17) sorted by relevance

/dragonfly/usr.bin/monitor/
H A Dmonitor.c56 static int QuietOpt; variable
75 ++QuietOpt; in main()
78 if (QuietOpt > 0) in main()
79 --QuietOpt; in main()
173 while (QuietOpt == 0 && (bno = ffs(kev->fflags)) > 0) { in monitor_events()
/dragonfly/sbin/fsck_hammer2/
H A Dfsck_hammer2.c49 int QuietOpt; variable
122 if (QuietOpt) in main()
123 --QuietOpt; in main()
131 ++QuietOpt; in main()
H A Dfsck_hammer2.h43 extern int QuietOpt;
H A Dtest.c906 if (!DebugOpt && QuietOpt <= 0 && (bstats->total_blockref % 100) == 0) in verify_blockref()
/dragonfly/sbin/hammer2/
H A Dmain.c40 int QuietOpt; variable
138 if (QuietOpt) in main()
139 --QuietOpt; in main()
147 ++QuietOpt; in main()
H A Dcmd_volume.c78 if (QuietOpt > 0) { in cmd_volume_list()
H A Dhammer2.h120 extern int QuietOpt;
H A Dcmd_service.c177 if (QuietOpt == 0) { in cmd_service()
183 if (QuietOpt == 0) in cmd_service()
H A Dcmd_recover.c320 if (QuietOpt == 0 && in cmd_recover()
417 QuietOpt == 0) in cmd_recover()
433 if (QuietOpt == 0 && in cmd_recover()
H A Dcmd_debug.c842 if (QuietOpt > 0) { in show_bref()
895 if (!(QuietOpt > 0)) { in show_bref()
974 if (QuietOpt > 0) { in show_bref()
/dragonfly/sbin/hammer/
H A Dhammer.c48 int QuietOpt; variable
185 if (QuietOpt > 0) in main()
186 --QuietOpt; in main()
194 ++QuietOpt; in main()
H A Dcmd_version.c85 if (QuietOpt == 0) { in hammer_cmd_get_version()
H A Dhammer.h55 extern int QuietOpt;
H A Dcmd_show.c412 if (QuietOpt < 2) in print_btree_elm()
/dragonfly/bin/cpdup/
H A Dcpdup.h79 extern int QuietOpt;
H A Dcpdup.c147 int QuietOpt; variable
246 QuietOpt = 1; in main()
882 if (QuietOpt == 0 || AskConfirmation) { in DoCopy()
1066 } else if (!QuietOpt && mres < 0) { in DoCopy()
H A Dhcproto.c105 if (*didwarn == 0 && QuietOpt == 0) { in silentwarning()
171 if (QuietOpt == 0) in hc_hello()
184 } else if (hc->version < HCPROTO_VERSION && QuietOpt == 0) { in hc_hello()