Home
last modified time | relevance | path

Searched refs:pvbus_req (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/pv/
Dpvvar.h22 struct pvbus_req { struct
29 #define PVBUSIOC_KVREAD _IOWR('V', 1, struct pvbus_req) argument
30 #define PVBUSIOC_KVWRITE _IOWR('V', 2, struct pvbus_req)
31 #define PVBUSIOC_TYPE _IOWR('V', 3, struct pvbus_req)
Dpvbus.c395 struct pvbus_req *pvr = (struct pvbus_req *)data; in pvbusioctl()
/openbsd/src/usr.sbin/hostctl/
Dhostctl.c100 struct pvbus_req pvr; in main()