Searched refs:Revision (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/build/scripts/
H A Ddetermine_haiku_revision52 revision=`svn info 2>/dev/null | grep Revision | awk '{printf $2}'`
54 revision=`git svn info 2>/dev/null | grep Revision | awk '{printf $2}'`
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl.h180 UINT8 Revision; /* ACPI Specification minor version number */ member in struct:acpi_table_header
224 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */ member in struct:acpi_table_rsdp
240 UINT8 Revision; member in struct:acpi_rsdp_common
H A Dactbl3.h261 UINT8 Revision; member in struct:acpi_fpdt_header
323 UINT8 Revision; member in struct:acpi_s3pt_header
H A Dactbl1.h388 UINT32 Revision; member in struct:acpi_einj_trigger
790 UINT16 Revision; member in struct:acpi_hest_generic_data
1076 UINT8 Revision; member in struct:acpi_msct_proximity
H A Dacbuffer.h184 * Revision 1: Buffer is 16 bytes (128 bits)
185 * Revision 2: Buffer is 20 bytes (160 bits)
192 UINT8 Revision; member in struct:acpi_pld_info
229 #define ACPI_PLD_REV1_BUFFER_SIZE 16 /* For Revision 1 of the buffer (From ACPI spec) */
230 #define ACPI_PLD_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec) */
309 /* Fifth 32-bit dword, bits 128:159 (Revision 2 of _PLD only) */
H A Dactbl2.h190 * Revision 0x10
369 UINT16 Revision; member in struct:acpi_csrt_group
428 UINT8 Revision; member in struct:acpi_dbg2_device
783 * Revision 1.26, February 2009.
980 * Conforms to "PCI Firmware Specification", Revision 3.0, June 20, 2005
1011 * Interface Specification", Revision 1.0.0a, October 13, 2009
1156 * Second Generation v2.0", Document Revision 1.0, February 12, 2004 with
H A Dacutils.h862 UINT8 Revision);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbutils.c311 (ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision > 0) ?
313 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision,
325 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId,
585 AcpiUtSetIntegerWidth (FinalTable->Revision);
721 if (Rsdp->Revision > 1 && Rsdp->XsdtPhysicalAddress)
H A Dtbxfroot.c178 if ((Rsdp->Revision >= 2) &&
H A Dtbfadt.c416 Table->Revision, Length, (UINT32) sizeof (ACPI_TABLE_FADT)));
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Defi_gpt.h36 uint32 Revision() const function in struct:efi_table_header
H A DHeader.cpp352 dprintf("EFI revision: %" B_PRIx32 "\n", header.Revision());
/haiku-fatelf/src/add-ons/media/plugins/mov_reader/libMOV/
H A DQTStructs.h297 uint16 Revision; member in struct:SoundDescription
328 uint16 Revision; member in struct:VideoDescription
H A DMOVParser.cpp814 Read(&aSoundDescriptionV1->desc.Revision);
899 Read(&aVideoDescription->desc.Revision);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c682 * PARAMETERS: Revision From DSDT header
687 * of the DSDT. For Revision 1 and 0, Integers are 32 bits.
688 * For Revision 2 and above, Integers are 64 bits. Yes, this
695 UINT8 Revision)
698 if (Revision < 2)
694 AcpiUtSetIntegerWidth( UINT8 Revision) argument
H A Dutxface.c648 PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword);
686 /* Fifth 32-bit DWord (Revision 2 of _PLD) */
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Dadisasm.c714 AcpiOsPrintf (" * Revision 0x%2.2X", Table->Revision);
716 switch (Table->Revision)
719 AcpiOsPrintf (" **** Invalid Revision");
723 /* Revision of DSDT controls the ACPI integer width */
750 AcpiOsPrintf (" * OEM Revision 0x%8.8X (%u)\n", Table->OemRevision, Table->OemRevision);
772 NewFilename, Table->Signature, Table->Revision,
H A Ddmtbdump.c131 UINT32 Revision,
239 if (Rsdp->Revision > 0)
393 AcpiDmValidateFadtLength (Table->Revision, Table->Length);
401 * PARAMETERS: Revision - FADT revision (Header->Revision)
415 UINT32 Revision,
421 switch (Revision)
455 Revision, Length, ExpectedLength);
414 AcpiDmValidateFadtLength( UINT32 Revision, UINT32 Length) argument
H A Ddmtbinfo.c328 {ACPI_DMT_UINT8, ACPI_HDR_OFFSET (Revision), "Revision", 0},
332 {ACPI_DMT_UINT32, ACPI_HDR_OFFSET (OemRevision), "Oem Revision", 0},
334 {ACPI_DMT_UINT32, ACPI_HDR_OFFSET (AslCompilerRevision), "Asl Compiler Revision", 0},
367 {ACPI_DMT_UINT8, ACPI_RSDP_OFFSET (Revision), "Revision", 0},
735 {ACPI_DMT_UINT16, ACPI_CSRT0_OFFSET (Revision), "Revision", 0},
770 {ACPI_DMT_UINT8, ACPI_DBG20_OFFSET (Revision), "Revision",
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcskeep.c32 * Revision 1.1 2003/06/11 15:56:10 darkwyrm
35 * Revision 5.10 1995/06/16 06:19:24 eggert
38 * Revision 5.9 1995/06/01 16:23:43 eggert
41 * Revision 5.8 1994/03/17 14:05:48 eggert
44 * Revision 5.7 1993/11/09 17:40:15 eggert
47 * Revision 5.6 1993/11/03 17:42:27 eggert
50 * Revision 5.5 1992/07/28 16:12:44 eggert
53 * Revision 5.4 1991/08/19 03:13:55 eggert
56 * Revision 5.3 1991/04/21 11:58:25 eggert
59 * Revision 5.
[all...]
H A Drcstest201 * Revision 2.1 $date w
206 @Revision: 2.1 @
H A Drcsbase.h34 * Revision 1.1 2003/06/11 15:56:09 darkwyrm
37 * Revision 5.20 1995/06/16 06:19:24 eggert
40 * Revision 5.19 1995/06/01 16:23:43 eggert
57 * Revision 5.18 1994/03/17 14:05:48 eggert
62 * Revision 5.17 1993/11/09 17:40:15 eggert
66 * Revision 5.16 1993/11/03 17:42:27 eggert
72 * Revision 5.15 1992/07/28 16:12:44 eggert
75 * Revision 5.14 1992/02/17 23:02:22 eggert
78 * Revision 5.13 1992/01/24 18:44:19 eggert
81 * Revision 5.1
436 Locker, Log, Name, RCSfile, Revision, Source, State }; enumerator in enum:markers
[all...]
H A Drcsedit.c39 * Revision 1.1 2003/06/11 15:56:09 darkwyrm
42 * Revision 5.19 1995/06/16 06:19:24 eggert
45 * Revision 5.18 1995/06/01 16:23:43 eggert
67 * Revision 5.17 1994/03/20 04:52:58 eggert
71 * Revision 5.16 1993/11/03 17:42:27 eggert
76 * Revision 5.15 1992/07/28 16:12:44 eggert
80 * Revision 5.14 1992/02/17 23:02:24 eggert
83 * Revision 5.13 1992/01/24 18:44:19 eggert
86 * Revision 5.12 1992/01/06 02:42:34 eggert
90 * Revision 5.1
[all...]
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcs.h89 u_int Revision; member in struct:servinfo_t
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk429 Author|Date|Header|Id|Name|Locker|Log|RCSfile|Revision|Source|State

Completed in 154 milliseconds

12