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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp216 static void *g_hDevFsDeviceUsr = NULL; /**< @todo 4 later */ variable
331 if (g_hDevFsDeviceUsr)
333 devfs_remove(g_hDevFsDeviceUsr);
334 g_hDevFsDeviceUsr = NULL;
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp221 static void *g_hDevFsDeviceUsr = NULL; variable
301 g_hDevFsDeviceUsr = devfs_make_node(makedev(g_iMajorDeviceNo, 1), DEVFS_CHAR,
303 if (g_hDevFsDeviceUsr)
421 devfs_remove(g_hDevFsDeviceUsr);
422 g_hDevFsDeviceUsr = NULL;

Completed in 50 milliseconds