Searched refs:OPAL_PARTIAL (Results 1 – 5 of 5) sorted by relevance
277 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) in dump_read_data()299 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) { in dump_attr_read()305 if (rc == OPAL_PARTIAL) { in dump_attr_read()
47 case OPAL_PARTIAL: in opal_status_to_err()
554 if (rc == OPAL_BUSY || rc == OPAL_PARTIAL) { in opal_flush_console()573 if (rc == OPAL_BUSY || rc == OPAL_PARTIAL) { in opal_flush_chars()578 if (rc == OPAL_PARTIAL) in opal_flush_chars()
146 if (rc != OPAL_SUCCESS && rc != OPAL_PARTIAL) { in powernv_led_get()
17 #define OPAL_PARTIAL -3 macro