Lines Matching defs:call_status
43 int call_status;
53 call_status = rtas_call_reentrant(ibm_set_xive, 3, 1, NULL, hw_irq,
55 if (call_status != 0) {
58 __func__, hw_irq, server, call_status);
63 call_status = rtas_call_reentrant(ibm_int_on, 1, 1, NULL, hw_irq);
64 if (call_status != 0) {
66 __func__, hw_irq, call_status);
89 int call_status;
94 call_status = rtas_call_reentrant(ibm_int_off, 1, 1, NULL, hw_irq);
95 if (call_status != 0) {
97 __func__, hw_irq, call_status);
102 call_status = rtas_call_reentrant(ibm_set_xive, 3, 1, NULL, hw_irq,
104 if (call_status != 0) {
106 __func__, hw_irq, call_status);