Lines Matching refs:next
405 const struct acpi_db_command_help *next; in acpi_db_display_command_info() local
408 next = acpi_gbl_db_command_help; in acpi_db_display_command_info()
409 while (next->invocation) { in acpi_db_display_command_info()
410 matched = acpi_db_match_command_help(command, next); in acpi_db_display_command_info()
415 next++; in acpi_db_display_command_info()
435 const struct acpi_db_command_help *next = acpi_gbl_db_command_help; in acpi_db_display_help() local
441 while (next->invocation) { in acpi_db_display_help()
442 acpi_os_printf("%-38s%s", next->invocation, in acpi_db_display_help()
443 next->description); in acpi_db_display_help()
444 next++; in acpi_db_display_help()
467 char **next, acpi_object_type * return_type) in acpi_db_get_next_token() argument
573 *next = NULL; in acpi_db_get_next_token()
576 *next = string + 1; in acpi_db_get_next_token()
600 char *next; in acpi_db_get_line() local
614 acpi_gbl_db_args[i] = acpi_db_get_next_token(this, &next, in acpi_db_get_line()
621 this = next; in acpi_db_get_line()