Searched refs:byte_length (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_callbacks.h355 U32 byte_length
H A Dscif_sas_sati_binding.h229 #define sati_cb_sge_write(current_sge, phys_address_low, phys_address_high, byte_length) \
234 scu_sge->length = (byte_length); \
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-eigrp.c219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
332 byte_length = (bit_length + 7) / 8; /* variable length encoding */
334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
361 byte_length = (bit_length + 7) / 8; /* variable length encoding */
363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
H A Dprint-isoclns.c1971 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
2008 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
2010 if (!TTEST2(*tptr, byte_length))
2013 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
2014 tptr+=byte_length;
2015 processed+=byte_length;

Completed in 124 milliseconds