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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c52 static DBusConnection *runner_connection = NULL; variable
146 if (runner_connection == NULL) {
151 runner_connection = new_connection;
223 while (runner_connection == NULL) {
386 dbus_connection_send_with_reply_and_block(runner_connection,
506 if (!dbus_connection_send_with_reply(runner_connection,
565 dbus_connection_send_with_reply_and_block(runner_connection, msg, -1, &err);
579 if (runner_connection == NULL) {
595 dbus_connection_send_with_reply_and_block(runner_connection,

Completed in 52 milliseconds