Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.c136 tree->size_bytes = sizeof *tree + sizeof *tree->root; in addrtree_create()
157 tree->size_bytes -= tree->sizefunc(node->elem); in clean_node()
232 tree->size_bytes -= node_size(tree, node); in purge_node()
274 return tree?tree->size_bytes:0; in addrtree_size()
283 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete()
287 tree->size_bytes -= node_size(tree, n); in addrtree_delete()
389 tree->size_bytes += tree->sizefunc(elem); in addrtree_insert()
413 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
456 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
469 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
H A Daddrtree.h74 size_t size_bytes; member
H A Dsubnetmod.c433 diff_size = (int)tree->size_bytes; in update_cache()
437 diff_size = (int)tree->size_bytes - diff_size; in update_cache()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dqat.h159 CpaStatus qat_mem_alloc_contig(void **pp_mem_addr, Cpa32U size_bytes);
161 #define QAT_PHYS_CONTIG_ALLOC(pp_mem_addr, size_bytes) \ argument
162 qat_mem_alloc_contig((void *)(pp_mem_addr), (size_bytes))
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat.c49 qat_mem_alloc_contig(void **pp_mem_addr, Cpa32U size_bytes) in qat_mem_alloc_contig() argument
51 *pp_mem_addr = kmalloc(size_bytes, GFP_KERNEL); in qat_mem_alloc_contig()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_pkt_types.h69 uint8_t size_bytes; member
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c170 uint64_t size_bytes; member
838 off = be_lun->size_bytes; in ctl_be_block_gls_file()
1080 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()
1095 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()
1550 beio->io_len = be_lun->size_bytes; in ctl_be_block_cw_dispatch_flush()
2256 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file()
2258 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file()
2425 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev()
2427 be_lun->size_bytes = otmp; in ctl_be_block_open_dev()
2717 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_create()
[all …]
H A Dctl_backend_ramdisk.c114 uint64_t size_bytes; member
1193 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create()
1195 t = be_lun->size_bytes / be_lun->pblocksize; in ctl_backend_ramdisk_create()
1217 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create()
1398 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify()
1403 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dspan91 constexpr size_type size_bytes() const noexcept;
328 …_LIBCPP_HIDE_FROM_ABI constexpr size_type size_bytes() const noexcept { return _Extent * sizeof(el…
375 …n<const byte, _Extent * sizeof(element_type)>{reinterpret_cast<const byte*>(data()), size_bytes()};
379 … return span<byte, _Extent * sizeof(element_type)>{reinterpret_cast<byte*>(data()), size_bytes()};
490 …_LIBCPP_HIDE_FROM_ABI constexpr size_type size_bytes() const noexcept { return __size_ * sizeof(el…
537 return {reinterpret_cast<const byte*>(data()), size_bytes()};
541 return {reinterpret_cast<byte*>(data()), size_bytes()};
/freebsd/usr.sbin/camdd/
H A Dcamdd.c288 uint64_t size_bytes; member