Searched refs:acpi_gbl_next_history_index (Results 1 – 1 of 1) sorted by relevance
29 static u16 acpi_gbl_next_history_index = 0; variable56 if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command != in acpi_db_add_to_history()60 strlen(acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()65 [acpi_gbl_next_history_index].command); in acpi_db_add_to_history()66 acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()70 acpi_gbl_history_buffer[acpi_gbl_next_history_index].command = in acpi_db_add_to_history()74 strcpy(acpi_gbl_history_buffer[acpi_gbl_next_history_index].command, in acpi_db_add_to_history()77 acpi_gbl_history_buffer[acpi_gbl_next_history_index].cmd_num = in acpi_db_add_to_history()83 (acpi_gbl_next_history_index == acpi_gbl_lo_history)) { in acpi_db_add_to_history()90 acpi_gbl_next_history_index++; in acpi_db_add_to_history()[all …]