Searched refs:total_length (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.c48 ushort_t total_length; /* Has to be 2 octets in size */ local
65 total_length = MIN_RAD_PACKET_LEN;
76 if (total_length > MAX_RAD_PACKET_LEN) {
87 total_length += 2;
117 total_length += len;
120 data_len = total_length;
121 total_length = htons(total_length);
122 bcopy(&total_length, packet->length, sizeof (ushort_t));
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c53 ushort_t total_length; /* Has to be 2 octets in size */ local
69 total_length = MIN_RAD_PACKET_LEN;
80 if (total_length > MAX_RAD_PACKET_LEN) {
91 total_length += 2;
121 total_length += len;
124 data_len = total_length;
125 total_length = htons(total_length);
126 bcopy(&total_length, packet->length, sizeof (ushort_t));
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c54 * This is different from tlv_partition_header.total_length,
635 header->total_length = __CPU_TO_LE_32(new_len);
668 size_t total_length; local
694 total_length = __LE_TO_CPU_32(header->total_length);
695 if (total_length > partn_size) {
724 for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) {
792 header.total_length = 0; /* This will be fixed below. */
1127 size_t total_length; local
1159 total_length
1727 size_t total_length = 0; local
[all...]
H A Def10_tlv_layout.h122 uint32_t total_length; member in struct:tlv_partition_header
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c1007 lro_new->total_length = xge_os_ntohs(ip->tot_len);
1204 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) >
1236 lro->total_length += __hal_tcp_seg_len(ip, tcp);
1356 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length);
1422 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h110 uint32_t total_length:16; member in struct:oce_nic_hdr_wqe::__anon7717::__anon7718
136 uint32_t total_length:16;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1641 Dwarf_Unsigned total_length = 0; local
1657 READ_AREA_LENGTH(dbg, total_length, Dwarf_Unsigned,
1661 line_ptr_end = line_ptr + total_length;
1676 prefix_out->pf_total_length = total_length;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1086 uint32_t *total_length, CONN *conn)
1097 *total_length = 0;
1164 *total_length = wcl_length;
1085 xdr_decode_wlist_svc(XDR *xdrs, struct clist **wclp, bool_t *wwl, uint32_t *total_length, CONN *conn) argument
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c704 uint32_t total_length = 0, attr_len = 0, i; local
726 total_length += (include_names ?
739 if (total_length == 0) {
745 *door_line = (char *)malloc(total_length + 1);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c946 pheader->total_length = qlge->ioctl_total_length;
1127 pheader->total_length = qlge->ioctl_total_length;
1162 pheader->total_length = qlge->ioctl_total_length;
1334 qlge->ioctl_buf_lenth = pheader->total_length;
1335 qlge->ioctl_total_length = pheader->total_length;
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h269 int total_length; member in struct:lro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c1483 CK_ULONG total_length)
1495 rc = ber_decode_RSAPrivateKey(data, total_length,
1481 rsa_priv_unwrap(TEMPLATE *tmpl, CK_BYTE *data, CK_ULONG total_length) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c834 wqeh->u0.s.total_length = pkt_len;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1362 uint32_t total_length; member in struct:ioctl_header_info

Completed in 123 milliseconds