Searched refs:ttt (Results 1 - 17 of 17) sorted by relevance

/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/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh248 <ttt>myttttext</ttt>
/illumos-gate/usr/src/lib/libdtrace/common/
H A Discsit.d168 ii_ttt = ntohl(P->ttt);
195 ii_ttt = ntohl(P->ttt);
222 ii_ttt = ntohl(P->ttt);
249 ii_ttt = ntohl(P->ttt);
276 ii_ttt = ntohl(P->ttt);
390 ii_ttt = ntohl(P->ttt);
410 ii_ttt = ntohl(P->ttt);
/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/comstar/port/iscsit/
H A Discsit_text.c389 th_resp->ttt = ISCSI_RSVD_TASK_TAG;
397 th_resp->ttt = ict->ict_text_rsp_ttt;
457 if (th_req->ttt != ISCSI_RSVD_TASK_TAG) {
467 if (th_req->ttt != ict->ict_text_rsp_ttt) {
H A Discsit.c1127 dh->ttt = ((opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_SCSI_DATA_RSP) ?
1179 * This works because we don't currently allocate ttt's anywhere else
1181 * If we need to allocate ttt's for other PDU's in the future this will
1185 nop_in->ttt = ict->ict_keepalive_ttt;
2549 (out->ttt != ISCSI_RSVD_TASK_TAG)) {
2576 in->ttt = ISCSI_RSVD_TASK_TAG;
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm.h457 idm_task_find(idm_conn_t *ic, uint32_t itt, uint32_t ttt);
460 idm_task_find_and_complete(idm_conn_t *ic, uint32_t itt, uint32_t ttt);
/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/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/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));
H A Didm_so.c1564 idt = idm_task_find(ic, bhs->itt, bhs->ttt);
1650 idt = idm_task_find(ic, bhs->itt, bhs->ttt);
1737 * PDU is associated with the R2T by the Target Transfer Tag (ttt).
1755 idt = idm_task_find(ic, rtt_hdr->itt, rtt_hdr->ttt);
1785 idt->idt_r2t_ttt = rtt_hdr->ttt;
1908 task = idm_task_find(ic, bhs->itt, bhs->ttt);
2201 idt = idm_task_find(ic, ihp->itt, ihp->ttt);
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c297 ((idt = idm_task_find(ic, bhs->itt, bhs->ttt)) != NULL)) {
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3317 #define IDN_GKSTAT_GLOBAL_EVENT(vvv, ttt) \
3318 ((sg_kstat.vvv)++, ((sg_kstat.ttt) = ddi_get_lbolt()))
/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 247 milliseconds