Searched defs:message (Results 176 - 195 of 195) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1306 fail(int do_perror, char *message, ...) argument
1310 va_start(args, message);
1312 vfprintf(stderr, message, args);
/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1131 * Prints out a help message.
1143 * Prints out to stderr an error message and exits the process.
1146 smbstat_fail(int do_perror, char *message, ...) argument
1150 va_start(args, message);
1153 (void) vfprintf(stderr, message, args);
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1668 push_out(const char *message, ...) argument
1672 va_start(args, message);
1675 (void) vprintf(message, args);
/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/libsldap/common/
H A Dns_sldap.h387 char *message; /* LDAP error message */ member in struct:ns_ldap_error
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c341 message(char *fmt, ...) function
521 message(gettext("Unrecognized command '%s'"), cmdstr);
533 message(gettext("Unrecognized object '%s'"), objstr);
636 message(gettext("Unknown address %s."), argv[0]);
776 message(gettext("unknown identity type %s."), argv[0]);
802 message(gettext("failed to parse cookie %s."), argv[0]);
1154 message(gettext("preshared key identifier cannot "
1185 message(gettext("preshared key identifier cannot "
2430 message("%s: %s", mbuf, (err->ike_err_unix == 0) ?
2436 message("
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c304 static char *message; variable
328 message = NULL;
352 return (message);
1153 message = s;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c470 dump_mfs(struct mapfs *mfs, char *message, int level) argument
477 trace_prt(1, "%s", message);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1110 char *message = local
1113 message[ payload->event_info.ev_rmclog.log_record_size] = '\0';
1120 if (0 == strncmp("CRITICAL: ", message, 10)) {
1121 message += 10;
1124 } else if (0 == strncmp("MAJOR: ", message, 10)) {
1125 message += 10;
1128 } else if (0 == strncmp("MINOR: ", message, 10)) {
1129 message += 10;
1134 (void) strlog(0, 0, level, flags, message);
3203 * prevent the situation where the message associate
[all...]
/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/libzfs/common/
H A Dlibzfs_pool.c875 * Validate the given pool name, optionally putting an extended error message in
3592 zpool_log_history(libzfs_handle_t *hdl, const char *message) argument
3599 fnvlist_add_string(args, "message", message);
3886 /* prepare an error message just in case */
3961 * GPT labels. Print out a helpful error message dir-
/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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c1303 vrrp_log(VRRP_ERR, "vrrpd_cmdsock_handler(): invalid message "
1338 vrrp_log(VRRP_ERR, "vrrpd_cmdsock_handler(): invalid message "
3275 vrrp_log(VRRP_DBG1, "vrrpd_process_adv(%s): local message",
3361 vrrp_log(VRRP_ERR, "vrrpd_process_vrrp(%s): invalid message "
4506 vrrp_log(int level, char *message, ...) argument
4511 va_start(ap, message);
4521 (void) vfprintf(out, message, ap);
4551 (void) vsyslog(log_level, message, ap);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c761 * len is the size of the data part of the message.
2382 (void) printf(" %10u message%s received\n",
2384 (void) printf(" %10u message%s received with too few bytes\n",
2386 (void) printf(" %10u message%s received with bad checksum\n",
6149 fail(int do_perror, char *message, ...) argument
6153 va_start(args, message);
6155 (void) vfprintf(stderr, message, args);
6438 * fatal: print error message to stderr and
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1357 * message queues, and driver need only accesses the mapped PCI mem space to
1436 * Explicit message queues are used to send FIB to and get completed FIB from
2786 * FIBs in the message queue. At this point there should not be and
7944 char *message; member in struct:aac_key_strings
8096 * previous message length to clear (the handshake).
8108 * If the length is clear, copy over the message, the
8157 return (cmdlist[i].message);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c360 * message if unable to acquire file lock. locks not preserved
1012 * a superfluous message, we suppress error messages
1754 * Kernel logs a message when a devinfo node is attached. Try to create
3017 * we emit a verbose message, but don't print errors.
6922 devfsadm_print(char *msgid, char *message, ...) argument
6942 va_start(ap, message);
6946 (void) vsyslog(LOG_NOTICE, message, ap);
6948 (void) vfprintf(stdout, message, ap);
6955 (void) vsyslog(LOG_DEBUG, message, ap);
6961 (void) vfprintf(stdout, message, a
6978 devfsadm_errprint(char *message, ...) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c283 * arg3 = message
3369 * innvl: "message" -> string
3375 char *message; local
3394 if (nvlist_lookup_string(innvl, "message", &message) != 0) {
3404 error = spa_history_log(spa, message);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c470 fatal(int do_perror, char *message, ...) argument
478 va_start(args, message);
481 (void) vsprintf(buf + strlen(buf), message, args);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5512 * therefore we do not generate an error message
5697 * Log a message if the minor number the driver is creating
6126 * provoke an error message.
8811 ddi_fault_location_t location, const char *message)
8822 fd.f_message = message;
8810 ddi_dev_report_fault(dev_info_t *dip, ddi_fault_impact_t impact, ddi_fault_location_t location, const char *message) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h1477 #define USTORM_FCOE_AG_CONTEXT_TX_CF (0x3<<0) /* BitField agg_vars2various aggregation variables Set when a message was received from the Tx STORM. For future use. */
1479 #define __USTORM_FCOE_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
1496 #define USTORM_FCOE_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1512 #define USTORM_FCOE_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1515 #define USTORM_FCOE_AG_CONTEXT_TX_CF (0x3<<0) /* BitField agg_vars2various aggregation variables Set when a message was received from the Tx STORM. For future use. */
1517 #define __USTORM_FCOE_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
1621 #define USTORM_ISCSI_AG_CONTEXT_TX_CF (0x3<<0) /* BitField agg_vars2various aggregation variables Set when a message was received from the Tx STORM. For future use. */
1623 #define __USTORM_ISCSI_AG_CONTEXT_TIMER_CF (0x3<<2) /* BitField agg_vars2various aggregation variables Set when a message was received from the Timer. */
1640 #define USTORM_ISCSI_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message was received from the CMP STORM. For future use. */
1656 #define USTORM_ISCSI_AG_CONTEXT_COMPLETION_CF (0x3<<6) /* BitField agg_vars1various aggregation variables Set when a message wa
8191 struct event_ring_msg message /* event ring message */; member in union:event_ring_elem
[all...]

Completed in 236 milliseconds

12345678