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

12

/freebsd-10.0-release/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.0-release/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c171 (ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision > 0) ?
173 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Revision,
185 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId,
H A Dtbxfroot.c94 if ((Rsdp->Revision >= 2) &&
H A Dtbutils.c302 AcpiUtSetIntegerWidth (FinalTable->Revision);
438 if (Rsdp->Revision > 1 && Rsdp->XsdtPhysicalAddress)
/freebsd-10.0-release/sys/boot/efi/include/
H A Defi_nii.h20 Revision history:
42 UINT64 Revision; member in struct:__anon5965
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.0-release/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.0-release/usr.sbin/acpi/acpidump/
H A Dacpi_user.c116 if (rsdp.Revision >= 2 &&
121 if (rsdp.Revision == 0)
H A Dacpi.c711 if(sdp->Revision == 1){
1048 printf("\tTable Revision=%d\n", srat->TableRevision);
1058 printf(": Length=%d, Revision=%d, Checksum=%d,\n",
1059 sdp->Length, sdp->Revision, sdp->Checksum);
1064 printf(", OEM Revision=0x%x,\n", sdp->OemRevision);
1067 printf(", Creator Revision=0x%x\n", sdp->AslCompilerRevision);
1317 printf(", ACPI_Rev=%s (%d)\n", rp->Revision < 2 ? "1.0x" : "2.0x",
1318 rp->Revision);
1319 if (rp->Revision < 2) {
1399 if (rp->Revision <
[all...]
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiosacpi.c66 revision = rsdp->Revision;
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactbl.h108 UINT8 Revision; /* ACPI Specification minor version number */ member in struct:acpi_table_header
152 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */ member in struct:acpi_table_rsdp
168 UINT8 Revision; member in struct:acpi_rsdp_common
H A Dactbl3.h189 UINT8 Revision; member in struct:acpi_fpdt_header
251 UINT8 Revision; member in struct:acpi_s3pt_header
H A Dactbl1.h316 UINT32 Revision; member in struct:acpi_einj_trigger
718 UINT16 Revision; member in struct:acpi_hest_generic_data
1004 UINT8 Revision; member in struct:acpi_msct_proximity
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c363 ACPI_PLD_SET_REVISION (&Dword, PldInfo->Revision);
403 if (PldInfo->Revision >= 2)
484 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Revision", PldInfo->Revision);
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddttable.c212 if (Rsdp->Revision > 0)
737 UINT8 Revision; local
751 Revision = Table->Revision;
753 if (Revision == 2)
764 else if (Revision >= 2)
775 if (Revision >= 5)
H A Daslcodegen.c422 /* Revision */
425 TableHeader.Revision = (UINT8) Child->Asl.Value.Integer;
427 /* Command-line Revision override */
431 TableHeader.Revision = Gbl_RevisionOverride;
444 /* OEM Revision */
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Dadisasm.c630 AcpiOsPrintf (" * Revision 0x%2.2X", Table->Revision);
632 switch (Table->Revision)
636 AcpiOsPrintf (" **** Invalid Revision");
641 /* Revision of DSDT controls the ACPI integer width */
669 AcpiOsPrintf (" * OEM Revision 0x%8.8X (%u)\n", Table->OemRevision, Table->OemRevision);
691 NewFilename, Table->Signature, Table->Revision,
H A Ddmtbdump.c59 UINT32 Revision,
167 if (Rsdp->Revision > 0)
321 AcpiDmValidateFadtLength (Table->Revision, Table->Length);
329 * PARAMETERS: Revision - FADT revision (Header->Revision)
343 UINT32 Revision,
349 switch (Revision)
389 Revision, Length, ExpectedLength);
342 AcpiDmValidateFadtLength( UINT32 Revision, UINT32 Length) argument
/freebsd-10.0-release/sys/boot/i386/efi/
H A Dmain.c83 printf("EFI version: %d.%02d\n", ST->Hdr.Revision >> 16,
84 ST->Hdr.Revision & 0xffff);
92 printf("%s, Revision %s\n", bootprog_name, bootprog_rev);
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt5 Revision 1.4 (December 29th, 2011)
14 Revision 1.N Changes
170 Revision 1.4 Changes
191 Revision 1.3 Changes
212 Revision 1.2 Changes
/freebsd-10.0-release/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.0-release/sys/amd64/acpica/
H A Dacpi_machdep.c278 if (rsdp->Revision >= 2 && rsdp->XsdtPhysicalAddress != 0) {

Completed in 181 milliseconds

12