Searched defs:total_length (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | radius_packet.c | 48 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 D | iscsit_radiuspacket.c | 53 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/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 1483 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/tools/ctf/dwarf/common/ |
H A D | dwarf_line.c | 1641 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 D | xdr_rdma.c | 1086 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/uts/common/io/sfxge/common/ |
H A D | ef10_nvram.c | 54 * 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 D | ef10_tlv_layout.h | 122 uint32_t total_length; member in struct:tlv_partition_header
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 704 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/xge/hal/include/ |
H A D | xgehal-device.h | 269 int total_length; member in struct:lro
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw_eth.h | 110 uint32_t total_length:16; member in struct:oce_nic_hdr_wqe::__anon7717::__anon7718 136 uint32_t total_length:16;
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1362 uint32_t total_length; member in struct:ioctl_header_info
|
Completed in 165 milliseconds