Searched refs:size_bytes (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/unbound/edns-subnet/ |
H A D | addrtree.c | 136 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 D | addrtree.h | 74 size_t size_bytes; member
|
H A D | subnetmod.c | 433 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 D | qat.h | 159 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 D | qat.c | 49 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/llvm-project/compiler-rt/include/sanitizer/ |
H A D | nsan_interface.h | 56 void __nsan_dump_shadow_mem(const char *addr, size_t size_bytes,
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | trc_pkt_types.h | 69 uint8_t size_bytes; member
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 170 uint64_t size_bytes; member 836 off = be_lun->size_bytes; in ctl_be_block_gls_file() 1078 off = be_lun->size_bytes; in ctl_be_block_gls_zvol() 1093 off = be_lun->size_bytes; in ctl_be_block_gls_zvol() 1548 beio->io_len = be_lun->size_bytes; in ctl_be_block_cw_dispatch_flush() 2254 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file() 2256 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file() 2270 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize; in ctl_be_block_open_file() 2309 if (be_lun->size_bytes < cbe_lun->blocksize) { in ctl_be_block_open_file() 2313 (uintmax_t)be_lun->size_bytes, cbe_lun->blocksize); in ctl_be_block_open_file() [all …]
|
H A D | ctl_backend_ramdisk.c | 114 uint64_t size_bytes; member 1192 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create() 1194 t = be_lun->size_bytes / be_lun->pblocksize; in ctl_backend_ramdisk_create() 1216 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create() 1397 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify() 1402 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | span | 105 constexpr size_type size_bytes() const noexcept; 350 …_LIBCPP_HIDE_FROM_ABI constexpr size_type size_bytes() const noexcept { return _Extent * sizeof(el… 397 …n<const byte, _Extent * sizeof(element_type)>{reinterpret_cast<const byte*>(data()), size_bytes()}; 401 … return span<byte, _Extent * sizeof(element_type)>{reinterpret_cast<byte*>(data()), size_bytes()}; 512 …_LIBCPP_HIDE_FROM_ABI constexpr size_type size_bytes() const noexcept { return __size_ * sizeof(el… 559 return {reinterpret_cast<const byte*>(data()), size_bytes()}; 563 return {reinterpret_cast<byte*>(data()), size_bytes()};
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 323 __nsan_dump_shadow_mem(const u8 *addr, size_t size_bytes, size_t bytes_per_line, in __nsan_dump_shadow_mem() argument 338 for (size_t R = 0; R < (size_bytes + bytes_per_line - 1) / bytes_per_line; in __nsan_dump_shadow_mem() 341 for (size_t C = 0; C < bytes_per_line && Offset < size_bytes; ++C) { in __nsan_dump_shadow_mem()
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 288 uint64_t size_bytes; member
|