Searched refs:OPT_DBUS (Results 1 – 4 of 4) sorted by relevance
198 if (daemon->options & OPT_DBUS) in main()471 if (daemon->options & OPT_DBUS) in main()600 ((daemon->options & OPT_DBUS) && !daemon->dbus)) in main()678 if ((daemon->options & OPT_DBUS) && !daemon->dbus) in main()
536 if ((daemon->options & OPT_DBUS) && !daemon->dbus) in do_script_run()
181 #define OPT_DBUS (1u<<19) macro
291 …{ '1', OPT_DBUS, NULL, gettext_noop("Enable the DBus interface for setting upstream servers, etc."…