Searched refs:record_result (Results 1 – 2 of 2) sorted by relevance
1848 enum bp_result record_result; in bios_get_board_layout_info() local1864 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()1868 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()1870 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()1871 return record_result; /* fail */ in bios_get_board_layout_info()
2747 enum bp_result record_result; in bios_get_board_layout_info() local2763 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()2767 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()2769 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()2770 return record_result; /* fail */ in bios_get_board_layout_info()