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

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 31 unsigned char Version;
38 unsigned char Version;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 54 *OS << "XRay Trace:\nHeader: { Version = " << H.Version
71 std::string serialize(BufferQueue &Buffers, int32_t Version) {
77 Header->Version = Version;
test_helpers.h 61 std::string serialize(BufferQueue &Buffers, int32_t Version);
profile_collector_test.cc 34 const u64 Version = ExpectedProfilingVersion;
49 ASSERT_EQ(ExpectedHeader.Version, FileHeader.Version);
  /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;
  /src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h 50 u_int16_t Version, Revision;
main.c 75 * Kernel startup interface version
76 * 1: first version of loadbsd
79 * MAX: highest version with backward compatibility.
145 if (SysBase->LibNode.Version < EXECMIN) {
147 (long)SysBase->LibNode.Version, (long)EXECMIN);
283 if (SysBase->LibNode.Version > 36) {
416 /* version checks */
580 || (SysBase->LibNode.Version == 36))
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu8.h 34 uint32_t Version;
smu7.h 144 uint32_t Version;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 92 UINT32 Version;
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 40 uint16_t Version = 0;
  /src/sys/external/isc/libsodium/dist/builds/msvc/
resource.rc 6 //specify the version numbers for the dll's
27 // Version
  /src/sys/arch/prep/include/
nvram.h 36 * Version 0.3
131 uint16_t Version;
155 uint8_t Version; /* Structure map different */
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
Inflater.cs 4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream));
Deflater.cs 4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
  /src/sys/arch/i386/stand/pxeboot/
pxe.c 350 printf("PXE BIOS Version %d.%d\n",
351 (pxenv->Version >> 8) & 0xff, pxenv->Version & 0xff);
352 if (pxenv->Version >= 0x0201 && pxe != NULL) {
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 147 * GNU General Public License ("GPL") version 2 as published by the Free
651 * Version 1.1, January 2025
1126 * Version 1
1419 * Version 3
1671 UINT8 Version;
1676 /* Values for Version field above */
1768 UINT8 Version;
1774 /* Values for Version field above */
1786 UINT8 Version;
1793 /* Values for Version field above *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7.h 125 uint32_t Version;
  /src/sys/arch/arm/acpi/
gic_acpi.c 79 switch (gicd->Version) {
  /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/dev/arcbios/
arcbios.h 83 uint16_t Version;
109 uint16_t Version;
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/qca/
ar9132_tl_wr1043nd_v1.dts 11 model = "TP-Link TL-WR1043ND Version 1";
  /src/usr.bin/make/unit-tests/
varmisc.mk 53 Version= 123.456.789
57 @echo Version=${Version} == ${Version:${M_cmpv}}

Completed in 119 milliseconds

1 2 3 4