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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-freebsd.c93 static d_close_t VBoxGuestFreeBSDClose; variable
125 .d_close = VBoxGuestFreeBSDClose,
243 static int VBoxGuestFreeBSDClose(struct cdev *pDev, int fFile, int DevType, struct thread *pTd) function
246 Log(("VBoxGuestFreeBSDClose: fFile=%#x pSession=%p\n", fFile, pSession));
255 Log(("VBoxGuestFreeBSDClose: si_drv1=%p expected %p!\n", pDev->si_drv1, pSession));
261 Log(("VBoxGuestFreeBSDClose: si_drv1=%p!\n", pSession));

Completed in 43 milliseconds