Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Ddisk.h137 #define DIOCGATTR _IOWR('d', 142, struct diocgattr_arg) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c685 if (nodelete == 0 && ioctl(fd, DIOCGATTR, &arg) == 0) in blockif_open()