Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/edns-subnet/
H A Daddrtree.c135 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 Daddrtree.h74 size_t size_bytes; member
/freebsd-12.1/contrib/libc++/include/
H A Dspan87 constexpr index_type size_bytes() const noexcept;
314 …_LIBCPP_INLINE_VISIBILITY constexpr index_type size_bytes() const noexcept { return _Extent * size…
349 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; }
352 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }
479 …_LIBCPP_INLINE_VISIBILITY constexpr index_type size_bytes() const noexcept { return __size * sizeo…
518 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; }
521 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }
/freebsd-12.1/sys/cam/ctl/
H A Dctl_backend_block.c168 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()
1849 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file()
1851 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file()
2018 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev()
2020 be_lun->size_bytes = otmp; in ctl_be_block_open_dev()
2272 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_create()
2317 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_create()
[all …]
H A Dctl_backend_ramdisk.c118 uint64_t size_bytes; member
1049 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create()
1051 t = be_lun->size_bytes / be_lun->pblocksize; in ctl_backend_ramdisk_create()
1073 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create()
1283 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify()
1288 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_pkt_types.h69 uint8_t size_bytes; member
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_drv.h459 int size_bytes);
/freebsd-12.1/usr.sbin/camdd/
H A Dcamdd.c297 uint64_t size_bytes; member