Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ldomd/
Dhvctl.h26 #define HVIOCWRITE _IOW('h', 1, struct hv_io) macro
Dldomd.c507 if (ioctl(hvctl_fd, HVIOCWRITE, &hi) == -1) in hv_write()
/openbsd/src/sys/arch/sparc64/dev/
Dvldcp.c49 #define HVIOCWRITE _IOW('h', 1, struct hv_io) macro
512 case HVIOCWRITE: in vldcpioctl()
546 case HVIOCWRITE: in vldcpioctl()
/openbsd/src/usr.sbin/ldomctl/
Dldomctl.c815 if (ioctl(hvctl_fd, HVIOCWRITE, &hi) == -1) in hv_write()