HomeSort by: relevance | last modified time | path
    Searched refs:Version (Results 1 - 25 of 81) 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/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));
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/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 27 * GNU General Public License ("GPL") version 2 as published by the Free
545 * Version 1.1, January 2025
1031 * Version 0.1, October 2024
1107 * Version 1
1342 * Version 1
1381 UINT8 Version;
1459 * Version 3
1716 UINT8 Version;
1721 /* Values for Version field above and Version field in acpi_madt_gicv5_irs *
    [all...]
  /src/sys/arch/arm/acpi/
gic_acpi.c 79 switch (gicd->Version) {
  /src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c 27 * GNU General Public License ("GPL") version 2 as published by the Free
430 UINT32 Version;
438 /* Get the version number, must be Integer */
441 Version = (UINT32) Op->Asl.Value.Integer;
450 ExpectedCount = 21; /* Version 1 */
451 if (Version == 0)
453 ExpectedCount = 20; /* Version 0 */
474 /* Version 1 has a single trailing integer */
476 if (Version > 0)
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 27 * GNU General Public License ("GPL") version 2 as published by the Free
665 UINT32 Version;
672 /* Get version number, must be Integer */
677 "Return Package has invalid object type for version number"));
681 Version = (UINT32) (*Elements)->Integer.Value;
682 ExpectedCount = 21; /* Version 1 */
684 if (Version == 0)
686 ExpectedCount = 20; /* Version 0 */
714 /* Version 1 has a single trailing integer */
716 if (Version > 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7.h 125 uint32_t Version;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo2.c 27 * GNU General Public License ("GPL") version 2 as published by the Free
814 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
842 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
871 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
895 {ACPI_DMT_UINT8, ACPI_MADT12_OFFSET (Version), "Version", 0},
962 {ACPI_DMT_UINT16, ACPI_MADT16_OFFSET (MailboxVersion), "Mailbox Version", 0},
973 {ACPI_DMT_UINT8, ACPI_MADT17_OFFSET (Version), "Version", 0},
984 {ACPI_DMT_UINT8, ACPI_MADT18_OFFSET (Version), "Version", 0}
    [all...]
  /src/sys/dev/arcbios/
arcbios.h 83 uint16_t Version;
109 uint16_t Version;
  /src/usr.bin/make/unit-tests/
varmisc.mk 53 Version= 123.456.789
57 @echo Version=${Version} == ${Version:${M_cmpv}}

Completed in 44 milliseconds

1 2 3 4