Searched defs:verbose (Results 51 - 75 of 269) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c60 "[v:verbose?Print the name of each file before removing it.]"
94 int verbose; /* display each file */ member in struct:State_s
210 if (state->verbose)
253 if (state->verbose)
381 state.verbose = 1;
403 state.verbose = 0;
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c44 int verbose = 0; variable
86 {"verbose", no_argument, 0, OPT_VERBOSE},
117 --verbose print verbose messages\n\
221 verbose = 1;
247 if (hold && verbose)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.c53 boolean_t verbose = B_FALSE; variable
61 if (verbose) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcpupart.c129 uint_t verbose = FALSE; local
132 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
196 if (verbose && cpupart.cp_kp_queue.disp_nrunnable) {
H A Dnvpair.c103 int verbose = B_FALSE; local
110 'v', MDB_OPT_SETBITS, TRUE, &verbose,
115 if (verbose)
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c64 display_targets(struct mrsas_instance *m, int verbose) argument
71 if (verbose) {
79 if (verbose)
134 uint_t verbose = FALSE; local
157 'v', MDB_OPT_SETBITS, TRUE, &verbose,
198 display_targets(&m, verbose);
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c119 int verbose = 0; local
186 verbose++;
241 if (verbose) {
256 if (verbose) {
276 if (verbose) {
287 if (verbose) {
293 if (verbose) {
300 if (verbose) {
314 if (verbose) {
321 if (verbose) {
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duucheck.c98 int verbose = 0; /* fsck-like verbosity */ variable
114 verbose++;
138 if (verbose) printf("*** uucheck: Check Required Files and Directories\n");
147 if (verbose) printf("*** uucheck: Directories Check Complete\n\n");
151 if (verbose) printf("*** uucheck: Check %s file\n", PERMISSIONS);
153 if (verbose) printf("*** uucheck: %s Check Complete\n\n", PERMISSIONS);
168 if (verbose) printf("** %s \n\n",
175 if (verbose) printf("can't open %s\n", PERMISSIONS);
201 if (verbose) printf("\n");
221 if (verbose) print
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c88 int verbose = 0; local
104 verbose++;
159 if (verbose && !error) {
228 if (verbose) {
/illumos-gate/usr/src/cmd/fs.d/reparsed/
H A Dreparsed.c63 static int verbose = 0; variable
141 verbose++;
221 if (verbose)
258 if (verbose)
298 if (verbose)
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c64 * -v = verbose
67 int verbose = 0; variable
116 if (verbose) \
143 verbose = 1;
/illumos-gate/usr/src/cmd/lms/heci/
H A DHECIUnix.cpp85 HECILinux::HECILinux(const GUID guid, bool verbose) : argument
86 HECI(guid, verbose),
/illumos-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c91 static int verbose = 0; variable
193 if (verbose) {
199 if (verbose) {
208 if (verbose || err || inject_err)
260 verbose = 1;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfconvert.c149 int verbose = 0; local
183 verbose = 1;
220 if (verbose)
/illumos-gate/usr/src/uts/common/os/
H A Ddacf_clnt.c346 const char *verbose = dacf_get_arg(arg_hdl, "verbose"); local
347 if (verbose && (strcmp(verbose, "true") == 0)) {
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.c122 # ifndef verbose
123 # define verbose 0 macro
125 int z_verbose = verbose;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c254 pinit_from_rom(struct unm_adapter_s *adapter, int verbose) argument
268 if (verbose) {
312 if (verbose)
333 if (verbose)
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c41 int verbose = 0; variable
86 if (verbose) {
118 if (verbose) {
150 if (verbose > 1) {
163 if (verbose > 1) {
210 (void) fprintf(stderr, (" -v : verbose output\n"));
244 verbose++;
274 if (verbose) {
279 if (verbose)
286 if (verbose)
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.c120 # ifndef verbose
121 # define verbose 0 macro
123 int ZLIB_INTERNAL z_verbose = verbose;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c334 net_print(int verbose) argument
349 if (verbose) {
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Definet.c326 efinet_dev_print(int verbose) argument
/illumos-gate/usr/src/boot/sys/boot/usb/storage/
H A Dumass_loader.c173 umass_disk_print(int verbose) argument
186 disk_print(&dev, " umass0", verbose);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dhost.c138 host_dev_print(int verbose) argument
H A Duserboot_disk.c59 static void userdisk_print(int verbose);
114 userdisk_print(int verbose) argument
130 disk_print(&dev, line, verbose);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c38 #define verbose krb5int_chk_trans_verbose macro
39 static int verbose = 0; variable
40 # define Tprintf(ARGS) if (verbose) printf ARGS
383 verbose++, argc--, argv++;

Completed in 133 milliseconds

1234567891011