Home
last modified time | relevance | path

Searched full:indication (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/uts/common/io/urf/
H A Drtl8150reg.h91 #define TSR_ECOL 0x20 /* excessive collision indication */
92 #define TSR_LCOL 0x10 /* late collision indication */
93 #define TSR_LOSS_CRS 0x08 /* lost of carrier indication */
94 #define TSR_JBR 0x04 /* jabber time out indication */
108 #define RSR_WEVENT 0x80 /* Wakeup event indication */
109 #define RSR_RX_BUF_FULL 0x40 /* Receive buffer full indication */
110 #define RSR_LKCHG 0x20 /* Link change indication */
111 #define RSR_RUNT 0x10 /* short packet indication */
112 #define RSR_LONG 0x08 /* Long packet indication */
113 #define RSR_CRC 0x04 /* CRC error indication */
[all …]
/illumos-gate/usr/src/man/man3nsl/
H A Dt_listen.3nsl50 t_listen \- listen for a connection indication
72 This function listens for a connection indication from a calling transport
75 describing the connection indication. The parameter \fIcall\fR points to a
93 associated with the connection indication, \fIudata\fR returns any user data
95 that uniquely identifies the returned connection indication. The value of
109 connection indication to arrive before returning to the user. However, if
151 connection indication information to be returned in \fIcall\fR is discarded.
212 \fBt_listen()\fR may block until another incoming connection indication is
287 Some transport providers do not differentiate between a connection indication
H A Dt_rcvdis.3nsl90 connection indication with which the disconnection is associated. The field
94 indication occurs, \fIsequence\fR can be used to identify which of the
101 \fINULL\fR and any user data associated with the disconnection indication shall
103 connection indication by means of \fBt_listen\fR(3NSL), and \fIdiscon\fR is a
105 indication the disconnection is associated.
147 No disconnection indication currently exists on the specified transport
H A Dt_rcvrel.3nsl49 t_rcvrel \- acknowledge receipt of an orderly release indication
69 This function is used to receive an orderly release indication for the incoming
72 indication, the user may not attempt to receive more data by means of
79 associated with the orderly release indication is discarded when
113 No orderly release indication currently exists on the specified transport
H A Dt_rcvreldata.3nsl49 t_rcvreldata \- receive an orderly release indication or confirmation
64 This function is used to receive an orderly release indication for the incoming
80 After receipt of this indication, the user may not attempt to receive more
162 No orderly release indication currently exists on the specified transport
H A Dt_rcvuderr.3nsl49 t_rcvuderr \- receive a unit data error indication
74 unit data error indication. It informs the transport user that a data unit with
104 clear the error indication without reporting any information to the user.
154 No unit data error indication currently exists on the specified transport
H A Dt_accept.3nsl75 connection indication arrived; \fIresfd\fR specifies the local transport
96 associates the response with a previously received connection indication. The
102 local transport endpoint than the one on which the connection indication
417 Some transport providers do not differentiate between a connection indication
H A Dt_look.3nsl94 Connection indication received.
139 Datagram error indication.
148 Orderly release indication.
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h114 #define T_CONN_IND 11 /* connection indication */
116 #define T_DISCON_IND 13 /* disconnect indication */
117 #define T_DATA_IND 14 /* data indication */
118 #define T_EXDATA_IND 15 /* expeditied data indication */
123 #define T_UNITDATA_IND 20 /* unitdata indication */
124 #define T_UDERROR_IND 21 /* unitdata error indication */
178 #define T_OPTDATA_IND 0x1002 /* data (with options) indication */
320 /* connect indication */
341 /* disconnect indication */
349 /* data indication */
[all …]
H A Dtiuser.h54 #define T_LISTEN 0x0001 /* connection indication received */
59 #define T_UDERR 0x0040 /* data gram error indication */
60 #define T_ORDREL 0x0080 /* orderly release indication */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D57xx_fcoe_constants.h89 …ING 4 // For REC_TOV timer expiration indication received from Xs…
98 #define FCOE_TASK_RX_STATE_WARNING 3 // For REC_TOV timer expiration indication received from …
102 #define FCOE_TASK_RX_STATE_ABTS_COMPLETED 7 // Special completion indication in case of task was…
104 #define FCOE_TASK_RX_STATE_EXCHANGE_CLEANUP_COMPLETED 9 // FW only: Special completion indication i…
105 …X_STATE_ABORT_CLEANUP_COMPLETED 10 // Not in used: Special completion indication (in task request…
106 #define FCOE_TASK_RX_STATE_IGNORED_SEQUENCE_CLEANUP 11 // Special completion indication (in task r…
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb27 name the name of the function, with an indication of
54 parents the name of this parent, with an indication of the
80 children the name of this child, and an indication of its
/illumos-gate/usr/src/man/man4m/
H A Dtirdwr.4m108 Messages that represent an orderly release indication from the transport
117 Messages that represent an abortive disconnect indication from the transport
147 If an orderly release indication has been previously received, then an orderly
/illumos-gate/usr/src/man/man9f/
H A Dbioerror.9f37 Error number to be set, or zero to clear an error indication.
46 If \fIerror\fR is \fB0\fR, the error indication is cleared and a subsequent
H A Dddi_check_acc_handle.9f75 indeterminate. The fault indication associated with the current transaction is
82 possible. However, if a check fails, this is a positive indication that a
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h205 * Called by the mm to notify the result of the indication
207 …* be less than the indicated number of bytes. In which case the indication was a partially succes…
208 * indication
316 …* SHORT_LOOP: if generic indication succeeded, the window is update immediately by the accepted by…
317 …* LONG_LOOP: if generic indication succeeded, the window is updated only when the buffer is return…
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm_proto.h58 ETM_HDR_S_RESTART, /* Server re-start indication */
59 ETM_HDR_C_HELLO, /* Client startup indication */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c403 /* Add 'call' to the connection indication queue 'queue'. */
460 "indication for instance %s"), fmri); in process_tlook()
566 * Get the next connection indication - first try the pending in tlx_accept()
578 * Accept the connection indication on the newly created endpoint. in tlx_accept()
579 * If we fail, and it's the result of a tlook, queue the indication in tlx_accept()
593 "indication for instance %s"), in tlx_accept()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c922 * then it is an indication that something (either in HW or SW) has in hermon_eq_free()
936 * for any reason, then it is an indication that something (either in hermon_eq_free()
1204 * If the QP handle is NULL, this is probably an indication in hermon_comm_estbl_handler()
1254 * If the QP handle is NULL, this is probably an indication in hermon_local_wq_cat_err_handler()
1304 * If the QP handle is NULL, this is probably an indication in hermon_invreq_local_wq_err_handler()
1354 * If the QP handle is NULL, this is probably an indication in hermon_local_acc_vio_wq_err_handler()
1405 * If the QP handle is NULL, this is probably an indication in hermon_sendq_drained_handler()
1470 * If the QP handle is NULL, this is probably an indication in hermon_path_mig_handler()
1520 * If the QP handle is NULL, this is probably an indication in hermon_path_mig_err_handler()
1576 * If the QP handle is NULL, this is probably an indication in hermon_catastrophic_handler()
[all …]
/illumos-gate/usr/src/man/man3curses/
H A Dcurs_initscr.3curses55 If the program needs an indication of error conditions, \fBnewterm()\fR should
62 indication of error conditions, so it can continue to run in a line-oriented
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A D57712_reg.h98 … 0x11017cUL //ACCESS:R DataWidth:0x1 Description: Indication that the ATC cur…
99 … 0x110180UL //ACCESS:R DataWidth:0x1 Description: Indication that the ATC cur…
103 …110190UL //ACCESS:RW DataWidth:0x20 Description: Clears the FLI done indication for VF bits 31-0…
104 …110194UL //ACCESS:RW DataWidth:0x20 Description: Clears the FLI done indication for VFbits 63-32…
105 …x110198UL //ACCESS:RW DataWidth:0x8 Description: Clears the FLI done indication for PF bits 7-0 …
682 …1 Description: Set when the message length mismatch (relative to last indication) at the STORM in…
683 …1 Description: Set when the message length mismatch (relative to last indication) at the SDM inte…
684 …1 Description: Set when the message length mismatch (relative to last indication) at the tsem int…
685 …1 Description: Set when the message length mismatch (relative to last indication) at the xsem int…
686 …h:0x1 Description: Set when message length mismatch (relative to last indication) at the usem int…
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dvfpops.c1117 * Description: Clear the "data is modified" indication from the VFP
1119 * the "data is modified" indication
1120 * Returns: int - previous setting of "data is modified" indication
1145 * Description: Set the "data is modified" indication from the VFP
1147 * the "data is modified" indication
1148 * Returns: int - previous setting of "data is modified" indication
1173 * Description: Get the "data is modified" indication from the VFP
1175 * the "data is modified" indication
1176 * Returns: int - current setting of "data is modified" indication
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c675 "T_CONN_IND 11 connection indication",
677 "T_DISCON_IND 13 disconnect indication",
678 "T_DATA_IND 14 data indication",
679 "T_EXDATA_IND 15 expeditied data indication",
684 "T_UNITDATA_IND 20 unitdata indication",
685 "T_UDERROR_IND 21 unitdata error indication",
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h780 …u32_t rx_ipv4_frag_count; // Spec 6.2.1: IPv4 Fragment received packets - (indication from RC…
781 …u32_t rx_ip_cs_error_count; // Spec 6.2.2: IPv4 CS error received packets - (indication from RC…
782 …u32_t rx_tcp_cs_error_count; // Spec 6.2.3: TCP CS error received packets - (indication from RC…
783 …u32_t rx_llc_snap_count; // Spec 6.2.4: LLC/SNAP received packets - (indication from RCQ WQ…
784 …u32_t rx_phy_error_count; // Spec 6.2.5: PHY error received packets - (indication from RCQ WQ…
785 …u32_t rx_ipv6_ext_count ; // Spec 6.2.6: IPv6 Ext header received packets (indication from RC…
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h86 * that have an early indication that urgent data is pending
109 * indication can not be delivered as a single message, since
111 * indication must flow with the data. This implies that immediately

12345678910>>...17