Searched refs:version (Results 101 - 125 of 2061) sorted by relevance

1234567891011>>

/freebsd-current/sys/arm64/include/
H A Dminidump.h37 uint32_t version; member in struct:minidumphdr
/freebsd-current/sys/arm/include/
H A Dminidump.h40 * done without version bumping. It should be taken into account
46 uint32_t version; member in struct:minidumphdr
/freebsd-current/sys/amd64/include/
H A Dminidump.h37 uint32_t version; member in struct:minidumphdr
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dmisc.h51 char version[32]; member in struct:opensolaris_utsname
/freebsd-current/sys/dev/sfxge/common/
H A Def10_signed_image_layout.h71 /* Initial version definition - version 1 */
88 uint32_t version; member in struct:signed_image_chunk_hdr_e
/freebsd-current/sys/powerpc/include/
H A Dminidump.h38 uint32_t version; member in struct:minidumphdr
/freebsd-current/sys/riscv/include/
H A Dminidump.h37 uint32_t version; member in struct:minidumphdr
/freebsd-current/sys/sys/
H A Dmodule_khelp.h73 #define KHELP_DECLARE_MOD_UMA(hname, hdata, hhooks, version, size, ctor, dtor) \
89 MODULE_VERSION(hname, version)
91 #define KHELP_DECLARE_MOD(hname, hdata, hhooks, version) \
92 KHELP_DECLARE_MOD_UMA(hname, hdata, hhooks, version, 0, NULL, NULL)
H A Dfirmware.h55 unsigned int version; /* version of the image */ member in struct:firmware
H A Dutsname.h50 char version[SYS_NMLN]; /* Version level. */ member in struct:utsname
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_acpi_sar.h56 u8 version; member in struct:mt792x_asar_geo
69 u8 version; member in struct:mt792x_asar_geo_v2
77 u8 version; member in struct:mt792x_asar_cl
84 u8 version; member in struct:mt792x_asar_fg
/freebsd-current/contrib/unifdef/win32/
H A DMakefile.mingw8 cp ../unifdef.c ../version.h . && \
11 rm -f unifdef.c version.h
/freebsd-current/usr.sbin/ntp/ntpdc/
H A DMakefile10 SRCS= ntpdc.c ntpdc_ops.c ntpdc-opts.c version.c
26 CLEANFILES+= .version version.c
28 version.c:
/freebsd-current/usr.sbin/ntp/ntpq/
H A DMakefile12 SRCS= ntpq.c ntpq-opts.c ntpq-subs.c version.c
29 CLEANFILES+= .version version.c
31 version.c:
/freebsd-current/bin/uuidgen/
H A Duuidgen.c93 * the time_hi_and_version field to the 4-bit version number
109 int ch, count, i, iterate, status, version; local
115 version = 1; /* create uuid v1 by default */
125 version = 4;
165 if (version == 1) {
168 } else if (version == 4) {
172 err(1, "unsupported version");
177 if (version == 1) {
180 } else if (version == 4) {
184 err(1, "unsupported version");
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dp8_pkey.c30 ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, version, ASN1_INTEGER),
39 int version,
42 if (version >= 0) {
43 if (!ASN1_INTEGER_set(priv->version, version))
/freebsd-current/crypto/openssl/ssl/
H A Dktls.c31 /* Skip record type and version */
87 switch (s->version) {
134 if (s->version == TLS1_3_VERSION) {
174 crypto_info->tls_vmajor = (s->version >> 8) & 0x000000ff;
175 crypto_info->tls_vminor = (s->version & 0x000000ff);
195 switch (s->version) {
208 if (s->version == TLS_1_3_VERSION /* broken on 5.x kernels */
245 if (s->version == TLS1_2_VERSION &&
260 crypto_info->gcm128.info.version = s->version;
[all...]
/freebsd-current/contrib/libxo/
H A Dlibxo-config.in31 --version output version information
70 --version)
/freebsd-current/include/rpcsvc/
H A Drstat.x115 * Newest version includes current time and context switching info
117 version RSTATVERS_TIME {
127 version RSTATVERS_SWTCH {
135 * Old version has no info about current time or context switching
137 version RSTATVERS_ORIG {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h107 /// readGCOVVersion - Read GCOV version.
108 bool readGCOVVersion(GCOV::GCOVVersion &version) { argument
118 this->version = version = GCOV::V1200;
122 this->version = version = GCOV::V900;
126 this->version = version = GCOV::V800;
130 this->version = version
[all...]
/freebsd-current/crypto/openssl/ssl/statem/
H A Dstatem_lib.c67 s->msg_callback(1, s->version, type, s->init_buf->data,
123 "The max supported SSL/TLS version needs the"
152 * Sanity check that the maximum version we accept has ciphers
173 "SSL/TLS version");
329 if (s->version == SSL3_VERSION) {
523 if (s->version == SSL3_VERSION) {
738 if ((s->version == DTLS1_BAD_VER
740 || (s->version != DTLS1_BAD_VER
767 if (s->version == DTLS1_BAD_VER)
1229 s->msg_callback(0, s->version, SSL3_RT_HANDSHAK
1426 int version; member in struct:__anon117
1496 int version = method->version; local
1581 ssl_version_supported(const SSL *s, int version, const SSL_METHOD **meth) argument
1669 ssl_set_version_bound(int method_version, int version, int *bound) argument
1896 ssl_choose_client_version(SSL *s, int version, RAW_EXTENSION *extensions) argument
2028 int version, tmp_real_max; local
[all...]
/freebsd-current/contrib/ofed/libcxgb4/
H A Dt4_chip_type.h50 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision))
/freebsd-current/tools/test/stress2/misc/
H A Djail2.sh54 version = 0x2,
63 j.version = 2;
H A Djail3.sh54 version = 0x0,
63 j.version = 0;
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh6 if (i686-w64-mingw32-gcc --version > /dev/null 2>&1) then

Completed in 335 milliseconds

1234567891011>>