Searched defs:warning (Results 26 - 36 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/swap/
H A Dswap.c555 dumpadm_err(const char *warning) argument
557 (void) fprintf(stderr, "%s (%s):\n", warning, strerror(errno));
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java548 Debug.warning("Writing to " + outputFileName);
595 Debug.warning("Reading file " + filename);
613 Debug.warning("Creating tag " + tagName);
649 Debug.warning("Deleting file " + outputFileName);
742 static public void warning(String s) { method in class:Debug
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java253 // Set an warning message.
255 public synchronized void setWarnLog(String warning) argument
257 if (warning == null) {
260 if (!warning.endsWith("\n")) {
261 warning = warning.concat("\n");
264 warnlog = new String(warning);
267 warnlog = warnlog.concat(warning);
294 // Get warning messages
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvmon.h103 int16_t warning; member in struct:__anon10153
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c525 * Print out a warning message.
529 warning(int flag, char *s, ...) function
542 * This message is a prefix to the warning messages
543 * passed to warning() function.
546 "warning: "));
550 * This message is a prefix to the warning messages
551 * passed to warning() function.
554 "line %d: warning: "),
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c2157 int warning = 0; local
2237 warning = 1;
2269 if (warning || do_flushwq) {
2279 if (warning)
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c79 char *bit_formatter, char *warning);
699 * warning - is a printf-style format string containing "%s",
700 * which is used to print a warning message when an unrecognized
701 * token is found. If warning is NULL, no warning is printed.
706 names2bits(char *tokens, size_t tokenslen, char *bit_formatter, char *warning) argument
739 if (warning != NULL)
740 cmn_err(CE_WARN, warning, cur);
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h529 int warning[MAX_TEMPS]; /* degrees C - zero if not enabled */ member in struct:__anon8088
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c416 warning(string) function
421 cp = ecpyalloc(gettext("warning: "));
580 warning(gettext("link to link"));
640 warning(gettext(
759 warning(gettext("same rule name in multiple files"));
761 warning(gettext("same rule name in multiple files"));
958 warning(
962 warning(gettext("values over 24 hours not handled by "
1333 warning(gettext(
1336 warning(gettex
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c687 static int lecture_and_query(char *warning, char *devname);
1678 "fdisk: Output warning: %d of %d"
2850 * at least warning line. Clearing warning line as workaround
3844 /* Print warning message if table is empty */
3849 /* Clear the warning line */
3852 /* Print warning if disk > 2TB and is not EFI PMBR */
4765 * Called when a sanity check fails. This routine gives a warning
4773 lecture_and_query(char *warning, char *devname) argument
4779 (void) fprintf(stderr, "%s", warning);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c5226 char *warning = gettext( local
5513 (void) printf("%s", warning);
5541 *warning = gettext( local
5583 /* don't print the warning if we're in q[uiet] mode */
5585 (void) printf("%s", warning);

Completed in 122 milliseconds

12