Searched refs:major (Results 101 - 125 of 273) sorted by relevance

1234567891011

/freebsd-11-stable/sys/sys/
H A Dagpio.h94 u_int16_t major; member in struct:_agp_version
/freebsd-11-stable/tools/tools/vxge/
H A Dvxge_cmn.h190 u32 major; member in struct:_vxge_hal_device_version_t
/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h708 #define ISP_FW_NEWER_THAN(i, major, minor, micro) \
709 (ISP_FW_REVX((i)->isp_fwrev) > ISP_FW_REV(major, minor, micro))
710 #define ISP_FW_OLDER_THAN(i, major, minor, micro) \
711 (ISP_FW_REVX((i)->isp_fwrev) < ISP_FW_REV(major, minor, micro))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h66 addr_and_size_t major; member in struct:__anon3442
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsmfi.c867 ** major -- (pointer to) major version
876 smfi_version(major, minor, patchlevel)
877 unsigned int *major;
881 if (major != NULL)
882 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh2066 major=`expr $current - $age`
2067 versuffix="-$major"
2560 major=
2569 major=.`expr $current - $age`
2570 versuffix="$major.$age.$revision"
2577 major=".$current"
2582 major=".$current"
2587 major=`expr $current - $age + 1`
2588 verstring="sgi$major.$revision"
2595 verstring="sgi$major
[all...]
/freebsd-11-stable/contrib/libxo/encoder/cbor/
H A Denc_cbor.c84 * CBOR breaks the first byte into two pieces, the major type in the
168 unsigned major, unsigned minor, const char *data)
175 *xbp->xb_curp = major;
167 cbor_append(xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, unsigned major, unsigned minor, const char *data) argument
/freebsd-11-stable/contrib/serf/
H A Dserf_bucket_types.h90 #define SERF_HTTP_VERSION(major, minor) ((major) * 1000 + (minor))
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c448 server->version.major = 0;
1216 rs->version.major = strtol(ptr + sizeof(RV_FIELD) - 1, &eptr, 10);
1222 rs->version.major, rs->version.minor,
1515 if (rs->version.major != 0) {
1516 ret->major = rs->version.major;
1524 ret->major = rs->version.major = strtol(ptr + sizeof(RV_FIELD) - 1, &eptr, 10);
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c60 #define WDMAJOR 0 /* major numbers for devices we frontend for */
1296 int major; local
1329 major = WFDMAJOR;
1332 major = FDMAJOR;
1336 major = WDMAJOR;
1351 major = ACDMAJOR;
1363 rootdev = MAKEBOOTDEV(major, slice, unit, partition);
/freebsd-11-stable/contrib/file/
H A Dltmain.sh8210 major=$func_arith_result
8211 versuffix=-$major
8808 # use the current revision as the major version
8873 major=
8884 major=.$func_arith_result
8885 versuffix=$major.$age.$revision
8903 major=.$current
8909 major=.$func_arith_result
8910 versuffix=$major.$age.$revision
8919 major
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh8207 major=$func_arith_result
8208 versuffix=-$major
8801 # use the current revision as the major version
8866 major=
8876 major=.$func_arith_result
8877 versuffix=$major.$age.$revision
8895 major=.$current
8901 major=.$func_arith_result
8902 versuffix=$major.$age.$revision
8911 major
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh8207 major=$func_arith_result
8208 versuffix=-$major
8801 # use the current revision as the major version
8866 major=
8876 major=.$func_arith_result
8877 versuffix=$major.$age.$revision
8895 major=.$current
8901 major=.$func_arith_result
8902 versuffix=$major.$age.$revision
8911 major
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh8209 major=$func_arith_result
8210 versuffix=-$major
8803 # use the current revision as the major version
8868 major=
8878 major=.$func_arith_result
8879 versuffix=$major.$age.$revision
8897 major=.$current
8903 major=.$func_arith_result
8904 versuffix=$major.$age.$revision
8913 major
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh8213 major=$func_arith_result
8214 versuffix=-$major
8807 # use the current revision as the major version
8875 major=
8885 major=.$func_arith_result
8886 versuffix=$major.$age.$revision
8904 major=.$current
8910 major=.$func_arith_result
8911 versuffix=$major.$age.$revision
8920 major
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c100 #define getmajor major
1309 long major; local
1328 major = genmajor(BPF_NAME);
1329 if (major == -1) {
1336 minors = getminor(major, &numminors, BPF_NAME);
1338 minors = genminor("bpf", major, 0, BPF_MINORS, 1, 1);
1357 if (rc == -1 || getmajor(sbuf.st_rdev) != major) {
1361 if (mknod(buf, S_IRUSR | S_IFCHR, domakedev(major, i)) == -1) {
1390 cfg_bpf.devno = domakedev(major, i);
/freebsd-11-stable/contrib/binutils/binutils/
H A Drescoff.c65 bfd_byte major[2]; member in struct:extern_res_directory
198 rd->major = windres_get_16 (wrbfd, erd->major, 2);
640 windres_put_16 (cwi->wrbfd, erd->major, resdir->major);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1128 unsigned int major, minor, micro, nano;
1148 major = (info.dwFileVersionMS >> 16) & 0xFFFF;
1156 return apr_psprintf(pool, "%u.%u", major, minor);
1158 return apr_psprintf(pool, "%u.%u.%u", major, minor, micro);
1160 return apr_psprintf(pool, "%u.%u.%u.%u", major, minor, micro, nano);
1124 unsigned int major, minor, micro, nano; local
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh6767 major=$func_arith_result
6768 versuffix="-$major"
7330 # use the current revision as the major version
7398 major=
7408 major=.$func_arith_result
7409 versuffix="$major.$age.$revision"
7418 major=".$current"
7423 major=".$current"
7433 major=$func_arith_result
7439 verstring="$verstring_prefix$major
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh6815 major=$func_arith_result
6816 versuffix="-$major"
7378 # use the current revision as the major version
7443 major=
7453 major=.$func_arith_result
7454 versuffix="$major.$age.$revision"
7463 major=".$current"
7468 major=".$current"
7478 major=$func_arith_result
7484 verstring="$verstring_prefix$major
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh6750 major=$func_arith_result
6751 versuffix="-$major"
7313 # use the current revision as the major version
7377 major=
7387 major=.$func_arith_result
7388 versuffix="$major.$age.$revision"
7397 major=".$current"
7402 major=".$current"
7412 major=$func_arith_result
7418 verstring="$verstring_prefix$major
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_internal.c585 if (fiio->major < 7) {
590 data->fuse_libabi_major = fiio->major;
625 fiii->major = FUSE_KERNEL_VERSION;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c50 unsigned major, minor, sub_minor; local
57 major = (raw_fw_ver >> 32) & 0xffff;
62 "%d.%d.%03d", major, minor, sub_minor);
77 unsigned major; local
94 major = (raw_fw_ver >> 32) & 0xffff;
99 "%d.%d.%03d", major, minor, sub_minor);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h89 * major(), minor(), emajor(), eminor(), and makedev() will be removed or
90 * their definitions changed at the next major release following SVR4.
93 #define O_BITSMAJOR 7 /* # of SVR3 major device bits */
95 #define O_MAXMAJ 0x7f /* SVR3 max major value */
99 #define L_BITSMAJOR32 14 /* # of SVR4 major device bits */
101 #define L_MAXMAJ32 0x3fff /* SVR4 max major value */
107 #define L_BITSMAJOR 32 /* # of major device bits in 64-bit Solaris */
109 #define L_MAXMAJ 0xfffffffful /* max major value */
121 /* major part of a device internal to the kernel */
123 #define major( macro
142 #define major macro
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.c713 if (loader_version->major != SVN_VER_MAJOR)
716 loader_version->major);

Completed in 284 milliseconds

1234567891011