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

/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Daddrtree.h74 size_t size_bytes; member in struct:addrtree
H A Daddrtree.c135 tree->size_bytes = sizeof *tree + sizeof *tree->root;
156 tree->size_bytes -= tree->sizefunc(node->elem);
230 tree->size_bytes -= node_size(tree, node);
272 return tree?tree->size_bytes:0;
281 tree->size_bytes -= sizeof(struct addrnode);
285 tree->size_bytes -= node_size(tree, n);
386 tree->size_bytes += tree->sizefunc(elem);
410 tree->size_bytes += node_size(tree, newnode);
452 tree->size_bytes += node_size(tree, newnode);
465 tree->size_bytes
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dr600_blit.c1714 int size_bytes)
1724 src_gpu_addr, dst_gpu_addr, size_bytes);
1726 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) {
1729 while (size_bytes) {
1730 int cur_size = size_bytes;
1814 size_bytes -= cur_size * h;
1819 while (size_bytes) {
1820 int cur_size = size_bytes;
1905 size_bytes -= cur_size * h;
1712 r600_blit_copy(struct drm_device *dev, uint64_t src_gpu_addr, uint64_t dst_gpu_addr, int size_bytes) argument
H A Dradeon_drv.h542 int size_bytes);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c112 uint64_t size_bytes; member in struct:ctl_be_ramdisk_lun
1024 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize;
1026 t = be_lun->size_bytes / be_lun->pblocksize;
1048 params->lun_size_bytes = be_lun->size_bytes;
1222 be_lun->size_bytes = be_lun->size_blocks * blocksize;
1227 params->lun_size_bytes = be_lun->size_bytes;
H A Dctl_backend_block.c163 uint64_t size_bytes; member in struct:ctl_be_block_lun
808 off = be_lun->size_bytes;
971 off = be_lun->size_bytes;
986 off = be_lun->size_bytes;
1840 be_lun->size_bytes = params->lun_size_bytes;
1842 be_lun->size_bytes = vattr.va_size;
1856 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize;
1895 if (be_lun->size_bytes < cbe_lun->blocksize) {
1899 (uintmax_t)be_lun->size_bytes, cbe_lun->blocksize);
2009 be_lun->size_bytes
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h459 int size_bytes);
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c296 uint64_t size_bytes; member in struct:camdd_dev_block

Completed in 126 milliseconds