Searched refs:gLibHalCtxShutdown (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A Dvbox-libhal.cpp49 dbus_bool_t (*gLibHalCtxShutdown)(LibHalContext *, DBusError *); variable
80 && RT_SUCCESS(RTLdrGetSymbol(hLibHal, "libhal_ctx_shutdown", (void **) &gLibHalCtxShutdown))
/vbox/src/VBox/Main/include/
H A Dvbox-libhal.h60 extern dbus_bool_t (*gLibHalCtxShutdown)(LibHalContext *, DBusError *);
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2534 if (!gLibHalCtxShutdown(halContext, &dbusError)) /* what now? */
2696 if (!gLibHalCtxShutdown(halContext, &dbusError)) /* what now? */

Completed in 131 milliseconds