Lines Matching defs:cmd_num
22 u32 cmd_num;
76 acpi_gbl_history_buffer[acpi_gbl_next_history_index].cmd_num =
125 cmd_num,
152 u32 cmd_num;
155 cmd_num = acpi_gbl_next_cmd_num - 1;
159 cmd_num = strtoul(command_num_arg, NULL, 0);
162 return (acpi_db_get_history_by_index(cmd_num));
169 * PARAMETERS: cmd_num - Index of the desired history entry.
178 char *acpi_db_get_history_by_index(u32 cmd_num)
187 if (acpi_gbl_history_buffer[history_index].cmd_num == cmd_num) {