Searched refs:version (Results 676 - 700 of 1760) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/sys/dev/cxgb/
H A Dcxgb_ioctl.h98 uint32_t version; member in struct:ch_mem_range
177 uint32_t version; member in struct:ch_ifconf_regs
/freebsd-10.2-release/sys/boot/arm/uboot/
H A DMakefile122 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
123 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
/freebsd-10.2-release/gnu/usr.bin/groff/
H A DMakefile.inc12 # to version 3.0 of the Adobe Document Structuring Conventions.
90 version=`cat $(GROFF_DIST)/VERSION`
120 -e "s;@VERSION@;$(version)$(revision);g" \
134 -e "s|@VERSION@|$(version)$(revision)|" \
/freebsd-10.2-release/include/rpcsvc/
H A Drex.x205 version REXVERS {
/freebsd-10.2-release/share/mk/
H A Dbsd.compiler.mk26 _v!= ${CC} --version 2>/dev/null || echo 0.0.0
/freebsd-10.2-release/usr.bin/mkimg/
H A Dvmdk.c50 uint32_t version; member in struct:vmdk_header
77 "version=%d\n"
126 le32enc(&hdr.version, VMDK_VERSION);
131 n = asprintf(&desc, desc_fmt, 1 /*version*/, 0 /*CID*/,
/freebsd-10.2-release/usr.bin/dtc/
H A Ddtb.cc246 out.write_comment("version");
247 out.write_data(version);
271 input.consume_binary(version) &&
H A Ddtc.cc49 * The current major version of the tool.
53 * The current minor version of the tool.
74 * Prints the current version of this program..
76 static void version(const char* progname) function
114 version(argv[0]);
173 fprintf(stderr, "Unknown output format version: %s\n", optarg);
/freebsd-10.2-release/usr.sbin/ypbind/
H A Dyp_ping.c108 * Find the mapped port for program,version.
113 __pmap_getport(struct sockaddr_in *address, u_long program, u_long version, argument
127 parms.pm_vers = version;
/freebsd-10.2-release/contrib/openbsm/bsm/
H A Dlibbsm.h296 * version # 1 byte [2]
304 u_char version; member in struct:__anon4435
313 * version # 1 byte [2]
323 u_char version; member in struct:__anon4436
334 u_char version; member in struct:__anon4437
343 u_char version; member in struct:__anon4438
369 * version and ihl 1 byte
381 u_char version; member in struct:__anon4441
/freebsd-10.2-release/contrib/ntp/ntpdate/
H A DMakefile.in19 # subdir to warn folks if there is another version there.
136 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
197 *) (install-info --version) >/dev/null 2>&1;; \
501 LDADD = version.o ../libntp/libntp.a
504 DISTCLEANFILES = .version version.c stamp-v
956 version.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
959 version.o: version.c
960 env CCACHE_DISABLE=1 $(COMPILE) -c version
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c48 /* Get the format version from a wc-1 directory. If it is not a working copy
51 get_old_version(int *version,
68 *version = 0;
72 err = svn_io_read_version_file(version, format_file_path, scratch_pool);
90 err = svn_io_read_version_file(version, format_file_path, scratch_pool);
98 *version = 0;
282 /* If this working copy is from a future version, then bail out. */
320 "(format %d) to work with client version "
704 However, if the format version is 12 and the .svn/entries file
50 get_old_version(int *version, const char *abspath, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/crypto/openssl/ssl/
H A Ds3_srvr.c53 * The licence and distribution terms for any publically available version or
267 if ((s->version >> 8) != 3) {
1003 * 2 bytes for client version, SSL3_RANDOM_SIZE bytes for random, 1 byte
1013 * use version from inside client hello, not from record header (may
1019 if ((s->version == DTLS1_VERSION && s->client_version > s->version) ||
1020 (s->version != DTLS1_VERSION && s->client_version < s->version)) {
1025 * similar to ssl3_get_record, send alert using remote version
1028 s->version
[all...]
H A Dd1_both.c110 * The licence and distribution terms for any publically available version or
408 if (frag_off == 0 && s->version != DTLS1_BAD_VER) {
430 s->msg_callback(1, s->version, type, s->init_buf->data,
503 if (s->version != DTLS1_BAD_VER) {
510 s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE,
926 s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE,
1065 if (s->version == DTLS1_BAD_VER) {
1260 ((s->version ==
1520 s->msg_callback(0, s->version, TLS1_RT_HEARTBEAT,
1567 s->msg_callback(1, s->version, TLS1_RT_HEARTBEA
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-sflow.c47 * | Sflow version (2,4,5) |
49 * | IP version (1 for IPv4 | 2 for IPv6) |
65 u_int8_t version[4]; member in struct:sflow_datagram_t
832 if (EXTRACT_32BITS(sflow_datagram->version) != 5) {
833 printf("sFlow version %u packet not supported",
834 EXTRACT_32BITS(sflow_datagram->version));
840 EXTRACT_32BITS(sflow_datagram->version),
851 EXTRACT_32BITS(sflow_datagram->version),
H A DMakefile.in103 GENSRC = version.c
312 version.o: version.c
313 $(CC) $(FULL_CFLAGS) -c version.c
315 version.c: $(srcdir)/VERSION
323 fi | sed -e 's/.*/const char version[] = "&";/' > $@
H A Dprint-isoclns.c277 { 0x1, "Unsupported protocol version"},
615 u_int8_t version; /* Protocol version */ member in struct:isis_common_header
618 u_int8_t pdu_version; /* Packet format version */
757 u_int8_t version; member in struct:clnp_header_t
796 if (clnp_header->version != CLNP_VERSION) {
797 printf("version %d packet not supported", clnp_header->version);
833 clnp_header->version,
1022 u_int8_t version; member in struct:esis_header_t
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dresres.c11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
196 resinfo.version = windres_get_32 (wrbfd, l.version, 4);
507 windres_put_32 (wrbfd, l.version, info->version);
510 windres_put_32 (wrbfd, l.version2, info->version);
/freebsd-10.2-release/sys/geom/raid3/
H A Dg_raid3_ctl.c613 uint32_t *version; local
617 version = gctl_get_paraml(req, "version", sizeof(*version));
618 if (version == NULL) {
619 gctl_error(req, "No '%s' argument.", "version");
622 if (*version != G_RAID3_VERSION) {
/freebsd-10.2-release/usr.sbin/pciconf/
H A Dcap.c306 uint8_t version; local
308 version = read_config(fd, &p->pc_sel, ptr + PCIR_VENDOR_DATA,
310 printf(" Intel cap %d version %d", version >> 4, version & 0xf);
311 if (version >> 4 == 1 && length == 12) {
/freebsd-10.2-release/usr.sbin/makefs/
H A Dffs.c105 ((ffs_opts->version == 1) ? \
170 ffs_opts->version = 1;
204 { "version", &ffs_opts->version, 1, 2,
205 "UFS version" },
390 if (ffs_opts->version == 1)
617 if (slen >= (ffs_opts->version == 1 ?
805 if (ffs_opts->version == 1)
892 if (ffs_opts->version == 1)
1112 if (ffs_opts->version
[all...]
/freebsd-10.2-release/contrib/ntp/util/
H A DMakefile.in19 # subdir to warn folks if there is another version there.
140 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
187 ntp_keygen_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \
278 *) (install-info --version) >/dev/null 2>&1;; \
613 ntp_keygen_LDADD = version.o $(LIBOPTS_LDADD) ../libntp/libntp.a \
634 DISTCLEANFILES = .version version.c config.log $(man_MANS)
655 $(top_srcdir)/sntp/include/autogen-version.def \
659 $(top_srcdir)/sntp/include/version.def \
1335 $(srcdir)/ntp-keygen.html: $(srcdir)/ntp-keygen.texi $(top_srcdir)/sntp/include/version
[all...]
/freebsd-10.2-release/contrib/ntp/ntpdc/
H A DMakefile.in19 # subdir to warn folks if there is another version there.
137 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
154 ntpdc_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \
204 *) (install-info --version) >/dev/null 2>&1;; \
542 ntpdc_LDADD = version.o $(LIBOPTS_LDADD) ../libntp/libntp.a \
547 DISTCLEANFILES = .version version.c config.log $(man_MANS)
586 $(top_srcdir)/sntp/include/autogen-version.def \
590 $(top_srcdir)/sntp/include/version.def \
1200 $(srcdir)/ntpdc.html: $(srcdir)/invoke-ntpdc.menu $(srcdir)/invoke-ntpdc.texi $(srcdir)/ntpdc.texi $(top_srcdir)/sntp/include/version
[all...]
/freebsd-10.2-release/contrib/ntp/ntpq/
H A DMakefile.in19 # subdir to warn folks if there is another version there.
138 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
166 ntpq_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) ../libntp/libntp.a \
213 *) (install-info --version) >/dev/null 2>&1;; \
547 ntpq_LDADD = version.o $(LIBOPTS_LDADD) ../libntp/libntp.a \
554 DISTCLEANFILES = .version version.c config.log $(man_MANS)
589 $(top_srcdir)/sntp/include/autogen-version.def \
593 $(top_srcdir)/sntp/include/version.def \
1237 $(srcdir)/ntpq.html: $(srcdir)/ntpq.texi $(top_srcdir)/sntp/include/version
[all...]
/freebsd-10.2-release/contrib/libyaml/tests/
H A DMakefile.in37 TESTS = test-version$(EXEEXT) test-reader$(EXEEXT)
38 check_PROGRAMS = test-version$(EXEEXT) test-reader$(EXEEXT)
97 test_version_SOURCES = test-version.c
98 test_version_OBJECTS = test-version.$(OBJEXT)
117 test-reader.c test-version.c
121 test-reader.c test-version.c
328 test-version$(EXEEXT): $(test_version_OBJECTS) $(test_version_DEPENDENCIES)
329 @rm -f test-version$(EXEEXT)
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version.Po@am__quote@

Completed in 219 milliseconds

<<21222324252627282930>>