Searched refs:acpi_gbl_history_buffer (Results 1 – 1 of 1) sorted by relevance
26 static HISTORY_INFO acpi_gbl_history_buffer[HISTORY_SIZE]; variable55 if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command != in acpi_db_add_to_history()59 strlen(acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()63 acpi_os_free(acpi_gbl_history_buffer in acpi_db_add_to_history()65 acpi_gbl_history_buffer[acpi_gbl_next_history_index]. in acpi_db_add_to_history()69 acpi_gbl_history_buffer[acpi_gbl_next_history_index].command = in acpi_db_add_to_history()76 acpi_gbl_history_buffer[acpi_gbl_next_history_index].cmd_num = in acpi_db_add_to_history()122 if (acpi_gbl_history_buffer[history_index].command) { in acpi_db_display_history()124 acpi_gbl_history_buffer[history_index]. in acpi_db_display_history()126 acpi_gbl_history_buffer[history_index]. in acpi_db_display_history()[all …]