Searched defs:tot_len (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c146 int tot_len = MBLKL(m_head); local
201 trim = tot_len - (ip_len + ETHERNET_HEADER_SIZE);
208 tot_len -= trim;
353 lro->len = tot_len;
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c921 int tot_len; local
1015 tot_len = strlen(service_name) + skip_len;
1055 if (write(ibcfg_tmpfd, file_buf + ibcfg_brec + sbuf_len + tot_len,
1056 ibcfg_st.st_size - ibcfg_brec - sbuf_len - tot_len) == -1) {
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c275 size_t tot_len; local
283 tot_len = minlen + 2 * redzone; /* need at least this much space */
292 if (*lenp < tot_len) {
311 if (hole_start - lo >= tot_len)
313 else if (hi - hole_end >= tot_len)
321 if (hi - hole_end >= tot_len)
323 else if (hole_start - lo >= tot_len)
337 if (hi - lo < tot_len) {
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h229 u16 tot_len; member in struct:iplro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3176 unsigned int orig_len = 0, oid_len = 0, tot_len = 0;
3184 tot_len = orig_len = ASN1_object_size(1, (int)data_len, V_ASN1_SEQUENCE);
3191 tot_len = ASN1_object_size(1, (int)(orig_len+oid_len), V_ASN1_SEQUENCE);
3194 p = *out = (unsigned char *)malloc(tot_len);
3209 *out_len = tot_len;
3224 unsigned int oid_len = 0, tot_len = 0, wrap_len = 0, tag_len = 0; local
3245 tot_len = ASN1_object_size(1, (int)(oid_len), V_ASN1_SEQUENCE);
3247 p = *out = (unsigned char *)malloc(tot_len);
3264 *out_len = tot_len;
3276 unsigned int orig_len = 0, oid_len = 0, tot_len local
[all...]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c833 size_t tot_len; local
841 tot_len = minlen + 2 * redzone; /* need at least this much space */
852 if (*lenp < tot_len) {
871 if (hole_start - lo >= tot_len)
873 else if (hi - hole_end >= tot_len)
881 if (hi - hole_end >= tot_len)
883 else if (hole_start - lo >= tot_len)
899 if (hi - lo < tot_len)

Completed in 146 milliseconds