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

<<111213141516

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h292 __in unsigned int message,
/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/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/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/cmd/sendmail/src/
H A Dparseaddr.c36 ** net to transmit the message on, the host to transmit it
217 char *msg = "Transient parse error -- message queued for future delivery";
220 msg = "Deferring message until queue run";
222 sm_dprintf("parseaddr: queueing message\n");
223 message(msg);
3059 ** else -- the failure status (message printed)
H A Dreadcf.c1176 ** M -- the maximum message size
1186 ** r -- maximum number of recipients per message
1315 case 'M': /* maximum message size */
2457 message("Option %s used as abbreviation for %s",
2648 case 'E': /* error message header/header file */
2765 case 'i': /* ignore dot lines in message */
3023 case 'z': /* work message class factor */
3143 case O_MAXMSGSIZE: /* maximum message size */
3217 case O_SMTPGREETING: /* SMTP greeting message (old $e macro) */
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c106 static void error(const char *message);
543 usage(); /* usage message by request */
/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/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/ecore/
H A Decore_sp_verbs.c1937 if (cqe->message.error)
/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 196 milliseconds

<<111213141516