Searched refs:size_bytes (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/opencsd/decoder/include/opencsd/ |
| H A D | trc_pkt_types.h | 69 uint8_t size_bytes; member
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_backend_block.c | 170 uint64_t size_bytes; member 818 off = be_lun->size_bytes; in ctl_be_block_gls_file() 1059 off = be_lun->size_bytes; in ctl_be_block_gls_zvol() 1074 off = be_lun->size_bytes; in ctl_be_block_gls_zvol() 1921 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file() 1923 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file() 2090 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev() 2092 be_lun->size_bytes = otmp; in ctl_be_block_open_dev() 2337 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_create() 2382 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_create() [all …]
|
| H A D | ctl_backend_ramdisk.c | 115 uint64_t size_bytes; member 998 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create() 1000 t = be_lun->size_bytes / be_lun->pblocksize; in ctl_backend_ramdisk_create() 1022 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create() 1203 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify() 1208 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | span | 91 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-14.2/usr.sbin/camdd/ |
| H A D | camdd.c | 288 uint64_t size_bytes; member
|