Searched refs:record_result (Results 1 – 2 of 2) sorted by relevance
2033 enum bp_result record_result; in bios_get_board_layout_info() local2050 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()2054 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()2056 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()2057 return record_result; /* fail */ in bios_get_board_layout_info()
3921 enum bp_result record_result; in bios_get_board_layout_info() local3938 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()3942 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()3944 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()3945 return record_result; /* fail */ in bios_get_board_layout_info()