Searched refs:version (Results 576 - 600 of 1760) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dsound.h367 #define SND_DECLARE_FILE(version) \
368 _SND_DECLARE_FILE(__LINE__, version)
370 #define _SND_DECLARE_FILE(uniq, version) \
371 __SND_DECLARE_FILE(uniq, version)
373 #define __SND_DECLARE_FILE(uniq, version) \
374 static char sndstat_vinfo[] = version; \
481 /* Quick version, for shorter path. */
571 /* Quick version, for shorter path. */
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dssl_lib.c55 * The licence and distribution terms for any publically available version or
209 * Disabled since version 1.10 of this file (early return not
229 s->version = s->method->version;
230 s->client_version = s->version;
274 meth->version ==
457 r.ssl_version = ssl->version;
1101 (int write_p, int version, int content_type,
1199 (int write_p, int version, int content_type,
1480 * version
3266 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
3274 SSL_set_msg_callback(SSL *ssl, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c83 int version;
118 SVN_ERR(svn_sqlite__read_schema_version(&version, sdb, pool));
119 if (version < REP_CACHE_SCHEMA_FORMAT)
122 the schema. Results in schema version of 1. */
81 int version; local
/freebsd-10.2-release/crypto/heimdal/lib/gssapi/
H A DMakefile.am217 libgssapi_la_DEPENDENCIES = version-script.map
219 libgssapi_la_LDFLAGS = -version-info 3:0:0
222 libgssapi_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
273 $(libgssapi_la_OBJECTS): $(srcdir)/version-script.map
339 libgssapi-version.rc \
346 version-script.map \
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A DMakefile.am4 libhx509_la_LDFLAGS = -version-info 5:0:0
92 libhx509_la_DEPENDENCIES = version-script.map
107 libhx509_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
109 $(libhx509_la_OBJECTS): $(srcdir)/version-script.map $(nodist_include_HEADERS) $(priv_headers)
305 hxtool-version.rc \
307 version-script.map \
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dwmm.c8 * it under the terms of the GNU General Public License version 2 as
72 wmm->version = WMM_VERSION;
120 "OUI type %d OUI sub-type %d version %d QoS info 0x%x",
122 wmm->oui_subtype, wmm->version, wmm->qos_info);
124 wmm->version != WMM_VERSION) {
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509.h53 * The licence and distribution terms for any publically available version or
228 ASN1_INTEGER *version; member in struct:X509_req_info_st
243 ASN1_INTEGER *version; /* [ 0 ] default of v1 */ member in struct:x509_cinf_st
441 ASN1_INTEGER *version; member in struct:X509_crl_info_st
479 int version; member in struct:private_key_st
489 /* expanded version of 'enc_algor' */
569 ASN1_INTEGER *version; member in struct:pkcs8_priv_key_info_st
590 # define X509_get_version(x) ASN1_INTEGER_get((x)->cert_info->version)
595 # define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
601 # define X509_CRL_get_version(x) ASN1_INTEGER_get((x)->crl->version)
[all...]
/freebsd-10.2-release/lib/libc/iconv/
H A Dcitrus_esdb.c80 uint32_t csid, i, num_charsets, tmp, version; local
88 /* check version */
89 ret = _db_lookup32_by_s(db, _CITRUS_ESDB_SYM_VERSION, &version, NULL);
92 switch (version) {
94 /* current version */
95 /* initial version */
/freebsd-10.2-release/sbin/atm/atmconfig/
H A Datmconfig_device.c95 uint32_t version; member in struct:atmhw
121 SNMP_SYNTAX_GAUGE, offsetof(struct atmhw, version) },
279 hw->version, hw->soft_version);
/freebsd-10.2-release/sbin/geom/class/eli/
H A Dgeom_eli.c59 uint32_t version = G_ELI_VERSION; variable
85 * init [-bhPv] [-a aalgo] [-B backupfile] [-e ealgo] [-i iterations] [-l keylen] [-J newpassfile] [-K newkeyfile] [-V version] prov
100 * version [prov ...]
120 "[-bPv] [-a aalgo] [-B backupfile] [-e ealgo] [-i iterations] [-l keylen] [-J newpassfile] [-K newkeyfile] [-s sectorsize] [-V version] prov"
248 { "version", G_FLAG_LOADKLD, eli_main, G_NULL_OPTS,
321 else if (strcmp(name, "version") == 0)
600 "Provider's %s metadata version %u is too new.\n"
601 "geli: The highest supported version is %u.",
665 unsigned int secsize, version; local
688 version
1566 unsigned int version; local
[all...]
/freebsd-10.2-release/sys/netgraph/netflow/
H A Dng_netflow.h146 u_char version; /* IPv4 or IPv6 */ member in struct:ngnf_show_header
227 uint16_t version; /* Protocol version */ member in struct:flow_entry_data
242 uint16_t version; /* Protocol version */ member in struct:flow6_entry_data
/freebsd-10.2-release/sys/rpc/
H A Dclnt.h81 rpcvers_t low; /* lowest version supported */
82 rpcvers_t high; /* highest version supported */
189 /* Used to set version of portmapper used in broadcast */
329 #define CLGET_VERS 12 /* Get version number */
330 #define CLSET_VERS 13 /* Set version number */
404 * rpcvers_t vers; -- version number
409 struct sockaddr *svcaddr, rpcprog_t program, rpcvers_t version,
416 * rpcvers_t vers; -- version number
422 struct sockaddr *svcaddr, rpcprog_t program, rpcvers_t version,
429 * rpcvers_t vers; -- version numbe
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dn_pkey.c53 * The licence and distribution terms for any publically available version or
72 long version; member in struct:netscape_pkey_st
97 ASN1_SIMPLE(NETSCAPE_PKEY, version, LONG),
137 pkey->version = 0;
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dnetworking.h48 u_char version; member in struct:speer
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_crypto.h70 #define CRYPTO_VN 2 /* current protocol version number */
159 long version; /* X509 version */ member in struct:cert_info
/freebsd-10.2-release/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.am7 $(top_srcdir)/sntp/include/autogen-version.def \
11 $(top_srcdir)/sntp/include/version.def \
/freebsd-10.2-release/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
62 --version) echo "test-driver $scriptversion"; exit $?;;
/freebsd-10.2-release/contrib/ntp/sntp/libopts/
H A Dgenshell.h25 * version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
29 * published by the Free Software Foundation; either version 2 of the
30 * License, or (at your option) any later version.
53 * least as new as the version current when the header template was released
54 * (not counting patch version increments). Also ensure that the oldest
55 * tolerable version is at least as old as what was current when the header
61 # error option template version mismatches autoopts/options.h header
77 /** genshellopt version */
79 /** Full genshellopt version text */
137 /** option flag (value) for version
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-eigrp.c42 u_int8_t version; member in struct:eigrp_common_header
239 if (eigrp_com_header->version != EIGRP_VERSION) {
240 printf("EIGRP version %u packet not supported",eigrp_com_header->version);
258 eigrp_com_header->version,
317 printf("\n\t IOS version: %u.%u, EIGRP version %u.%u",
/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb.h264 int version; member in struct:hdb_so_method
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_i.h62 * version - Version of the EAP server method interface
66 * EAP method is using supported API version when using dynamically
69 int version; member in struct:eap_method
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_attr_parse.h16 const u8 *version; /* 1 octet */ member in struct:wps_parse_attr
/freebsd-10.2-release/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h32 * \brief Block format version
35 * the Block field, a version number is used to indicate which
36 * fields in this structure are in use. For now, version must always
37 * be zero. With non-zero version, most Block related functions will
47 uint32_t version; member in struct:__anon5058
273 * - LZMA_OPTIONS_ERROR: Unsupported version, filters or
313 * block->version should be set to the highest value supported by the
314 * application; currently the only possible version is zero. This function
315 * will set version to the lowest value that still supports all the features
338 * happen also if block->version wa
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/pkcs12/
H A Dp12_asn.c68 ASN1_SIMPLE(PKCS12, version, ASN1_INTEGER),
/freebsd-10.2-release/lib/libelf/
H A Delf_begin.c92 if (LIBELF_PRIVATE(version) == EV_NONE) {

Completed in 205 milliseconds

<<21222324252627282930>>