Home
last modified time | relevance | path

Searched refs:old_len (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libeti/form/common/
H A Dchg_data.c90 int old_len = BufSize(c); in _grow_field() local
134 (void) memcpy(new_buf, old_buf, old_len); in _grow_field()
135 (void) memset(new_buf + old_len, ' ', grow); in _grow_field()
136 old_buf += old_len + 1; in _grow_field()
137 new_buf += old_len + grow; in _grow_field()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dmake_checksum.c148 size_t old_len = cksum->length; in krb5_c_make_checksum() local
159 FREE(cksum->contents, old_len); in krb5_c_make_checksum()
/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c423 u_int32_t new_datalen, old_len, rectype; local
442 old_len =
444 new_datalen = old_len - HKEYDATA_SIZE(0) + add_len;
454 if (ISBIG(hcp, new_datalen) && (old_len > HOFFDUP_SIZE ||
455 HOFFDUP_SIZE - old_len <= P_FREESPACE(hcp->pagep)))
/titanic_41/usr/src/lib/libpool/common/
H A Dpool_internal.c1598 int old_len = 0; in append_char_buf() local
1601 old_len = strlen(cb->cb_buf); in append_char_buf()
1604 if (new_len + old_len >= cb->cb_size) { in append_char_buf()
1605 if (resize_char_buf(cb, old_len + new_len + 1) != in append_char_buf()
1614 (void) vsnprintf(&cb->cb_buf[old_len], cb->cb_size - old_len, fmt, ap); in append_char_buf()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c2682 size_t old_len; in igb_multicst_add() local
2698 old_len = igb->mcast_alloc_count * in igb_multicst_add()
2711 bcopy(igb->mcast_table, new_table, old_len); in igb_multicst_add()
2712 kmem_free(igb->mcast_table, old_len); in igb_multicst_add()
2743 size_t old_len; in igb_multicst_remove() local
2762 old_len = igb->mcast_alloc_count * in igb_multicst_remove()
2770 kmem_free(igb->mcast_table, old_len); in igb_multicst_remove()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dimpl.h1199 #define KCF_PROV_SET_PIN(pd, session, old_pin, old_len, new_pin, new_len, \ argument
1203 session, old_pin, old_len, new_pin, new_len, req) : \
1299 size_t old_len, char *new_pin, size_t new_len, crypto_call_req_t *req);
/titanic_41/usr/src/cmd/svc/configd/
H A Dbackend.c2863 size_t size, old_len; in backend_query_append() local
2871 old_len = strlen(q->bq_buf); in backend_query_append()
2878 q->bq_buf[old_len] = 0; in backend_query_append()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2599 size_t old_len; in multicst_add() local
2618 old_len = Adapter->mcast_alloc_count * in multicst_add()
2632 bcopy(Adapter->mcast_table, newtable, old_len); in multicst_add()
2633 kmem_free(Adapter->mcast_table, old_len); in multicst_add()
2668 size_t old_len; in multicst_remove() local
2685 old_len = Adapter->mcast_alloc_count * in multicst_remove()
2693 kmem_free(Adapter->mcast_table, old_len); in multicst_remove()
/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h278 u16 old_len, u16 new_len, u16 offset,
H A Di40e_common.c4145 u16 old_len, u16 new_len, u16 offset, in i40e_aq_update_lldp_tlv() argument
4155 old_len == 0 || new_len == 0) in i40e_aq_update_lldp_tlv()
4168 cmd->old_len = CPU_TO_LE16(old_len); in i40e_aq_update_lldp_tlv()
H A Di40e_adminq_cmd.h2233 __le16 old_len; member
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c9126 size_t old_len, new_len; in dprov_create_object_from_template() local
9179 old_len = template[attr].oa_value_len; in dprov_create_object_from_template()
9180 new_len = attribute_size(type, old_len); in dprov_create_object_from_template()
9198 offset = old_len - new_len; in dprov_create_object_from_template()
9384 size_t old_len, new_len; in dprov_object_set_attr() local
9421 old_len = template[i].oa_value_len; in dprov_object_set_attr()
9422 new_len = attribute_size(type, old_len); in dprov_object_set_attr()
9426 bcopy(&template[i].oa_value[old_len - new_len], in dprov_object_set_attr()