Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Ddisk.h108 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */ macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dblock_if.c680 if (ioctl(fd, DIOCGSTRIPESIZE, &psectsz) == 0 && psectsz > 0) in blockif_open()