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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp214 static void *g_hDevFsDeviceSys = NULL; variable
280 g_hDevFsDeviceSys = devfs_make_node(makedev(g_iMajorDeviceNo, 0), DEVFS_CHAR,
282 if (!g_hDevFsDeviceSys)
325 if (g_hDevFsDeviceSys)
327 devfs_remove(g_hDevFsDeviceSys);
328 g_hDevFsDeviceSys = NULL;
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp219 static void *g_hDevFsDeviceSys = NULL; variable
293 g_hDevFsDeviceSys = devfs_make_node(makedev(g_iMajorDeviceNo, 0), DEVFS_CHAR,
296 g_hDevFsDeviceSys = devfs_make_node(makedev(g_iMajorDeviceNo, 0), DEVFS_CHAR,
299 if (g_hDevFsDeviceSys)
319 devfs_remove(g_hDevFsDeviceSys);
320 g_hDevFsDeviceSys = NULL;
424 devfs_remove(g_hDevFsDeviceSys);
425 g_hDevFsDeviceSys = NULL;

Completed in 53 milliseconds