HomeSort by: relevance | last modified time | path
    Searched defs:Version (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 31 unsigned char Version;
38 unsigned char Version;
xray_profile_collector.cc 41 // Current version of the profile format.
49 const u64 Version = XRayProfilingVersion;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiui.h 53 UINT32 Version;
libsmbios.h 82 SMBIOS_STRING Version;
97 SMBIOS_STRING Version;
105 SMBIOS_STRING Version;
efiip.h 116 UINT8 Version:4;
391 UINT8 Version:4;
  /src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c 147 * GNU General Public License ("GPL") version 2 as published by the Free
538 UINT32 Version;
546 /* Get the version number, must be Integer */
549 Version = (UINT32) Op->Asl.Value.Integer;
558 ExpectedCount = 21; /* Version 1 */
559 if (Version == 0)
561 ExpectedCount = 20; /* Version 0 */
582 /* Version 1 has a single trailing integer */
584 if (Version > 0)
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 147 * GNU General Public License ("GPL") version 2 as published by the Free
773 UINT32 Version;
780 /* Get version number, must be Integer */
785 "Return Package has invalid object type for version number"));
789 Version = (UINT32) (*Elements)->Integer.Value;
790 ExpectedCount = 21; /* Version 1 */
792 if (Version == 0)
794 ExpectedCount = 20; /* Version 0 */
822 /* Version 1 has a single trailing integer */
824 if (Version > 0
    [all...]
  /src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h 50 u_int16_t Version, Revision;
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 40 uint16_t Version = 0;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu8.h 34 uint32_t Version;
smu7.h 144 uint32_t Version;
smu71.h 421 uint32_t Version;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 92 UINT32 Version;
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
281 /// Gets the version of ZLib as a string, e.g. "1.2.1"
283 public static string Version { get { return zlibVersion(); } }
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 34 const u64 Version = ExpectedProfilingVersion;
49 ASSERT_EQ(ExpectedHeader.Version, FileHeader.Version);
  /src/common/dist/zlib/contrib/ada/
zlib.ads 8 -- the Free Software Foundation; either version 2 of the License, or (at --
9 -- your option) any later version. --
67 -- Only one method allowed in this ZLib version
117 -- RLE strategy could be used only in version 1.2.0 and later.
130 function Version return String;
131 pragma Inline (Version);
132 -- Return string representation of the ZLib version.
zlib.adb 321 if Version <= "1.1.4" then
324 & " incompatible with ZLib version " & Version);
656 -- Version --
659 function Version return String is
662 end Version;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7.h 125 uint32_t Version;
  /src/usr.bin/make/unit-tests/
varmisc.mk 53 Version= 123.456.789
57 @echo Version=${Version} == ${Version:${M_cmpv}}
  /src/sys/dev/acpi/
apei_cper.h 247 uint32_t Version;
282 "b\001" "VERSION\0" \
  /src/sys/arch/prep/include/
nvram.h 36 * Version 0.3
131 uint16_t Version;
155 uint8_t Version; /* Structure map different */
residual.h 21 #define AVE_PNP_SIZE 32 /* structure, hence the version of */
252 Version Register (PVR).
253 PVR(0-15) = Version (e.g. 601)
292 unsigned char Version; /* of this data structure */
  /src/sys/dev/arcbios/
arcbios.h 83 uint16_t Version;
109 uint16_t Version;
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 147 * GNU General Public License ("GPL") version 2 as published by the Free
218 UINT8 Revision; /* ACPI Specification minor version number */
224 UINT32 AslCompilerRevision; /* ASL compiler version */
253 * Version 2
298 * Version 1 (both)
334 UINT64 XFirmwareWakingVector; /* 64-bit version of the Firmware Waking Vector (ACPI 2.0+) */
335 UINT8 Version; /* Version of this table (ACPI 2.0+) */
360 * Version 6
558 * at the FADT length because the version number essentially tell
    [all...]
  /src/sys/arch/ibmnws/include/
pnp.h 7 /* See Plug and Play ISA Specification, Version 1.0, May 28, 1993. It */
202 #define S1_Packet 0x0A /* Version resource */
505 struct _S1_Pack{ /* VERSION PACKET */
507 unsigned char Version[2]; /* PnP version, Vendor version */

Completed in 54 milliseconds

1 2