Searched defs:quiet (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dmktemp.c49 "[q:quiet?Suppress file and directory error diagnostics.]"
73 int quiet = 0; local
101 quiet = 1;
148 if (quiet)
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmbchk.c27 static int quiet = 0; variable
33 {"quiet", no_argument, 0, 'q'},
46 "-q, --quiet suppress all normal output\n"
85 if (! quiet)
107 if (! quiet)
178 if (! quiet)
207 quiet = 1;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscat.h39 int quiet; /* Less output */ member in struct:options
H A Dntfscluster.h44 int quiet; /* Less output */ member in struct:options
H A Dntfslabel.c59 int quiet; /* Less output */ member in struct:options
96 " -q, --quiet Less output\n"
120 { "quiet", no_argument, NULL, 'q' },
160 opts.quiet++;
182 opts.quiet++;
185 opts.quiet = 0;
193 if (opts.quiet && opts.verbose) {
194 ntfs_log_error("You may not use --quiet and --verbose at "
H A Dntfscp.c67 int quiet; /* Less output */ member in struct:options
111 " -q, --quiet Less output\n"
137 { "quiet", no_argument, NULL, 'q' },
217 opts.quiet++;
240 opts.quiet++;
243 opts.quiet = 0;
257 if (opts.quiet && opts.verbose) {
258 ntfs_log_error("You may not use --quiet and --verbose "
H A Dntfsundelete.h50 int quiet; /* Less output */ member in struct:options
H A Dntfsls.c111 int quiet; /* Less output */ member in struct:options
171 " -q, --quiet Less output\n"
206 { "quiet", no_argument, NULL, 'q' },
250 opts.quiet++;
293 opts.quiet++;
300 opts.quiet = 0;
309 if (opts.quiet && opts.verbose) {
310 ntfs_log_error("You may not use --quiet and --verbose at the "
H A Dntfsinfo.c91 int quiet; /* Less output */ member in struct:options
137 " -q, --quiet Less output\n"
169 { "quiet", no_argument, NULL, 'q' },
222 opts.quiet++;
272 opts.quiet++;
275 opts.quiet = 0;
291 if (opts.quiet && opts.verbose) {
292 ntfs_log_error("You may not use --quiet and --verbose "
H A Dntfsclone.c107 int quiet; member in struct:__anon59
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dmessages.py83 def quiet(quiet = True): function
85 Msgs.mQuiet = quiet
/osnet-11/usr/src/lib/pam_modules/krb5_migrate/
H A Dkrb5_migrate_authenticate.c61 int quiet = 0; local
83 } else if (strcmp(argv[i], "quiet") == 0) {
84 quiet = 1;
98 quiet = 1;
317 if (!quiet) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c41 "(0=off, 128=quiet, ..., 254=fast)."),
53 {"quiet", 'q', 0, N_("Do not print messages."), 0, ARG_TYPE_NONE},
64 static int quiet = 0; variable
136 if (! quiet && msg)
141 if (! quiet && msg)
151 if (! quiet && msg && *msg)
162 if (! quiet && msg)
198 grub_printf ("%u (128=quiet, ..., 254=fast, recommended=%u)\n",
304 quiet = state[i++].set;
351 if (! quiet)
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c129 zfs_type_t type, zfs_pathent_t **cached_zpp, boolean_t quiet)
144 if (quiet) {
153 if (!quiet) {
171 if (!quiet) {
184 if (quiet) {
246 boolean_t quiet)
269 zhp = zfs_cache_path_to_zhandle(zhc, path, type, &zp, quiet);
128 zfs_cache_path_to_zhandle(zfs_handle_cache_t *zhc, const char *path, zfs_type_t type, zfs_pathent_t **cached_zpp, boolean_t quiet) argument
245 zfs_cache_get_impl(zfs_handle_cache_t *zhc, const char *path, zfs_type_t type, boolean_t quiet) argument
H A Dlibzfs_util.c900 zfs_type_t type, boolean_t quiet)
911 if (quiet) {
920 if (!quiet) {
938 if (!quiet) {
945 if (quiet) {
899 zfs_path_to_zhandle_impl(libzfs_handle_t *hdl, const char *path, zfs_type_t type, boolean_t quiet) argument
H A Dlibzfs_share.c4121 zfs_share_one_impl(zfs_handle_t *zhp, boolean_t quiet) argument
4133 if (!quiet) {
4138 if (!zfs_is_shareable(zhp, mntpnt, sizeof (mntpnt), !quiet)) {
4144 if (!quiet) {
4153 if (!quiet) {
4173 if (ret != SA_OK && !quiet) {
4198 if (!quiet) {
4296 goto out; /* quiet */
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java524 * the {@code quiet} flag as a rendering hint similar to the {@code
527 public static final String quiet = "quiet"; field in class:Option
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c711 size_t nbytes, int width, int quiet)
759 if (quiet)
1583 int quiet = (dtp->dt_options[DTRACEOPT_QUIET] != DTRACEOPT_UNSET); local
1731 quiet = (opts[DTRACEOPT_QUIET] !=
1916 quiet ? "%lld" : " %16lld",
1921 n = dt_printf(dtp, fp, quiet ? "%d" : " %8d",
1926 n = dt_printf(dtp, fp, quiet ? "%d" : " %5d",
1931 n = dt_printf(dtp, fp, quiet ? "%d" : " %3d",
1936 rec->dtrd_size, 33, quiet);
710 dt_print_bytes(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, size_t nbytes, int width, int quiet) argument
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1327 static int quiet = 0; local
1335 {OPT_FLAG, "q", (char*)&quiet, "(Quiet) Don't print the report file."},
1425 if( !quiet ) ReportOutput(&lem);

Completed in 89 milliseconds