Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c573 off_t size, psectsz, psectoff; in blockif_open() local
670 psectsz = psectoff = 0; in blockif_open()
681 if (ioctl(fd, DIOCGSTRIPESIZE, &psectsz) == 0 && psectsz > 0) in blockif_open()
690 psectsz = sbuf.st_blksize; in blockif_open()
695 psectsz = sbuf.st_blksize; in blockif_open()
702 psectsz = dkmext.dki_pbsize; in blockif_open()
800 psectsz = pssopt; in blockif_open()
821 bc->bc_psectsz = psectsz; in blockif_open()
H A Dpci_ahci.c1034 int sectsz, psectsz, psectoff, candelete, ro; in ata_identify_init() local
1043 blockif_psectsz(p->bctx, &psectsz, &psectoff); in ata_identify_init()
1106 if (psectsz > sectsz) { in ata_identify_init()
1108 ata_ident->pss |= ffsl(psectsz / sectsz) - 1; in ata_identify_init()