/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | deflate.c | 300 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()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | ppp-comp.h | 73 PACKETPTR mp, int orig_len, int max_len));
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | error.c | 631 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()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | xattr.c | 107 uint16_t orig_len; in xattr_common_fid() local 122 orig_len = fidp->fid_len; in xattr_common_fid() 127 fidp->fid_len = orig_len; in xattr_common_fid() 1587 uint16_t orig_len; in xattr_dir_vget() local 1595 orig_len = fidp->fid_len; in xattr_dir_vget() 1599 fidp->fid_len = orig_len; in xattr_dir_vget()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | busra.c | 1480 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()
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 1855 netq->net_qtail->orig_len = nullblocks; /* overload */ in rdc_diskq_buf2queue() 2289 (q->blocks + q->nitems - q->net_qtail->orig_len))) { in rdc_trim_buf() 2291 buf->sb_len = (q->blocks + q->nitems - q->net_qtail->orig_len); in rdc_trim_buf() 2296 p->orig_len = len; in rdc_trim_buf()
|
H A D | rdc_io.h | 180 nsc_size_t orig_len; member
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 3176 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); 3198 ASN1_put_object(&p, 1, (int)(orig_len+oid_len), 3276 unsigned int orig_len = 0, oid_len = 0, tot_len = 0; in wrap_signeddata() local 3281 tot_len = orig_len = ASN1_object_size(1, (int)data_len, V_ASN1_SEQUENCE); in wrap_signeddata() 3287 tot_len = ASN1_object_size(1, (int)(orig_len+oid_len), V_ASN1_SEQUENCE); in wrap_signeddata() 3292 ASN1_put_object(&p, 1, (int)(orig_len+oid_len), in wrap_signeddata()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 91 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 D | ns_reads.c | 4641 int len = 0, orig_len = 0, mapped_len = 0; in __s_api_replace_mapped_attr_in_dn() local 4687 orig_len = strlen(orig_attr); in __s_api_replace_mapped_attr_in_dn() 4689 len = dn_len + orig_len - mapped_len + 1; in __s_api_replace_mapped_attr_in_dn() 4715 (void) memcpy((void *) start, (const void*) orig_attr, orig_len); in __s_api_replace_mapped_attr_in_dn() 4721 start = start + orig_len; /* move cursor in buffer */ in __s_api_replace_mapped_attr_in_dn()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 2289 size_t orig_len = strlen(zc->zc_name); in zfs_ioc_dataset_list_next() local 2320 zc->zc_name[orig_len] = '\0'; in zfs_ioc_dataset_list_next()
|