Searched defs:verbosity (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mklayout.c430 int verbosity; local
437 verbosity = 0;
467 verbosity++;
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmisc.c77 int verbosity; variable
96 if (verbosity > 0)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c46 uint_t verbosity = 0; variable
658 verbosity = level;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
791 * int verbosity A bit-string that indicates which components
801 * component into the provided buffer. The "verbosity" argument
812 int verbosity, const char *label, int severity,
848 dolabel = (verbosity & MV_LBL) && (label != MM_NULLLBL);
849 dosev = (verbosity & MV_SEV) && (severity != MM_NULLSEV);
850 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT);
851 doaction = (verbosity & MV_ACT) && (action != MM_NULLACT);
852 dotag = (verbosity & MV_TAG) && (tag != MM_NULLTAG);
1097 * Determine the "verbosity" o
811 writemsg(char *buf, size_t size, int verbosity, const char *label, int severity, const char *text, const char *action, const char *tag) argument
[all...]

Completed in 46 milliseconds