Home
last modified time | relevance | path

Searched refs:final_size (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c592 size_t n, final_size; in kcf_get_slot_list() local
642 final_size = j * sizeof (kcf_provider_desc_t *); in kcf_get_slot_list()
644 ASSERT(final_size <= n); in kcf_get_slot_list()
647 if (final_size < n) { in kcf_get_slot_list()
650 if (final_size > 0) { in kcf_get_slot_list()
652 bcopy(p, final_buffer, final_size); in kcf_get_slot_list()
683 size_t n, final_size; in kcf_get_hw_prov_tab() local
742 ASSERT(final_size <= n); in kcf_get_hw_prov_tab()
745 if (final_size < n) { in kcf_get_hw_prov_tab()
748 if (final_size > 0) { in kcf_get_hw_prov_tab()
[all …]
H A Dkcf_cryptoadm.c362 size_t name_len, final_size = 0; in crypto_get_soft_list() local
378 final_size = 0; in crypto_get_soft_list()
393 final_size += name_len; in crypto_get_soft_list()
398 ASSERT(final_size <= n); in crypto_get_soft_list()
401 if (final_size < n) { in crypto_get_soft_list()
404 final_buffer = kmem_alloc(final_size, KM_SLEEP); in crypto_get_soft_list()
405 bcopy(names, final_buffer, final_size); in crypto_get_soft_list()
412 *len = final_size; in crypto_get_soft_list()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1273 unsigned int final_size; in create_buffer_header() local
1300 final_size = xdr_getpos(&xdrs); in create_buffer_header()
1302 (void) xdr_u_int(&xdrs, &final_size); in create_buffer_header()
1304 *reclen = (size_t)final_size; in create_buffer_header()
1642 unsigned int final_size; in nfslog_write_record() local
1745 final_size = xdr_getpos(&xdrs); in nfslog_write_record()
1747 (void) xdr_u_int(&xdrs, &final_size); in nfslog_write_record()
1765 final_size, (record_id == 0), which_buffers); in nfslog_write_record()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c984 Dwarf_Unsigned final_size = 0; in _dwarf_length_of_cu_header() local
1009 final_size = local_extension_size + in _dwarf_length_of_cu_header()
1026 final_size = local_extension_size + in _dwarf_length_of_cu_header()
1032 final_size += in _dwarf_length_of_cu_header()
1039 final_size = local_extension_size + in _dwarf_length_of_cu_header()
1046 *area_length_out = final_size; in _dwarf_length_of_cu_header()