Searched refs:acpi_gbl_next_history_index (Results 1 – 1 of 1) sorted by relevance
63 static u16 acpi_gbl_next_history_index = 0; variable90 if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command != in acpi_db_add_to_history()94 strlen(acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()99 [acpi_gbl_next_history_index].command); in acpi_db_add_to_history()100 acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()104 acpi_gbl_history_buffer[acpi_gbl_next_history_index].command = in acpi_db_add_to_history()108 strcpy(acpi_gbl_history_buffer[acpi_gbl_next_history_index].command, in acpi_db_add_to_history()111 acpi_gbl_history_buffer[acpi_gbl_next_history_index].cmd_num = in acpi_db_add_to_history()117 (acpi_gbl_next_history_index == acpi_gbl_lo_history)) { in acpi_db_add_to_history()124 acpi_gbl_next_history_index++; in acpi_db_add_to_history()[all …]