Searched refs:major_version (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/gnu/usr.bin/groff/src/roff/troff/
H A DMakefile15 @echo const char \*major_version = \
/freebsd-10.3-release/contrib/gcc/config/
H A Ddarwin-crt2.c62 unsigned short major_version ; /*API major version.*/ member in struct:_Sinfo_Node
150 if (info->major_version >= KEYMGR_API_MAJOR_GCC3)
H A Ddarwin-crt3.c76 unsigned short major_version ; /*API major version.*/ member in struct:_Sinfo_Node
82 (((_Tinfo_Node *)__keymgr_global[2])->major_version >= 4 ? (e) : 0)
/freebsd-10.3-release/contrib/groff/src/roff/troff/
H A DMakefile.sub44 @echo const char \*major_version = \
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Docteon-pci-console.h84 uint32_t major_version; member in struct:__anon7681
H A Dcvmx-bootmem.c302 int major_version; local
307 major_version = CVMX_BOOTMEM_DESC_GET_FIELD(major_version);
308 if ((major_version > 3) || (exact_match && major_version != exact_match))
311 major_version, (int)CVMX_BOOTMEM_DESC_GET_FIELD(minor_version),
858 (int)CVMX_BOOTMEM_DESC_GET_FIELD(major_version),
860 if (CVMX_BOOTMEM_DESC_GET_FIELD(major_version) > 3)
1111 CVMX_BOOTMEM_DESC_SET_FIELD(major_version, CVMX_BOOTMEM_DESC_MAJ_VER);
H A Dcvmx-bootmem.h124 uint32_t major_version; /**< incremented changed when incompatible changes made */ member in struct:__anon7281
H A Dcvmx-app-init.c117 if (cvmx_bootinfo_ptr->major_version == 1)
189 (int)cvmx_bootinfo_ptr->major_version, (int)cvmx_bootinfo_ptr->minor_version);
H A Dcvmx-app-init.h80 uint32_t major_version; member in struct:cvmx_bootinfo
137 uint32_t major_version;
H A Docteon-pci-console.c476 cons_desc_ptr->major_version = OCTEON_PCI_CONSOLE_MAJOR_VERSION;
/freebsd-10.3-release/sys/amd64/include/pc/
H A Dbios.h75 uint8_t major_version; member in struct:smbios_eps
/freebsd-10.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c108 u_short major_version; member in struct:section_header_block
120 * Current version number. If major_version isn't PCAP_NG_VERSION_MAJOR,
634 shbp->major_version = SWAPSHORT(shbp->major_version);
641 if (shbp->major_version != PCAP_NG_VERSION_MAJOR) {
644 shbp->major_version);
647 p->sf.version_major = shbp->major_version;
983 shbp->major_version =
984 SWAPSHORT(shbp->major_version);
1021 if (shbp->major_version !
[all...]
/freebsd-10.3-release/sys/x86/bios/
H A Dsmbios.c95 major = ADDR2EPS(addr)->major_version;
163 sc->eps->major_version, sc->eps->minor_version);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp903 const uint32_t major_version = GetProducerVersionMajor(); local
904 if (major_version > 425 || (major_version == 425 && GetProducerVersionUpdate() >= 13))
/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_rndis.h391 uint32_t major_version; member in struct:rndis_initialize_request_
404 uint32_t major_version; member in struct:rndis_initialize_complete_
423 uint32_t major_version; member in struct:rndis_co_address_family_
H A Dhv_rndis_filter.c675 init->major_version = RNDIS_MAJOR_VERSION;
/freebsd-10.3-release/sys/mips/cavium/
H A Docteon_machdep.c589 if (octeon_bootinfo->major_version != 1) {
591 (int) octeon_bootinfo->major_version,
/freebsd-10.3-release/sys/i386/include/pc/
H A Dbios.h245 uint8_t major_version; member in struct:smbios_eps
/freebsd-10.3-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_priv.h379 uint64_t major_version : 8; member in struct:__anon8996::__anon8997
/freebsd-10.3-release/sys/dev/ixl/
H A Di40e_type.h636 u8 major_version; member in struct:i40e_driver_version
H A Di40e_common.c2515 cmd->driver_major_ver = dv->major_version;

Completed in 379 milliseconds