Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldomd/
H A Dhvctl.h25 #define HVIOCREAD _IOW('h', 0, struct hv_io) macro
H A Dldomd.c494 if (ioctl(hvctl_fd, HVIOCREAD, &hi) == -1) in hv_read()
/openbsd/sys/arch/sparc64/dev/
H A Dvldcp.c48 #define HVIOCREAD _IOW('h', 0, struct hv_io) macro
511 case HVIOCREAD: in vldcpioctl()
522 case HVIOCREAD: in vldcpioctl()
/openbsd/usr.sbin/ldomctl/
H A Dldomctl.c802 if (ioctl(hvctl_fd, HVIOCREAD, &hi) == -1) in hv_read()