Home
last modified time | relevance | path

Searched refs:HALD_RUN_FAILED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c47 #define HALD_RUN_FAILED 0x2 macro
165 send_reply(rd->con, rd->msg, HALD_RUN_FAILED, 0, NULL); in run_exited()
279 send_reply(con, msg, HALD_RUN_FAILED, 0, NULL); in run_request_run()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.h37 #define HALD_RUN_FAILED 0x2 macro
H A Dhald_runner.c469 hb->cb(hb->d, HALD_RUN_FAILED, return_code, NULL, hb->data1, hb->data2); in call_notify()
528 cb(device, HALD_RUN_FAILED, 0, NULL, data1, data2); in hald_runner_run_method()