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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp97 static int VbgdDarwinClose(dev_t Dev, int fFlags, int fDevType, struct proc *pProcess);
196 /*.d_close = */ VbgdDarwinClose,
421 static int VbgdDarwinClose(dev_t Dev, int fFlags, int fDevType, struct proc *pProcess) function
423 Log(("VbgdDarwinClose: pid=%d\n", (int)RTProcSelf()));

Completed in 44 milliseconds