Searched refs:message (Results 326 - 350 of 386) sorted by relevance

<<111213141516

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c80 #define SYSLOG_MSG(message) \
82 (errno == ECONNREFUSED)) ? LOG_WARNING : LOG_ERR), message))
1343 * Send a nak packet (error message).
/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c163 ** split -- if true, split by recipient if message is queued up
286 ** See if the message timed out.
305 "Cannot send message for %s",
312 message(buf);
402 "Warning: could not send message for past %s",
409 message(buf);
420 "Warning: message still undelivered after %s\n",
424 "Will keep trying until message is %s old\n",
930 ** SETSENDER -- set the person who this message is from
951 ** from -- the person we would like to believe this message
[all...]
H A Ddaemon.c833 message("421 4.4.5 Too many SMTP sessions for this host");
3285 message("My unqualified host name (%s) unknown; sleeping for retry",
3293 message("WARNING: unable to qualify my own domain name (%s) -- using short name",
3521 ** when receiving a small message (almost all of the time
3951 message("851 %s: Name server timeout",
4106 message("851 %s: Name server timeout",
H A Dqueue.c61 bool w_lock; /* is message locked? */
63 long w_pri; /* priority of message, see below */
312 ** M message
314 ** P message priority
331 ** QUEUEUP -- queue a message up for future transmission.
621 /* output message priority */
655 /* message from envelope, if it exists */
711 /* message for this recipient, if it exists */
751 message(tag);
765 ** Output headers for this message
[all...]
H A Dcollect.c27 ** separating the header from the message body, or when it
28 ** encounters EOF in a message that contains only a header.
171 ** COLLECT_DFOPEN -- open the message data file
182 ** into which the message body will be written by collect().
234 ** COLLECT -- read & parse message header & make temp file.
243 ** style message to say we are ready to collect
245 ** end of message.
272 /* values for message state machine */
274 #define MS_HEADER 1 /* reading message header */
275 #define MS_BODY 2 /* reading message bod
[all...]
H A Ddomain.c1069 message("DNS failure: CNAME loop for %s",
H A Dsavemail.c25 ** together with an error message; otherwise, just put it in
30 ** e -- the envelope containing the message in error.
32 ** message; otherwise just send the header.
52 #define ESM_DONE 7 /* message is successfully delivered */
82 /* can't return a message with no id */
221 "Original message will be saved in dead.letter.\r\n");
240 ** copy of the message (intentionally) so that
271 ** body of the message, for privacy reasons.
342 ** Save the message in dead.letter.
344 ** local, we should save the message i
[all...]
H A Dmap.c83 /* default error message for trying to open a map in write mode */
993 /* issue a pseudo-error message */
1650 message("050 ownership change on %s failed: %s",
1657 message("050 no fchown(): cannot change ownership on %s",
1808 message("050 Warning: duplicate alias name %s", lhs);
2264 message("050 ownership change on %s failed: %s",
2271 message("050 no fchown(): cannot change ownership on %s",
2525 message("050 Warning: duplicate alias name %s", lhs);
2658 /* issue a pseudo-error message */
3390 /* issue a pseudo-error message */
[all...]
H A Dmain.c1056 case 'Q': /* Limit by quarantine message */
1117 case 't': /* read recipients from message */
1170 case 'e': /* error message disposition */
1731 message("Warning: .cf file vendor code mismatch: sendmail expects vendor %s, .cf file vendor is %s",
1739 message("Warning: .cf file is out of date: sendmail %s supports version %d, .cf file is version %d",
1772 message("WARNING: local host name (%s) is not qualified; see cf/README: WHO AM I?",
1847 /* MIME message/xxx subtypes that can be treated as messages */
2749 ** Scan argv and deliver the message to everyone.
2822 /* bail out if message too large */
2831 /* set message siz
[all...]
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c520 * Send an error message as a response to the pending call
537 HAL_DEBUG ((" Sending error message: %s", err_buf));
685 HAL_INFO (("Could not get the sender of the message"));
687 "Could not get the sender of the message");
695 HAL_INFO (("Could not get the user id of the message"));
698 "Could not get the user id of the message sender");
776 HAL_DEBUG (("Incoming message has no arguments"));
784 HAL_DEBUG (("Incomming message arg type is not string"));
794 HAL_DEBUG (("Could not get SetCPUFreqGov from message iter"));
873 error.message));
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c1093 for (i = 0; help_messages[i].message != NULL; ++i) {
1096 gettext(help_messages[i].message));
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c167 if (*error != NULL && (*error)->message != NULL)
168 syslog(LOG_WARNING, "libsldap: %s", (*error)->message);
680 * Failure: returns NULL, error code and message should be in errorp
823 (*errorp)->message);
1109 * errmsg : error message from the server
1154 * try to map ldap rc and error message to
2256 /* Warning message IF cannot connect to host(s) */
H A Dns_connmgmt.c1912 ep->message = strdup(errmsg); /* OK if returns NULL */
2196 ep->message = strdup(NS_CONN_MSG_SHUTDOWN_RELOADED);
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c174 #define SC_IF_VERBOSE 0x0008 /* message only if -v */
175 #define SC_IF_ISATTY 0x0010 /* message only if interactive */
184 logprint(uint32_t flags, char *message, ...) argument
195 va_start(args, message);
197 (void) vsnprintf(buf, sizeof (buf), message, args);
1434 * panic message itself will always fall into this category. Upon reboot,
1497 "bad message checksum");
1750 * We want this message to go to the log file, but not the console.
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c2581 * A notification message is is posted out to all top level
2583 * changes made. We register a unique message type with which
2597 static unsigned int message = 0; local
2599 if (message == 0)
2600 message = RegisterWindowMessage(WM_KERBEROS5_CHANGED);
2602 return message;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c95 char message; member in struct:lexdata
1244 lp->lexd.message = (wordflags&ARG_MESSAGE);
1574 messages |= lp->lexd.message;
1980 * print a bad syntax message
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c228 * format and args = message to print (PAM[<pid>]: is prepended).
238 char message[1024]; local
245 (void) snprintf(message, sizeof (message), "PAM[%ld]: %s",
248 (void) vsyslog(log_priority, message, args);
256 * priority = message priority
257 * format and args = message to log
2676 * fill out the message structure to display prompt message
2749 * display message b
[all...]
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c134 /* our usage message: */
669 * ermsg(): print out an error message, and indicate failure globally.
671 * Assumes that message has already been gettext()'d. It would be
673 * since xgettext(1M) wouldn't be able to pick up our error message.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c412 Printf("Truncated message: msg_flags 0x%x from %s\n",
637 return (ttab6[i].message);
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c612 message("051 WARNING: %s writable directory %s",
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c69 static void syslog( int priority, const char * message, ...) argument
76 va_start( args, message );
77 len = _vscprintf( message, args ) + 1;
79 if ( buffer ) { vsnprintf( buffer, len, message, args ); OutputDebugString( buffer ); free( buffer ); }
130 // client stub callback to process message from server and deliver results to client application
335 * allocate and initialize an ipc message header. Value of len should initially be the
340 * if zero, the path to a control socket is appended at the beginning of the message buffer.
371 // Write message to buffer
386 // The data will get filled in before we send the message. This happens in deliver_request().
721 // On some versions of Unix (including Leopard) sending a control message withou
[all...]
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c134 const char *message; member in struct:_scsi_asq_key_strings
326 { 0x29, 0x03, "bus device reset message occurred" },
396 { 0x3d, 0x00, "invalid bits in indentify message" },
423 { 0x43, 0x00, "message error" },
434 { 0x48, 0x00, "initiator detected error message received" },
435 { 0x49, 0x00, "invalid message error" },
647 return ((char *)extended_sense_list[i].message);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c144 errors; /* set if error message has been printed. */
1206 char *message; member in struct:messages
1228 error(re_errmsg[j].message);
1683 * sopr puts out the message (please no \n's) surrounded by standout
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c169 { SF(MSGMARK), "last byte of message is marked" },
170 { SF(MSGNOLOOP), "don't loop message to write side" },
171 { SF(MSGDELIM), "message is delimited" },
189 { "M_CTL", M_CTL, "device-specific control message" },
195 { "M_PCPROTO", M_PCPROTO, "priority proto message" },
1169 mblk_error(int *error, uintptr_t addr, char *message) argument
1175 mdb_printf("%s", message);
1368 * Must be a high-priority message -- adjust so that
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c77 char *message; member in struct:s_options
1234 ** Code for printing error message.
1259 ** The error message is split across multiple lines if necessary. The
1285 /* Generate the error message */
1289 /* Remove trailing '\n's from the error message. */
1294 /* Print the error message */
1833 fprintf(errstream," -%-*s %s\n",max,op[i].label,op[i].message);
1838 (int)(max-strlen(op[i].label)-9),"",op[i].message);
1843 (int)(max-strlen(op[i].label)-6),"",op[i].message);
1848 (int)(max-strlen(op[i].label)-8),"",op[i].message);
[all...]

Completed in 1550 milliseconds

<<111213141516