Searched defs:closing (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c74 processing, idling, quitting, closing enumerator in enum:state
153 "reading_data", "processing", "idling", "quitting", "closing"
328 (*ctx->logger)(ctl_error, "%s: %s: output buffer ovf, closing",
507 ctl_new_state(sess, closing, me);
619 (*ctx->logger)(ctl_error, "%s: %s: line too long, closing",
641 (*ctx->logger)(ctl_warning, "%s: %s: write timeout, closing",
668 (*ctx->logger)(ctl_warning, "%s: %s: timeout, closing",
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c102 bool_t closing; member in struct:conn_entry
789 * by closing the transport.
872 conn_polled[num_fds].closing = 0;
933 if (conn_polled[i1].closing == 0)
960 conn_polled[i1].closing = 1;
1225 connent->closing != 0) {
1240 connent->closing = 1;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c96 bool_t closing; member in struct:conn_entry
740 * by closing the transport.
820 conn_polled[num_fds].closing = 0;
1182 if (conn_polled[i1].closing == 0)
1209 conn_polled[i1].closing = 1;
1529 connent->closing != 0) {
1544 connent->closing = 1;
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c105 * During close the endpoint as marked as closing using te_closing flag. It is
155 * 1) Wait until closing is safe (te_closewait becomes zero)
225 * Note that a closing endpoint never sets te_nowsrv and never calls putbq().
293 * NOTE: tl_find_peer() never returns closing endpoint and it places a refhold
307 * in the list. If X is flow-controlled when it is closing it removes it from
640 * Pieces of the endpoint state needed for closing.
644 uint8_t te_closing; /* The endpoint started closing */
1383 * Prevent endpoint from closing if possible.
1551 * Wait till close is safe, then mark endpoint as closing.
1949 * fastpath for data. Ignore flow control if tep is closing
4419 boolean_t closing = tep->te_closing; local
4620 boolean_t closing = tep->te_closing; local
4784 boolean_t closing = tep->te_closing; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h403 #define RDC_ID_CLOSING 0x1 /* device is closing */
513 int closing; member in struct:rdc_k_info
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c718 static void conn_drain(conn_t *connp, boolean_t closing);
4090 * due to flow control to the closing device
4164 * Mark the conn as closing, and this conn must not be
8012 * If things are opening or closing, only accept high-priority
8481 /* The conn has started closing */
9200 /* If the ill is closing or opening don't proceed */
13188 * The conn is closing as a result of which CONN_CLOSING
13217 * The conn is either already in the drain list or closing.
13294 * This conn is closing, and we are called from ip_close. OR
13301 conn_drain(conn_t *connp, boolean_t closing) argument
[all...]

Completed in 88 milliseconds