Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm/
HDr600_blit.c1714 int size_bytes) in r600_blit_copy() argument
1724 src_gpu_addr, dst_gpu_addr, size_bytes); in r600_blit_copy()
1726 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) { in r600_blit_copy()
1729 while (size_bytes) { in r600_blit_copy()
1730 int cur_size = size_bytes; in r600_blit_copy()
1814 size_bytes -= cur_size * h; in r600_blit_copy()
1819 while (size_bytes) { in r600_blit_copy()
1820 int cur_size = size_bytes; in r600_blit_copy()
1905 size_bytes -= cur_size * h; in r600_blit_copy()
HDradeon_drv.h542 int size_bytes);
/NextBSD/sys/dev/drm2/radeon/
HDr600_blit.c596 int size_bytes) in r600_blit_copy() argument
605 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) { in r600_blit_copy()
608 while (size_bytes) { in r600_blit_copy()
609 int cur_size = size_bytes; in r600_blit_copy()
692 size_bytes -= cur_size * h; in r600_blit_copy()
697 while (size_bytes) { in r600_blit_copy()
698 int cur_size = size_bytes; in r600_blit_copy()
782 size_bytes -= cur_size * h; in r600_blit_copy()
HDradeon_drv.h463 int size_bytes);
/NextBSD/sys/cam/ctl/
HDctl_backend_block.c164 uint64_t size_bytes; member
808 off = be_lun->size_bytes; in ctl_be_block_gls_file()
971 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()
986 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()
1845 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file()
1847 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file()
1861 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize; in ctl_be_block_open_file()
1900 if (be_lun->size_bytes < cbe_lun->blocksize) { in ctl_be_block_open_file()
1904 (uintmax_t)be_lun->size_bytes, cbe_lun->blocksize); in ctl_be_block_open_file()
2014 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev()
[all …]
HDctl_backend_ramdisk.c83 uint64_t size_bytes; member
542 be_lun->size_bytes = be_lun->size_blocks * cbe_lun->blocksize; in ctl_backend_ramdisk_create()
550 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_create()
749 be_lun->size_bytes = be_lun->size_blocks * blocksize; in ctl_backend_ramdisk_modify()
754 params->lun_size_bytes = be_lun->size_bytes; in ctl_backend_ramdisk_modify()
/NextBSD/usr.sbin/camdd/
HDcamdd.c296 uint64_t size_bytes; member