Home
last modified time | relevance | path

Searched defs:vbg_ioctl_log (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvboxguest.h186 struct vbg_ioctl_log { struct
188 struct vbg_ioctl_hdr hdr;
189 union {
198 } u;
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_core.c1556 static int vbg_ioctl_log(struct vbg_ioctl_log *log) in vbg_ioctl_log() function