Searched defs:dlength (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c540 data_len = ntoh24(ihp->dlength);
741 int dlength = 0; local
753 /* short hand dlength */
754 dlength = ntoh24(ihp->dlength);
756 /* verify dlength is valid */
757 if (dlength > max_data_length) {
761 dlength, max_data_length);
765 if (dlength) {
768 (dlength
[all...]
H A Discsi_io.c440 int32_t dlength; local
450 dlength = n2h24(issrhp->dlength);
469 if ((dlength > 1) &&
488 " %lu", dlength, (void *)pkt->pkt_scbp,
494 if ((senselen + 2) > dlength) {
495 senselen = dlength - 2;
587 issrhp->cmd_status, dlength, (void *)pkt->pkt_scbp,
966 n2h24(idrhp->dlength));
1061 uint32_t dlength local
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c684 ssize_t dlength; local
710 if ((dlength = xfrm_ops->sx_len(compose, clength)) <
713 compose, dlength + 1));
727 ssize_t dlength; local
738 if ((dlength = xfrm_ops->sx_len(compose, clength)) <
741 compose, dlength + 1));
754 ssize_t dlength; local
775 dlength = wcsxfrm(NULL, compose, (size_t)0);
776 if ((dlength * sizeof (wchar_t)) < L->l_collate_bufsize -
779 (size_t)dlength
1248 ssize_t dlength; local
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c87 uint32_t ro, uint32_t dlength);
766 pdu->isp_datalen = n2h24(bhs->dlength);
1604 idb->idb_exp_offset += n2h24(bhs->dlength);
1605 idt->idt_rx_bytes += n2h24(bhs->dlength);
1676 idb->idb_exp_offset += ntoh24(bhs->dlength);
1677 idt->idt_rx_bytes += n2h24(bhs->dlength);
1876 uint32_t dlength; local
1888 dlength = n2h24(bhs->dlength);
1929 xfer_bytes = idm_fill_iov(pdu, pdu->isp_sorx_buf, offset, dlength);
1949 idm_fill_iov(idm_pdu_t *pdu, idm_buf_t *idb, uint32_t ro, uint32_t dlength) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h111 uint8_t dlength[3]; /* Data length */ member in struct:_iscsi_hdr
123 uint8_t dlength[3]; member in struct:_iscsi_rsp_hdr
167 uint8_t dlength[3]; member in struct:_iscsi_scsi_cmd_hdr
199 uint8_t dlength[3]; member in struct:_iscsi_scsi_rsp_hdr
243 uint8_t dlength[3]; member in struct:_iscsi_async_evt_hdr
272 uint8_t dlength[3]; member in struct:_iscsi_nop_out_hdr
288 uint8_t dlength[3]; member in struct:_iscsi_nop_in_hdr
304 uint8_t dlength[3]; member in struct:_iscsi_scsi_task_mgt_hdr
335 uint8_t dlength[3]; member in struct:_iscsi_scsi_task_mgt_rsp_hdr
386 uint8_t dlength[ member in struct:_iscsi_data_hdr
408 uint8_t dlength[3]; member in struct:_iscsi_data_rsp_hdr
433 uint8_t dlength[3]; member in struct:_iscsi_text_hdr
453 uint8_t dlength[3]; member in struct:_iscsi_text_rsp_hdr
475 uint8_t dlength[3]; member in struct:_iscsi_login_hdr
505 uint8_t dlength[3]; member in struct:_iscsi_login_rsp_hdr
562 uint8_t dlength[3]; member in struct:_iscsi_logout_hdr
589 uint8_t dlength[3]; member in struct:_iscsi_logout_rsp_hdr
634 uint8_t dlength[3]; member in struct:_iscsi_reject_rsp_hdr
[all...]

Completed in 278 milliseconds