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

12

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable.c87 if (Rsdp->Revision > 0)
132 UINT8 Revision; local
146 Revision = Table->Revision;
148 if (Revision == 2)
159 else if (Revision >= 2)
170 if (Revision >= 5)
182 if (Revision >= 6)
H A Daslpld.c139 PldInfo.Revision = (UINT8) Value;
632 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
674 /* Revision 2 adds an additional DWORD */
676 if (PldInfo->Revision >= 2)
H A Daslcodegen.c430 /* Revision */
433 TableHeader.Revision = (UINT8) Child->Asl.Value.Integer;
435 /* Command-line Revision override */
439 TableHeader.Revision = Gbl_RevisionOverride;
452 /* OEM Revision */
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DVersion.cpp94 std::string Revision = getClangRevision(); local
95 if (!Path.empty() || !Revision.empty()) {
99 if (!Revision.empty()) {
102 OS << Revision; local
108 if (!LLVMRev.empty() && LLVMRev != Revision) {
/freebsd-10-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c166 (ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision > 0) ?
168 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision,
181 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId,
H A Dtbxfroot.c79 if (Rsdp->Revision >= 2)
129 if ((Rsdp->Revision >= 2) &&
H A Dtbutils.c308 if ((Rsdp->Revision > 1) &&
/freebsd-10-stable/sys/boot/efi/include/
H A Defi_nii.h20 Revision history:
42 UINT64 Revision; member in struct:__anon31
43 // Revision of the network interface identifier protocol interface.
H A Defifpswa.h35 UINT32 Revision; member in struct:_FPSWA_INTERFACE
H A Defiser.h24 Revision History
128 UINT32 Revision; member in struct:_SERIAL_IO_INTERFACE
H A Defiprot.h26 Revision History
101 UINT64 Revision; member in struct:_EFI_BLOCK_IO
147 UINT64 Revision; member in struct:_EFI_DISK_IO
173 UINT64 Revision; member in struct:_EFI_FILE_IO_INTERFACE
275 UINT64 Revision; member in struct:_EFI_FILE_HANDLE
H A Defipxebc.h26 Revision History
407 UINT64 Revision; member in struct:_EFI_PXE_BASE_CODE
431 // Revision Number
468 UINT64 Revision; member in struct:_EFI_PXE_BASE_CODE_CALLBACK
/freebsd-10-stable/usr.sbin/acpi/acpidump/
H A Dacpi_user.c116 if (rsdp.Revision >= 2 &&
121 if (rsdp.Revision == 0)
H A Dacpi.c717 if(sdp->Revision == 1){
1054 printf("\tTable Revision=%d\n", srat->TableRevision);
1064 printf(": Length=%d, Revision=%d, Checksum=%d,\n",
1065 sdp->Length, sdp->Revision, sdp->Checksum);
1070 printf(", OEM Revision=0x%x,\n", sdp->OemRevision);
1073 printf(", Creator Revision=0x%x\n", sdp->AslCompilerRevision);
1314 printf(", ACPI_Rev=%s (%d)\n", rp->Revision < 2 ? "1.0x" : "2.0x",
1315 rp->Revision);
1316 if (rp->Revision < 2) {
1391 if (rp->Revision <
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c168 * PARAMETERS: Revision From DSDT header
173 * of the DSDT. For Revision 1 and 0, Integers are 32 bits.
174 * For Revision 2 and above, Integers are 64 bits. Yes, this
181 UINT8 Revision)
184 if (Revision < 2)
180 AcpiUtSetIntegerWidth( UINT8 Revision) argument
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dbiosacpi.c66 revision = rsdp->Revision;
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmtables.c163 AcpiOsPrintf (" * Revision 0x%2.2X", Table->Revision);
165 switch (Table->Revision)
169 AcpiOsPrintf (" **** Invalid Revision");
174 /* Revision of DSDT controls the ACPI integer width */
201 AcpiOsPrintf (" * OEM Revision 0x%8.8X (%u)\n", Table->OemRevision, Table->OemRevision);
215 Table->Signature, Table->Revision,
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dactbl.h109 UINT8 Revision; /* ACPI Specification minor version number */ member in struct:acpi_table_header
153 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */ member in struct:acpi_table_rsdp
169 UINT8 Revision; member in struct:acpi_rsdp_common
301 UINT8 MinorRevision; /* FADT Minor Revision (ACPI 5.1) */
H A Dactbl1.h318 UINT32 Revision; member in struct:acpi_einj_trigger
755 UINT16 Revision; member in struct:acpi_hest_generic_data
770 UINT16 Revision; member in struct:acpi_hest_generic_data_v300
1143 UINT8 Revision; member in struct:acpi_msct_proximity
H A Dactbl2.h124 * Revision 0x10
304 UINT16 Revision; member in struct:acpi_csrt_group
392 UINT8 Revision; member in struct:acpi_dbg2_device
788 UINT8 Revision; member in struct:acpi_iort_node
939 * Revision 1.26, February 2009.
1194 * Conforms to "PCI Firmware Specification", Revision 3.0, June 20, 2005
1225 * Interface Specification", Revision 1.0.0a, October 13, 2009
1361 * Second Generation v2.0", Document Revision 1.0, February 12, 2004 with
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c362 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
404 if (PldInfo->Revision >= 2)
485 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Revision", PldInfo->Revision);
/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c112 revision = rsdp->Revision;
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcskeep.c31 * Revision 5.10 1995/06/16 06:19:24 eggert
34 * Revision 5.9 1995/06/01 16:23:43 eggert
37 * Revision 5.8 1994/03/17 14:05:48 eggert
40 * Revision 5.7 1993/11/09 17:40:15 eggert
43 * Revision 5.6 1993/11/03 17:42:27 eggert
46 * Revision 5.5 1992/07/28 16:12:44 eggert
49 * Revision 5.4 1991/08/19 03:13:55 eggert
52 * Revision 5.3 1991/04/21 11:58:25 eggert
55 * Revision 5.2 1990/10/04 06:30:20 eggert
58 * Revision 5.
[all...]
/freebsd-10-stable/sys/amd64/acpica/
H A Dacpi_machdep.c278 if (rsdp->Revision >= 2 && rsdp->XsdtPhysicalAddress != 0) {
/freebsd-10-stable/sys/i386/acpica/
H A Dacpi_machdep.c295 if (rsdp->Revision >= 2 && rsdp->XsdtPhysicalAddress != 0) {

Completed in 297 milliseconds

12