Searched defs:verbose (Results 26 - 50 of 269) sorted by relevance

1234567891011

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpnp.c37 int verbose; local
45 verbose = 0;
51 verbose = 1;
65 if (verbose)
69 if (verbose) {
H A Dmd.c147 md_print(int verbose) argument
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetauditflags.c67 * verbose - string format. 0 if short name; 1 if long name;
76 getauditflagschar(char *auditstring, au_mask_t *masks, int verbose) argument
89 if (match_class(auditstring, "", 0, verbose) != 0)
122 if (match_class(auditstring, prefix, m, verbose) != 0)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c97 int verbose; variable
143 if (verbose)
/illumos-gate/usr/src/cmd/prtdscp/sparc/sun4u/
H A Dprtdscp.c54 static int verbose = 0; variable
150 verbose = 1;
220 * Print tracing statements to stderr when in verbose mode.
228 if (verbose != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm.c48 boolean_t verbose = B_FALSE; variable
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_isadep.c135 uint_t verbose = 0; local
150 'v', MDB_OPT_SETBITS, 1, &verbose,
167 if (verbose)
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/errh/
H A Derrh.c42 uint_t verbose = 0; local
50 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc)
58 if (verbose)
68 if (verbose) {
85 uint_t verbose = 0; local
93 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc)
101 if (verbose)
111 if (verbose) {
128 uint_t verbose = 0; local
136 'v', MDB_OPT_SETBITS, 1, &verbose, NUL
167 uint_t verbose = 0; local
[all...]
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c41 uint_t verbose = 0; local
49 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc)
58 if (verbose)
67 if (verbose)
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c61 int verbose = 0; /* option variable */ local
73 verbose++;
130 if (verbose)
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c35 int verbose; variable
45 "\t-v enable verbose output (display event details)\n",
150 verbose = 1;
/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c38 * -v output in verbose tacct.h/ascii
66 int verbose; variable
101 verbose++;
255 printf(verbose ? fmtv : fmt,
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c57 list_metaslot_info(boolean_t show_mechs, boolean_t verbose, argument
109 if ((!verbose) && (!show_mechs)) {
113 if (verbose) {
190 if (!verbose) {
280 if (verbose) {
293 if (verbose) {
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c82 int verbose = 0; local
108 verbose++;
124 if (verbose)
134 if (verbose && !error) {
158 if (verbose) {
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c95 openlib(const char *prog, const char *name, int class, int silent, int verbose) argument
123 if (verbose) {
134 if (verbose) {
143 if (verbose)
160 int var, verbose = 0, silent = 0, error = 0, mode = 0, class = 0; local
189 if (verbose == 0)
196 verbose++;
221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) {
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c33 * Print the individual types if verbose mode was specified.
106 print_update(kdb_hlog_t *ulog, uint32_t entry, bool_t verbose) argument
178 if (verbose)
193 bool_t verbose = FALSE; local
226 verbose = TRUE;
322 print_update(ulog, entry, verbose);
/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp37 ConfigConnection::ConfigConnection(bool verbose) : argument
39 _pthiCommand(verbose, 5000),
40 _fwulCommand(verbose)
/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c218 elem_list *list, int verbose)
235 verbose);
217 process_dependencies(const char *pkgname, const char *parentdir, elem_list *list, int verbose) argument
H A Dproto_list.c231 read_in_protolist(const char *pname, elem_list *list, int verbose) argument
245 if (verbose)
261 if (verbose)
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh113 [ -v (verbose output) ]
114 [ -V (REALLY verbose output) ]
165 STATE=$STATE" >$INSTALL_STATE) || verbose "Warning: cannot save state"
201 # Echo a string in verbose mode only
204 function verbose { function
383 verbose "$INSTALL_CP $2/${OBJD}$5/$3 $target"
392 verbose "ln -s $3 $target"
400 verbose "ln $INSTALL_FILES/$3/$4 $target"
407 verbose "$INSTALL_CP $4/$conffile $target"
454 verbose "Sourc
[all...]
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c59 int verbose = 0; local
87 verbose = 1;
180 if (verbose) {
201 if (verbose) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c57 int verbose, /* show what we're doing */
144 if (verbose) {
221 int verbose = 0; local
231 if (meta_patch_vfstab(fsname, fsnp, vname, NULL, doit, verbose, &tvname,
268 int verbose = 0; local
278 verbose, &tvname, ep) != 0) {
47 meta_patch_vfstab( char *cmpname, mdname_t *fsnp, char *vname, char *old_bdevname, int doit, int verbose, char **tname, md_error_t *ep ) argument
H A Dmeta_systemfile.c61 int verbose, /* show what we're doing */
124 if (verbose) {
131 if (verbose)
138 if (verbose)
144 if (verbose)
151 if (verbose)
170 if (verbose)
215 int verbose, /* show what we're doing */
231 if (verbose) {
244 if (verbose)
56 meta_systemfile_copy( char *sname, int doroot, int domddb, int doit, int verbose, char **tname, FILE **tfp, md_error_t *ep ) argument
208 meta_systemfile_append_mdroot( mdname_t *rootnp, char *sname, char *tname, FILE *tfp, int ismeta, int doit, int verbose, md_error_t *ep ) argument
337 meta_systemfile_append_mddb( char *cname, char *sname, char *tname, FILE *tfp, int doit, int verbose, int check, md_error_t *ep ) argument
[all...]
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c144 contract_event_dump(FILE *file, ct_evthdl_t hdl, int verbose) argument
150 types[type].type_event(file, hdl, verbose);
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.c30 int verbose = 0; variable
93 #pragma weak verbose

Completed in 185 milliseconds

1234567891011