Searched refs:size_bytes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/unbound/edns-subnet/ |
| H A D | addrtree.c | 135 tree->size_bytes = sizeof *tree + sizeof *tree->root; in addrtree_create() 156 tree->size_bytes -= tree->sizefunc(node->elem); in clean_node() 230 tree->size_bytes -= node_size(tree, node); in purge_node() 272 return tree?tree->size_bytes:0; in addrtree_size() 281 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete() 285 tree->size_bytes -= node_size(tree, n); in addrtree_delete() 386 tree->size_bytes += tree->sizefunc(elem); in addrtree_insert() 410 tree->size_bytes += node_size(tree, newnode); in addrtree_insert() 452 tree->size_bytes += node_size(tree, newnode); in addrtree_insert() 465 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
|
| H A D | addrtree.h | 74 size_t size_bytes; member
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/opencsd/decoder/include/opencsd/ |
| H A D | trc_pkt_types.h | 69 uint8_t size_bytes; member
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | span | 91 constexpr size_type size_bytes() const noexcept; 335 …_LIBCPP_INLINE_VISIBILITY constexpr size_type size_bytes() const noexcept { return _Extent * sizeo… 365 …onst byte, _Extent * sizeof(element_type)>{reinterpret_cast<const byte *>(data()), size_bytes()}; } 368 …eturn span<byte, _Extent * sizeof(element_type)>{reinterpret_cast<byte *>(data()), size_bytes()}; } 497 …_LIBCPP_INLINE_VISIBILITY constexpr size_type size_bytes() const noexcept { return __size * sizeof… 528 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; } 531 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_backend_block.c | 168 uint64_t size_bytes; member 814 off = be_lun->size_bytes; in ctl_be_block_gls_file() 977 off = be_lun->size_bytes; in ctl_be_block_gls_zvol() 992 off = be_lun->size_bytes; in ctl_be_block_gls_zvol() 1828 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file() 1830 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file() 1997 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev() 1999 be_lun->size_bytes = otmp; in ctl_be_block_open_dev() 2244 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_create() 2289 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_create() [all …]
|
| H A D | ctl_backend_ramdisk.c | 117 uint64_t size_bytes; member 999 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create() 1001 t = be_lun->size_bytes / be_lun->pblocksize; in ctl_backend_ramdisk_create() 1023 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create() 1204 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify() 1209 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
|
| /freebsd-13.1/usr.sbin/camdd/ |
| H A D | camdd.c | 297 uint64_t size_bytes; member
|