Home | History | Annotate | Download | only in acpixtract

Lines Matching refs:Header

305  * RETURN:      Status. 1 if the table header is valid, 0 otherwise.
341 * RETURN: Status. 1 if the table header is valid, 0 otherwise.
353 /* Ignore lines that are too short to be header lines */
664 * PARAMETERS: Header - A binary ACPI table header
668 * DESCRIPTION: Display the contents of a standard ACPI table header
674 unsigned char *Header)
676 ACPI_TABLE_HEADER *TableHeader = (ACPI_TABLE_HEADER *) (void *) Header;
677 ACPI_TABLE_RSDP *Rsdp = (ACPI_TABLE_RSDP *) (void *) Header;
678 ACPI_TABLE_FACS *Facs = (ACPI_TABLE_FACS *) (void *) Header;
681 /* RSDP has an oddball signature and header */
685 AxCheckAscii ((char *) &Header[9], 6);