Searched defs:ttt (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c1193 struct radix_node *t, *tt, *ttt; local
1204 ttt = rnh->rnh_nodes + 2;
1205 t->rn_right = ttt;
1210 *ttt = *tt;
1211 ttt->rn_key = rn_ones;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c957 struct radix_node *t, *tt, *ttt; local
964 ttt = rnh->rnh_nodes + 2;
965 t->rn_r = ttt;
970 *ttt = *tt;
971 ttt->rn_key = rn_ones;
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c26 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
27 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
28 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
56 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
174 unsigned ttt; local
518 unsigned ttt; local
[all...]
H A DLzmaEnc.c26 static int ttt = 0; variable
574 UInt32 ttt = *prob; local
575 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt;
579 ttt += (kBitModelTotal - ttt) >> kNumMoveBits;
585 ttt -= ttt >> kNumMoveBits;
587 *prob = (CLzmaProb)ttt;
826 ttt += num;
842 printf("\n i = %d numPairs = %d ", ttt, numPair
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c1381 idm_task_find_common(idm_conn_t *ic, uint32_t itt, uint32_t ttt, argument
1388 * Must match both itt and ttt. The table is indexed by itt
1389 * for initiator connections and ttt for target connections.
1392 tt = ttt;
1396 client_handle = ttt;
1447 idm_task_find(idm_conn_t *ic, uint32_t itt, uint32_t ttt) argument
1449 return (idm_task_find_common(ic, itt, ttt, B_FALSE));
1457 idm_task_find_and_complete(idm_conn_t *ic, uint32_t itt, uint32_t ttt) argument
1459 return (idm_task_find_common(ic, itt, ttt, B_TRUE));
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c111 static void iscsi_handle_nop(iscsi_conn_t *icp, uint32_t itt, uint32_t ttt);
1025 (inihp->ttt == ISCSI_RSVD_TASK_TAG)) {
1033 } else if (inihp->ttt != ISCSI_RSVD_TASK_TAG) {
1037 iscsi_handle_nop(icp, ISCSI_RSVD_TASK_TAG, inihp->ttt);
1604 if (((final == B_TRUE) && (ithp->ttt != ISCSI_RSVD_TASK_TAG)) ||
1605 ((final == B_FALSE) && (ithp->ttt == ISCSI_RSVD_TASK_TAG))) {
1611 "ttt:0x%x", icp->conn_oid, ithp->flags, ithp->itt);
1616 (ithp->ttt == ISCSI_RSVD_TASK_TAG) &&
1624 "ttt:0x%x", icp->conn_oid, ithp->ttt);
2517 iscsi_handle_nop(iscsi_conn_t *icp, uint32_t itt, uint32_t ttt) argument
[all...]
H A Discsi.h489 uint32_t ttt; member in struct:iscsi_cmd::__anon6492::__anon6500
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h275 uint32_t ttt; /* Target Transfer Tag */ member in struct:_iscsi_nop_out_hdr
291 uint32_t ttt; /* Target Transfer Tag */ member in struct:_iscsi_nop_in_hdr
370 uint32_t ttt; /* Target Transfer Tag */ member in struct:_iscsi_rtt_hdr
389 uint32_t ttt; member in struct:_iscsi_data_hdr
411 uint32_t ttt; member in struct:_iscsi_data_rsp_hdr
436 uint32_t ttt; member in struct:_iscsi_text_hdr
456 uint32_t ttt; member in struct:_iscsi_text_rsp_hdr
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h7232 u32_t exp_data_transfer_len_ttt /* Overloaded with ttt in multi-pdu sequences flow. */;
7339 u32_t ttt; member in struct:iscsi_data_pdu_hdr_little_endian
7522 u32_t ttt; member in struct:iscsi_text_req_hdr_little_endian
7557 u32_t ttt; member in struct:iscsi_nop_out_hdr_little_endian
7627 u32_t ttt; member in struct:iscsi_task_context_r2t_table_entry

Completed in 331 milliseconds