Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c207 *lbsize = (uint_t)sector_size; in read_disk_info()
379 uint_t lbsize = 0; in efi_alloc_and_init() local
400 nblocks = NBLOCKS(nparts, lbsize); in efi_alloc_and_init()
401 if ((nblocks * lbsize) < EFI_MIN_ARRAY_SIZE + lbsize) { in efi_alloc_and_init()
425 vptr->efi_lbasize = lbsize; in efi_alloc_and_init()
500 uint_t lbsize; in efi_ioctl() local
516 if (lbsize == 0) { in efi_ioctl()
521 lbsize = DEV_BSIZE; in efi_ioctl()
551 if (lbsize == 0) { in efi_ioctl()
686 uint_t lbsize = 0; in efi_read() local
[all …]