Searched refs:record_result (Results 1 – 2 of 2) sorted by relevance
2839 enum bp_result record_result; in bios_get_board_layout_info() local2857 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()2861 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()2863 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()2864 return record_result; /* fail */ in bios_get_board_layout_info()
3488 static enum bp_result record_result; in bios_get_board_layout_info() local3513 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()3517 if (record_result == BP_RESULT_NORECORD && i > 0) in bios_get_board_layout_info()3519 else if (record_result != BP_RESULT_OK) in bios_get_board_layout_info()3520 return record_result; /* fail */ in bios_get_board_layout_info()