Searched defs:sysctl_req (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsysctl.h103 struct sysctl_req *req)
109 struct sysctl_req { struct
115 int (*oldfunc)(struct sysctl_req *, const void *, size_t);
119 int (*newfunc)(struct sysctl_req *, void *, size_t);
127 #define IOCSYSCTL _IOWR('X', 0, struct sysctl_req)
132 struct sysctl_req req;

Completed in 45 milliseconds