Searched refs:record_result (Results 1 – 2 of 2) sorted by relevance
2763 enum bp_result record_result; in bios_get_board_layout_info() local2781 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()2785 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()2787 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()2788 return record_result; /* fail */ in bios_get_board_layout_info()
3476 static enum bp_result record_result; in bios_get_board_layout_info() local3501 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()3505 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()3507 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()3508 return record_result; /* fail */ in bios_get_board_layout_info()