Home
last modified time | relevance | path

Searched refs:orig_len (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c300 z_compress(void *arg, mblk_t **mret, mblk_t *mp, int orig_len, int maxolen) in z_compress() argument
354 return (orig_len); in z_compress()
360 return (orig_len); in z_compress()
363 return (orig_len); in z_compress()
369 if (maxolen > orig_len) { in z_compress()
370 maxolen = orig_len; in z_compress()
507 if (olen < orig_len && m != NULL) { in z_compress()
516 state->stats.inc_bytes += orig_len; in z_compress()
519 olen = orig_len; in z_compress()
522 state->stats.unc_bytes += orig_len; in z_compress()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c82 uint32_t orig_len; /* actual length of packet */ member
343 phdr.orig_len = len_w_hdrs + truncated; in smbsrv_pcap_dump()
/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c631 mem_sync(caddr_t orig_va, size_t orig_len) in mem_sync() argument
638 if (orig_len == 0) in mem_sync()
644 len = P2ROUNDUP_TYPED(orig_va + orig_len, MMU_PAGESIZE, uint64_t) - va; in mem_sync()
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h71 PACKETPTR mp, int orig_len, int max_len));
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c178 uint16_t orig_len; in xattr_common_fid() local
193 orig_len = fidp->fid_len; in xattr_common_fid()
198 fidp->fid_len = orig_len; in xattr_common_fid()
1696 uint16_t orig_len; in xattr_dir_vget() local
1704 orig_len = fidp->fid_len; in xattr_dir_vget()
1708 fidp->fid_len = orig_len; in xattr_dir_vget()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c147 uint64_t orig_len = new->lr_length; in rangelock_enter_writer() local
202 new->lr_length = orig_len; in rangelock_enter_writer()
H A Dzfs_ioctl.c2355 size_t orig_len = strlen(zc->zc_name); in zfs_ioc_dataset_list_next() local
2386 zc->zc_name[orig_len] = '\0'; in zfs_ioc_dataset_list_next()
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1480 uint64_t orig_len = len; in pci_put_available_prop() local
1552 (void *)dip, orig_base, orig_len, in pci_put_available_prop()
1586 (void *)dip, orig_base, orig_len); in pci_put_available_prop()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3353 unsigned int orig_len = 0, oid_len = 0, tot_len = 0;
3361 tot_len = orig_len = ASN1_object_size(1, (int)data_len, V_ASN1_SEQUENCE);
3368 tot_len = ASN1_object_size(1, (int)(orig_len+oid_len), V_ASN1_SEQUENCE);
3375 ASN1_put_object(&p, 1, (int)(orig_len+oid_len),
3453 unsigned int orig_len = 0, oid_len = 0, tot_len = 0; in wrap_signeddata() local
3458 tot_len = orig_len = ASN1_object_size(1, (int)data_len, V_ASN1_SEQUENCE); in wrap_signeddata()
3464 tot_len = ASN1_object_size(1, (int)(orig_len+oid_len), V_ASN1_SEQUENCE); in wrap_signeddata()
3469 ASN1_put_object(&p, 1, (int)(orig_len+oid_len), in wrap_signeddata()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c91 int len = 0, orig_len = 0, mapped_len = 0; in replace_mapped_attr_in_dn() local
126 orig_len = strlen(dnArray[0]); in replace_mapped_attr_in_dn()
138 len = dn_len - orig_len + mapped_len + 1; in replace_mapped_attr_in_dn()
146 (void) snprintf(*new_dn, len, "%s=%s", mappedattr[0], dn + orig_len +1); in replace_mapped_attr_in_dn()
H A Dns_reads.c4763 int len = 0, orig_len = 0, mapped_len = 0; in __s_api_replace_mapped_attr_in_dn() local
4810 orig_len = strlen(orig_attr); in __s_api_replace_mapped_attr_in_dn()
4812 len = dn_len + orig_len - mapped_len + 1; in __s_api_replace_mapped_attr_in_dn()
4838 (void) memcpy(start, orig_attr, orig_len); in __s_api_replace_mapped_attr_in_dn()
4844 start = start + orig_len; /* move cursor in buffer */ in __s_api_replace_mapped_attr_in_dn()