Searched refs:HALD_RUN_FAILED (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald-runner/ |
H A D | runner.c | 47 #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()
|
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | hald_runner.h | 37 #define HALD_RUN_FAILED 0x2 macro
|
H A D | hald_runner.c | 469 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()
|