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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp99 static int VbgdDarwinIOCtl(dev_t Dev, u_long iCmd, caddr_t pData, int fFlags, struct proc *pProcess);
199 /*.d_ioctl = */ VbgdDarwinIOCtl,
444 static int VbgdDarwinIOCtl(dev_t Dev, u_long iCmd, caddr_t pData, int fFlags, struct proc *pProcess) function
475 * Worker for VbgdDarwinIOCtl that takes the slow IOCtl functions.

Completed in 59 milliseconds