Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 142) sorted by relevance

123456

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib56 major=$(stat --dereference --format="%t" "$devstr")
58 log_must mknod $filename b "0x${major}" "0x${minor}"
66 major=${devstr##*\(}
67 major=${major%%/*}
70 log_must mknod $filename b $major $minor
85 major=$(stat --format="%t" /dev/null)
87 log_must mknod $filename c "0x${major}" "0x${minor}"
93 major=13
95 log_must mknod $filename b $major $minor
98 major=$(getmajor mm)
[all …]
/f-stack/freebsd/arm/ti/
H A Dti_cpuid.c211 int major; in am335x_get_revision() local
244 major = 1; in am335x_get_revision()
248 major = 2; in am335x_get_revision()
252 major = 2; in am335x_get_revision()
256 major = 0; in am335x_get_revision()
261 cpu_last_char, major, minor); in am335x_get_revision()
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_policy.rst17 with the major ABI version is mandatory in subsequent releases until a
18 :ref:`new major ABI version <new_abi_version>` is declared.
86 At the declaration of a major ABI version, major version numbers encoded in
173 compatibility with the last major ABI version is then dropped.
185 compatibility with the last major ABI version, until the next major ABI
214 at the declaration of the next major ABI version.
217 changes will form part of the next declared major ABI version.
223 declarations of major ABI versions.
226 is part of the major ABI version ``21``.
249 supported major ABI version.
[all …]
H A Dabi_versioning.rst16 System libraries usually adopt the familiar major and minor version naming
17 convention, where major versions (e.g. ``librte_eal 21.x, 22.x``) are presumed
23 library, is typically comprised of the library's name and major version e.g.
31 supporting the same major ABI version (e.g. ``librte_eal.21.2``), as the library
71 When an ABI change is made between major ABI versions to a given library, a new
98 major ABI version removed, see the section :ref:`deprecating_entire_abi` on
113 At the same time, the major ABI version is changed atomically across all
114 libraries by incrementing the major version in the ABI_VERSION file. This is
161 provide an alias to experimental until the next major ABI version.
433 This alias is then dropped in the next major ABI version.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/
H A Dtlm,trusted-foundations.txt10 - tlm,version-major: major version number of Trusted Foundations firmware
17 tlm,version-major = <2>;
/f-stack/freebsd/x86/xen/
H A Dhvm.c130 hypervisor_quirks(unsigned int major, unsigned int minor) in hypervisor_quirks() argument
133 if (((major < 4) || (major == 4 && minor <= 5)) && in hypervisor_quirks()
154 int major, minor; in hypervisor_version() local
158 major = regs[0] >> 16; in hypervisor_version()
160 printf("XEN: Hypervisor version %d.%d detected.\n", major, minor); in hypervisor_version()
162 hypervisor_quirks(major, minor); in hypervisor_version()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h306 #define DEFAULT_totalFifoSize(major, minor) \ argument
307 (((major == 2) || (major == 5)) ? \
308 (100*KILOBYTE) : ((major == 4) ? \
310 #define DEFAULT_totalNumOfTasks(major, minor) \ argument
336 #define DEFAULT_totalFifoSize(major, minor) \ argument
337 (((major == 6) && ((minor == 1) || (minor == 4))) ? \
341 #define DEFAULT_totalNumOfTasks(major, minor) \ argument
342 (((major == 6) && ((minor == 1) || (minor == 4))) ? 59 : 124)
/f-stack/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c67 uint32_t major:10; member
299 app_intf_ver->major != kernel_intf_ver.major || in octeontx_check_mbox_version()
311 .major = 0x01, in octeontx_mbox_init()
331 rm_intf_ver.platform, rm_intf_ver.major, in octeontx_mbox_init()
333 MBOX_INTERFACE_VERSION.major, in octeontx_mbox_init()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_setup.c85 uint32_t major; in ar71xx_detect_sys_type() local
90 major = id & REV_ID_MAJOR_MASK; in ar71xx_detect_sys_type()
92 switch (major) { in ar71xx_detect_sys_type()
/f-stack/dpdk/drivers/net/liquidio/base/
H A Dlio_23xx_vf.c378 uint32_t major = 0; in cn23xx_pfvf_hs_callback() local
386 major = lio_ver->major; in cn23xx_pfvf_hs_callback()
387 major = major << 16; in cn23xx_pfvf_hs_callback()
390 rte_atomic64_set((rte_atomic64_t *)arg, major | 1); in cn23xx_pfvf_hs_callback()
415 lio_ver->major = LIO_BASE_MAJOR_VERSION; in cn23xx_pfvf_handshake()
/f-stack/freebsd/x86/bios/
H A Dsmbios.c95 u_int8_t major, minor; in smbios_identify() local
97 major = ADDR2EPS(addr)->major_version; in smbios_identify()
101 if (length == 0x1e && major == 2 && minor == 1) in smbios_identify()
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp.c88 state->ver.major = FIELD_GET(NSP_STATUS_MAJOR, reg); in nfp_nsp_check()
91 if (state->ver.major != NSP_MAJOR || state->ver.minor < NSP_MINOR) { in nfp_nsp_check()
92 printf("Unsupported ABI %hu.%hu\n", state->ver.major, in nfp_nsp_check()
152 return state->ver.major; in nfp_nsp_get_abi_ver_major()
293 printf("\t(ABI %hu.%hu)\n", nsp->ver.major, nsp->ver.minor); in nfp_nsp_command_buf()
/f-stack/freebsd/sys/
H A Dsystm.h623 void _gone_in(int major, const char *msg);
624 void _gone_in_dev(struct device *dev, int major, const char *msg);
632 #define gone_in(major, msg) __gone_ok(major, msg) _gone_in(major, msg) argument
633 #define gone_in_dev(dev, major, msg) __gone_ok(major, msg) _gone_in_dev(dev, major, msg) argument
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_dpmng.h34 uint32_t major; member
H A Dfsl_dpcon_cmd.h70 uint16_t major; member
H A Ddpmng.c42 mc_ver_info->major = le32_to_cpu(rsp_params->version_major); in mc_get_version()
H A Dfsl_dpbp_cmd.h91 uint16_t major; member
/f-stack/doc/
H A DF-Stack_Roadmap.md3 This list are major known features, and obviously neither complete nor guaranteed.
/f-stack/dpdk/drivers/net/i40e/base/
H A Dvirtchnl.h176 u32 major; member
182 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0))
183 #define VF_IS_V11(_ver) (((_ver)->major == 1) && ((_ver)->minor == 1))
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodctl.h209 int major; member
226 int32_t major; member
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_setup.c93 rev = board->major; in ar5315_detect_sys_type()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf.c186 version.major = VIRTCHNL_VERSION_MAJOR; in ice_dcf_init_check_api_version()
204 "Peer PF API version: %u.%u", pver->major, pver->minor); in ice_dcf_init_check_api_version()
206 if (pver->major < ICE_CPF_VIRTCHNL_VERSION_MAJOR_START || in ice_dcf_init_check_api_version()
207 (pver->major == ICE_CPF_VIRTCHNL_VERSION_MAJOR_START && in ice_dcf_init_check_api_version()
214 } else if (pver->major > VIRTCHNL_VERSION_MAJOR || in ice_dcf_init_check_api_version()
215 (pver->major == VIRTCHNL_VERSION_MAJOR && in ice_dcf_init_check_api_version()
219 pver->major, pver->minor, in ice_dcf_init_check_api_version()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_hw_types.h36 uint8_t major; member
46 uint8_t major;
H A Dcpt_ucode_asym.h267 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MODEX; in cpt_modex_prep()
351 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MODEX; in cpt_rsa_prep()
434 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_MODEX; in cpt_rsa_crt_prep()
670 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ECDSA; in cpt_ecdsa_sign_prep()
775 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ECDSA; in cpt_ecdsa_verify_prep()
870 vq_cmd_w0.s.opcode.major = CPT_MAJOR_OP_ECC; in cpt_ecpm_prep()
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dprtc_cmd.h87 uint16_t major; member

123456