Home
last modified time | relevance | path

Searched refs:HALD_RUN_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.h33 #define HALD_RUN_SUCCESS 0x0 macro
H A Dhald_runner.c427 dbus_uint32_t exitt = HALD_RUN_SUCCESS; in call_notify()
H A Dhald_dbus.c3274 if (exit_type == HALD_RUN_SUCCESS && error != NULL && in hald_exec_method_cb()
3283 if (exit_type != HALD_RUN_SUCCESS) { in hald_exec_method_cb()
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c43 #define HALD_RUN_SUCCESS 0x0 macro
176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error); in run_exited()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c226 if (exit_type != HALD_RUN_SUCCESS || (return_code != 0)) { in devinfo_callouts_probing_done()
H A Ddevinfo_storage.c1223 if (exit_type != HALD_RUN_SUCCESS || return_code != 0) { in devinfo_storage_probing_done()
1559 if (exit_type == HALD_RUN_SUCCESS && error != NULL && in devinfo_volume_force_unmount_cb()