Home
last modified time | relevance | path

Searched refs:rem_len (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c194 int32_t rem_len; member
380 dump_state.rem_len = smb_len; in smbsrv_pcap_dump()
415 if (mlen > st->rem_len) in smb_req_pcap_m()
416 mlen = st->rem_len; in smb_req_pcap_m()
437 st->rem_len -= mlen; in smb_req_pcap_m()
H A Dsmbsrv.c1274 int32_t rem_len; member
1305 dump_state.rem_len = smb_len; in smb_req_dump()
1322 cnt = st->rem_len; in smb_req_dump_m()
1335 st->rem_len -= cnt; in smb_req_dump_m()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c693 CK_ULONG rem_len; in soft_des_decrypt_common() local
731 DES_BLOCK_LEN, &rem_len); in soft_des_decrypt_common()
733 if (rem_len != 0) in soft_des_decrypt_common()
735 last_block, rem_len); in soft_des_decrypt_common()
736 *pulDataLen = out_len + rem_len; in soft_des_decrypt_common()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1666 int rem_len; in ehci_polled_fill_in_qtd() local
1719 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_polled_fill_in_qtd()
1729 ASSERT(buf_len <= rem_len); in ehci_polled_fill_in_qtd()
1732 ASSERT(rem_len >= EHCI_MAX_QTD_BUF_SIZE); in ehci_polled_fill_in_qtd()
H A Dehci_xfer.c2396 int rem_len; in ehci_fill_in_qtd() local
2453 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_fill_in_qtd()
2468 ASSERT(buf_len <= rem_len); in ehci_fill_in_qtd()
2471 ASSERT(rem_len >= EHCI_MAX_QTD_BUF_SIZE); in ehci_fill_in_qtd()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1425 size_t rem_len = buf->itb_len; in igc_tx_ring_write_buf_descs() local
1428 ASSERT3U(rem_len, !=, 0); in igc_tx_ring_write_buf_descs()
1436 uint32_t desc_len = MIN(rem_len, c->dmac_size); in igc_tx_ring_write_buf_descs()
1442 rem_len -= desc_len; in igc_tx_ring_write_buf_descs()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2021 int rem_len; in uhci_get_tw_paddr_by_offs() local
2065 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in uhci_get_tw_paddr_by_offs()
2069 ASSERT(length <= rem_len); in uhci_get_tw_paddr_by_offs()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6064 int rem_len, i; in ohci_init_td() local
6098 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ohci_init_td()
6116 ASSERT(buf_len <= rem_len); in ohci_init_td()
6121 ASSERT(rem_len >= OHCI_MAX_TD_BUF_SIZE); in ohci_init_td()