Searched refs:numoftables (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c310 int numoftables; local
350 numoftables = 0;
352 numoftables++;
355 playground_ptr += sizeof (struct grub_acpi_table_header) + 4 * numoftables;
361 rsdt->length = sizeof (struct grub_acpi_table_header) + 4 * numoftables;
401 int numoftables; local
403 numoftables = 0;
405 numoftables++;
409 playground_ptr += sizeof (struct grub_acpi_table_header) + 8 * numoftables;
415 xsdt->length = sizeof (struct grub_acpi_table_header) + 8 * numoftables;
469 int numoftables; local
[all...]

Completed in 30 milliseconds