Home
last modified time | relevance | path

Searched refs:major_version (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/contrib/libpcap/
HDsf-pcap-ng.c108 u_short major_version; member
827 shbp->major_version = SWAPSHORT(shbp->major_version); in pcap_ng_check_header()
834 if (shbp->major_version != PCAP_NG_VERSION_MAJOR) { in pcap_ng_check_header()
837 shbp->major_version); in pcap_ng_check_header()
840 p->version_major = shbp->major_version; in pcap_ng_check_header()
1133 shbp->major_version = in pcap_ng_next_packet()
1134 SWAPSHORT(shbp->major_version); in pcap_ng_next_packet()
1171 if (shbp->major_version != PCAP_NG_VERSION_MAJOR) { in pcap_ng_next_packet()
1174 shbp->major_version); in pcap_ng_next_packet()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-bootmem.c302 int major_version; in __cvmx_bootmem_check_version() local
307 major_version = CVMX_BOOTMEM_DESC_GET_FIELD(major_version); in __cvmx_bootmem_check_version()
308 if ((major_version > 3) || (exact_match && major_version != exact_match)) in __cvmx_bootmem_check_version()
311 major_version, (int)CVMX_BOOTMEM_DESC_GET_FIELD(minor_version), in __cvmx_bootmem_check_version()
858 (int)CVMX_BOOTMEM_DESC_GET_FIELD(major_version), in cvmx_bootmem_phy_list_print()
860 if (CVMX_BOOTMEM_DESC_GET_FIELD(major_version) > 3) in cvmx_bootmem_phy_list_print()
1111 CVMX_BOOTMEM_DESC_SET_FIELD(major_version, CVMX_BOOTMEM_DESC_MAJ_VER); in cvmx_bootmem_phy_mem_list_init()
HDocteon-pci-console.h84 uint32_t major_version; member
HDcvmx-app-init.h80 uint32_t major_version; member
137 uint32_t major_version;
HDcvmx-app-init.c117 if (cvmx_bootinfo_ptr->major_version == 1) in process_boot_desc_ver_6()
189 (int)cvmx_bootinfo_ptr->major_version, (int)cvmx_bootinfo_ptr->minor_version); in process_boot_desc_ver_6()
HDcvmx-bootmem.h124 uint32_t major_version; /**< incremented changed when incompatible changes made */ member
HDocteon-pci-console.c476 cons_desc_ptr->major_version = OCTEON_PCI_CONSOLE_MAJOR_VERSION; in octeon_pci_console_init()
/NextBSD/contrib/gcc/config/
HDdarwin-crt2.c62 unsigned short major_version ; /*API major version.*/ member
149 if (info->major_version >= KEYMGR_API_MAJOR_GCC3) in __darwin_gcc3_preregister_frame_info()
HDdarwin-crt3.c76 unsigned short major_version ; /*API major version.*/ member
82 (((_Tinfo_Node *)__keymgr_global[2])->major_version >= 4 ? (e) : 0)
/NextBSD/sys/x86/bios/
HDsmbios.c95 major = ADDR2EPS(addr)->major_version; in smbios_identify()
163 sc->eps->major_version, sc->eps->minor_version); in smbios_attach()
/NextBSD/gnu/usr.bin/groff/src/roff/troff/
HDMakefile16 @echo const char \*major_version = \
/NextBSD/sys/dev/hyperv/netvsc/
HDhv_rndis.h391 uint32_t major_version; member
404 uint32_t major_version; member
423 uint32_t major_version; member
HDhv_rndis_filter.c674 init->major_version = RNDIS_MAJOR_VERSION; in hv_rf_init_device()
/NextBSD/contrib/groff/src/roff/troff/
HDMakefile.sub44 @echo const char \*major_version = \
HDinput.cpp7646 extern const char *major_version; in init_input_requests()
7647 number_reg_dictionary.define(".x", new constant_reg(major_version)); in init_input_requests()
/NextBSD/sys/amd64/include/pc/
HDbios.h75 uint8_t major_version; member
/NextBSD/contrib/ncurses/misc/
HDgen-pkgconfig.in110 major_version=@NCURSES_MAJOR@
/NextBSD/sys/mips/cavium/
HDocteon_machdep.c589 if (octeon_bootinfo->major_version != 1) { in octeon_process_app_desc_ver_6()
591 (int) octeon_bootinfo->major_version, in octeon_process_app_desc_ver_6()
/NextBSD/contrib/file/magic/Magdir/
HDmaple33 # that is {VERSION major_version miunor_version computer_type version_string}
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp975 const uint32_t major_version = GetProducerVersionMajor(); in Supports_unnamed_objc_bitfields() local
976 if (major_version > 425 || (major_version == 425 && GetProducerVersionUpdate() >= 13)) in Supports_unnamed_objc_bitfields()
/NextBSD/sys/sys/mach/
HDmachine.h167 integer_t major_version; /* kernel major version id */ member
/NextBSD/sys/i386/include/pc/
HDbios.h245 uint8_t major_version; member
/NextBSD/sys/dev/hyperv/vmbus/
HDhv_vmbus_priv.h373 uint64_t major_version : 8; member
/NextBSD/sys/dev/ixl/
HDi40e_type.h636 u8 major_version; member
HDi40e_common.c2515 cmd->driver_major_ver = dv->major_version; in i40e_aq_send_driver_version()

12