bin/cpdup/cpdup.c
1268
if (DstHost.version >= HCPROTO_VERSION_LUCC) {
bin/cpdup/cpdup.c
1283
if (DstHost.version >= HCPROTO_VERSION_LUCC)
bin/cpdup/cpdup.c
1728
if (DstHost.version >= HCPROTO_VERSION_LUCC)
bin/cpdup/cpdup.c
1734
if (DstHost.version >= HCPROTO_VERSION_LUCC)
bin/cpdup/cpdup.c
1754
if (DstHost.version >= HCPROTO_VERSION_LUCC)
bin/cpdup/cpdup.c
1777
if (host->version >= HCPROTO_VERSION_LUCC)
bin/cpdup/cpdup.c
1833
if (hc->version >= HCPROTO_VERSION_LUCC) {
bin/cpdup/cpdup.c
316
SrcHost.version = HCPROTO_VERSION;
bin/cpdup/cpdup.c
327
DstHost.version = HCPROTO_VERSION;
bin/cpdup/hclink.h
38
int version; /* cpdup protocol version */
bin/cpdup/hcproto.c
176
hc->version = HCC_INT32(item);
bin/cpdup/hcproto.c
180
if (hc->version < HCPROTO_VERSION_COMPAT) {
bin/cpdup/hcproto.c
184
} else if (hc->version < HCPROTO_VERSION && QuietOpt == 0) {
bin/cpdup/hcproto.c
1950
if (hc->version < 3) {
bin/cpdup/hcproto.c
2006
if (hc->version < 3) {
bin/cpdup/hcproto.c
411
if (hc->version <= 3) { /* compatibility: HC_SCANDIR not supported */
bin/cpdup/hcproto.c
488
if (hc->version <= 3) { /* compatibility: HC_SCANDIR not supported */
bin/cpdup/hcproto.c
563
if (hc->version <= 3) { /* compatibility: HC_SCANDIR not supported */
bin/cpdup/hcproto.c
684
if ((flags & (O_WRONLY | O_RDWR)) == 0 && hc->version >= 4) {
bin/cpdup/hcproto.c
796
if (fd == 1 && hc->version >= 4) { /* using HC_READFILE */
bin/cpdup/hcproto.c
868
if (fd == 1 && hc->version >= 4) { /* using HC_READFILE */
bin/pax/tar.c
985
l_strncpy(hd->version, TVERSION, TVERSLEN);
bin/pax/tar.h
140
char version[TVERSLEN]; /* version */
crypto/libressl/apps/openssl/ciphers.c
140
if (ciphers_config.version != 0) {
crypto/libressl/apps/openssl/ciphers.c
142
ciphers_config.version))
crypto/libressl/apps/openssl/ciphers.c
145
ciphers_config.version))
crypto/libressl/apps/openssl/ciphers.c
31
int version;
crypto/libressl/apps/openssl/ciphers.c
55
.opt.value = &ciphers_config.version,
crypto/libressl/apps/openssl/ciphers.c
62
.opt.value = &ciphers_config.version,
crypto/libressl/apps/openssl/ciphers.c
69
.opt.value = &ciphers_config.version,
crypto/libressl/apps/openssl/ciphers.c
76
.opt.value = &ciphers_config.version,
crypto/libressl/apps/openssl/crl2p7.c
228
if (!ASN1_INTEGER_set(p7s->version, 1))
crypto/libressl/apps/openssl/s_apps.h
142
void msg_cb(int write_p, int version, int content_type, const void *buf,
crypto/libressl/apps/openssl/s_cb.c
363
msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL * ssl, void *arg)
crypto/libressl/apps/openssl/s_cb.c
372
switch (version) {
crypto/libressl/apps/openssl/s_cb.c
401
if (version == SSL2_VERSION) {
crypto/libressl/apps/openssl/s_cb.c
456
if (version == SSL3_VERSION || version == TLS1_VERSION ||
crypto/libressl/apps/openssl/s_cb.c
457
version == TLS1_1_VERSION || version == TLS1_2_VERSION ||
crypto/libressl/apps/openssl/s_cb.c
458
version == TLS1_3_VERSION || version == DTLS1_VERSION ||
crypto/libressl/apps/openssl/s_cb.c
459
version == DTLS1_2_VERSION) {
crypto/libressl/apps/openssl/version.c
144
int version;
crypto/libressl/apps/openssl/version.c
155
version_config.version = 1;
crypto/libressl/apps/openssl/version.c
201
.opt.flag = &version_config.version,
crypto/libressl/apps/openssl/version.c
231
version_config.version = 1;
crypto/libressl/apps/openssl/version.c
233
if (version_config.version) {
crypto/libressl/crypto/asn1/p8_pkey.c
144
PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, int version,
crypto/libressl/crypto/asn1/p8_pkey.c
147
if (version >= 0) {
crypto/libressl/crypto/asn1/p8_pkey.c
148
if (!ASN1_INTEGER_set(priv->version, version))
crypto/libressl/crypto/asn1/p8_pkey.c
85
.offset = offsetof(PKCS8_PRIV_KEY_INFO, version),
crypto/libressl/crypto/asn1/t_req.c
126
neg = (ri->version->type == V_ASN1_NEG_INTEGER) ? "-" : "";
crypto/libressl/crypto/asn1/t_req.c
128
for (i = 0; i < ri->version->length; i++) {
crypto/libressl/crypto/asn1/t_req.c
130
l += ri->version->data[i];
crypto/libressl/crypto/asn1/x_crl.c
145
.offset = offsetof(X509_CRL_INFO, version),
crypto/libressl/crypto/asn1/x_crl.c
710
return ASN1_INTEGER_get(crl->crl->version);
crypto/libressl/crypto/asn1/x_pkey.c
76
ret->version = 0;
crypto/libressl/crypto/asn1/x_req.c
104
.offset = offsetof(X509_REQ_INFO, version),
crypto/libressl/crypto/asn1/x_x509.c
77
.offset = offsetof(X509_CINF, version),
crypto/libressl/crypto/cms/cms_asn1.c
1004
.offset = offsetof(CMS_EnvelopedData, version),
crypto/libressl/crypto/cms/cms_asn1.c
1052
.offset = offsetof(CMS_DigestedData, version),
crypto/libressl/crypto/cms/cms_asn1.c
1093
.offset = offsetof(CMS_EncryptedData, version),
crypto/libressl/crypto/cms/cms_asn1.c
1127
.offset = offsetof(CMS_AuthenticatedData, version),
crypto/libressl/crypto/cms/cms_asn1.c
1203
.offset = offsetof(CMS_CompressedData, version),
crypto/libressl/crypto/cms/cms_asn1.c
1514
.offset = offsetof(CMS_Receipt, version),
crypto/libressl/crypto/cms/cms_asn1.c
243
.offset = offsetof(CMS_SignerInfo, version),
crypto/libressl/crypto/cms/cms_asn1.c
359
.offset = offsetof(CMS_SignedData, version),
crypto/libressl/crypto/cms/cms_asn1.c
475
.offset = offsetof(CMS_KeyTransRecipientInfo, version),
crypto/libressl/crypto/cms/cms_asn1.c
735
.offset = offsetof(CMS_KeyAgreeRecipientInfo, version),
crypto/libressl/crypto/cms/cms_asn1.c
817
.offset = offsetof(CMS_KEKRecipientInfo, version),
crypto/libressl/crypto/cms/cms_asn1.c
858
.offset = offsetof(CMS_PasswordRecipientInfo, version),
crypto/libressl/crypto/cms/cms_cd.c
95
cd->version = 0;
crypto/libressl/crypto/cms/cms_dd.c
85
dd->version = 0;
crypto/libressl/crypto/cms/cms_enc.c
243
cms->d.encryptedData->version = 0;
crypto/libressl/crypto/cms/cms_enc.c
259
enc->version = 2;
crypto/libressl/crypto/cms/cms_env.c
203
ktri->version = 2;
crypto/libressl/crypto/cms/cms_env.c
206
ktri->version = 0;
crypto/libressl/crypto/cms/cms_env.c
617
kekri->version = 4;
crypto/libressl/crypto/cms/cms_env.c
866
env->version = 4;
crypto/libressl/crypto/cms/cms_env.c
869
if (env->version < 3)
crypto/libressl/crypto/cms/cms_env.c
870
env->version = 3;
crypto/libressl/crypto/cms/cms_env.c
879
env->version = 4;
crypto/libressl/crypto/cms/cms_env.c
89
cms->d.envelopedData->version = 0;
crypto/libressl/crypto/cms/cms_env.c
894
if (env->version >= 4)
crypto/libressl/crypto/cms/cms_env.c
899
if (env->version >= 3)
crypto/libressl/crypto/cms/cms_env.c
905
env->version = 3;
crypto/libressl/crypto/cms/cms_env.c
908
|| ri->d.ktri->version != 0) {
crypto/libressl/crypto/cms/cms_env.c
909
env->version = 2;
crypto/libressl/crypto/cms/cms_env.c
913
env->version = 2;
crypto/libressl/crypto/cms/cms_env.c
914
if (env->version == 2)
crypto/libressl/crypto/cms/cms_env.c
916
env->version = 0;
crypto/libressl/crypto/cms/cms_ess.c
394
rct.version = 1;
crypto/libressl/crypto/cms/cms_kari.c
360
kari->version = 3;
crypto/libressl/crypto/cms/cms_lcl.h
111
long version;
crypto/libressl/crypto/cms/cms_lcl.h
127
long version;
crypto/libressl/crypto/cms/cms_lcl.h
151
long version;
crypto/libressl/crypto/cms/cms_lcl.h
191
long version;
crypto/libressl/crypto/cms/cms_lcl.h
203
long version;
crypto/libressl/crypto/cms/cms_lcl.h
250
long version;
crypto/libressl/crypto/cms/cms_lcl.h
266
long version;
crypto/libressl/crypto/cms/cms_lcl.h
281
long version;
crypto/libressl/crypto/cms/cms_lcl.h
288
long version;
crypto/libressl/crypto/cms/cms_lcl.h
294
long version;
crypto/libressl/crypto/cms/cms_lcl.h
306
long version;
crypto/libressl/crypto/cms/cms_lcl.h
385
long version;
crypto/libressl/crypto/cms/cms_pwri.c
199
pwri->version = 0;
crypto/libressl/crypto/cms/cms_sd.c
124
if (sd->version < 5)
crypto/libressl/crypto/cms/cms_sd.c
125
sd->version = 5;
crypto/libressl/crypto/cms/cms_sd.c
127
if (sd->version < 4)
crypto/libressl/crypto/cms/cms_sd.c
128
sd->version = 4;
crypto/libressl/crypto/cms/cms_sd.c
130
if (sd->version < 3)
crypto/libressl/crypto/cms/cms_sd.c
131
sd->version = 3;
crypto/libressl/crypto/cms/cms_sd.c
138
if (sd->version < 5)
crypto/libressl/crypto/cms/cms_sd.c
139
sd->version = 5;
crypto/libressl/crypto/cms/cms_sd.c
144
&& (sd->version < 3))
crypto/libressl/crypto/cms/cms_sd.c
145
sd->version = 3;
crypto/libressl/crypto/cms/cms_sd.c
150
if (si->version < 3)
crypto/libressl/crypto/cms/cms_sd.c
151
si->version = 3;
crypto/libressl/crypto/cms/cms_sd.c
152
if (sd->version < 3)
crypto/libressl/crypto/cms/cms_sd.c
153
sd->version = 3;
crypto/libressl/crypto/cms/cms_sd.c
154
} else if (si->version < 1)
crypto/libressl/crypto/cms/cms_sd.c
155
si->version = 1;
crypto/libressl/crypto/cms/cms_sd.c
158
if (sd->version < 1)
crypto/libressl/crypto/cms/cms_sd.c
159
sd->version = 1;
crypto/libressl/crypto/cms/cms_sd.c
311
si->version = 3;
crypto/libressl/crypto/cms/cms_sd.c
312
if (sd->version < 3)
crypto/libressl/crypto/cms/cms_sd.c
313
sd->version = 3;
crypto/libressl/crypto/cms/cms_sd.c
317
si->version = 1;
crypto/libressl/crypto/cms/cms_sd.c
89
cms->d.signedData->version = 1;
crypto/libressl/crypto/ct/ct_b64.c
119
SCT_new_from_base64(unsigned char version, const char *logid_base64,
crypto/libressl/crypto/ct/ct_b64.c
137
if (!SCT_set_version(sct, version)) {
crypto/libressl/crypto/ct/ct_local.h
93
sct_version_t version;
crypto/libressl/crypto/ct/ct_oct.c
126
uint8_t version;
crypto/libressl/crypto/ct/ct_oct.c
135
if (!CBS_peek_u8(cbs, &version))
crypto/libressl/crypto/ct/ct_oct.c
138
sct->version = version;
crypto/libressl/crypto/ct/ct_oct.c
140
if (version == SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_oct.c
148
if (!CBS_get_u8(cbs, &version))
crypto/libressl/crypto/ct/ct_oct.c
223
if (sct->version != SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_oct.c
276
if (sct->version == SCT_VERSION_V1)
crypto/libressl/crypto/ct/ct_oct.c
296
if (sct->version == SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_oct.c
297
*p++ = sct->version;
crypto/libressl/crypto/ct/ct_oct.c
81
if (sct->version != SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_prn.c
163
if (sct->version != SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_sct.c
109
SCT_set_version(SCT *sct, sct_version_t version)
crypto/libressl/crypto/ct/ct_sct.c
111
if (version != SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_sct.c
115
sct->version = version;
crypto/libressl/crypto/ct/ct_sct.c
140
if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) {
crypto/libressl/crypto/ct/ct_sct.c
155
if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) {
crypto/libressl/crypto/ct/ct_sct.c
266
return sct->version;
crypto/libressl/crypto/ct/ct_sct.c
291
if (sct->version == SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_sct.c
324
switch (sct->version) {
crypto/libressl/crypto/ct/ct_sct.c
383
if (sct->version != SCT_VERSION_V1) {
crypto/libressl/crypto/ct/ct_sct.c
85
sct->version = SCT_VERSION_NOT_SET;
crypto/libressl/crypto/ct/ct_vfy.c
100
if (!CBB_add_u8(&cbb, sct->version))
crypto/libressl/crypto/ct/ct_vfy.c
163
if (sct->version != SCT_VERSION_V1) {
crypto/libressl/crypto/dh/dh_lib.c
152
ret->version = 0;
crypto/libressl/crypto/dh/dh_local.h
84
int version;
crypto/libressl/crypto/dsa/dsa_asn1.c
187
.offset = offsetof(DSA, version),
crypto/libressl/crypto/dsa/dsa_lib.c
156
ret->version = 0;
crypto/libressl/crypto/dsa/dsa_locl.h
92
long version;
crypto/libressl/crypto/ec/ec_asn1.c
1357
ret->version = priv_key->version;
crypto/libressl/crypto/ec/ec_asn1.c
1440
priv_key->version = a->version;
crypto/libressl/crypto/ec/ec_asn1.c
178
long version;
crypto/libressl/crypto/ec/ec_asn1.c
197
long version;
crypto/libressl/crypto/ec/ec_asn1.c
462
.offset = offsetof(ECPARAMETERS, version),
crypto/libressl/crypto/ec/ec_asn1.c
596
.offset = offsetof(EC_PRIVATEKEY, version),
crypto/libressl/crypto/ec/ec_asn1.c
920
ret->version = (long) 0x1;
crypto/libressl/crypto/ec/ec_key.c
194
dest->version = src->version;
crypto/libressl/crypto/ec/ec_kmeth.c
163
ret->version = 1;
crypto/libressl/crypto/ec/ec_lcl.h
255
int version;
crypto/libressl/crypto/ocsp/ocsp_asn.c
248
.offset = offsetof(OCSP_REQINFO, version),
crypto/libressl/crypto/ocsp/ocsp_asn.c
739
.offset = offsetof(OCSP_RESPDATA, version),
crypto/libressl/crypto/ocsp/ocsp_local.h
215
ASN1_INTEGER *version;
crypto/libressl/crypto/ocsp/ocsp_local.h
98
ASN1_INTEGER *version;
crypto/libressl/crypto/ocsp/ocsp_prn.c
157
l = ASN1_INTEGER_get(inf->version);
crypto/libressl/crypto/ocsp/ocsp_prn.c
231
l = ASN1_INTEGER_get(rd->version);
crypto/libressl/crypto/pkcs12/p12_asn.c
72
.offset = offsetof(PKCS12, version),
crypto/libressl/crypto/pkcs12/p12_init.c
77
if (!ASN1_INTEGER_set(pkcs12->version, 3))
crypto/libressl/crypto/pkcs12/pkcs12_local.h
71
ASN1_INTEGER *version;
crypto/libressl/crypto/pkcs7/pk7_asn1.c
259
.offset = offsetof(PKCS7_SIGNED, version),
crypto/libressl/crypto/pkcs7/pk7_asn1.c
359
.offset = offsetof(PKCS7_SIGNER_INFO, version),
crypto/libressl/crypto/pkcs7/pk7_asn1.c
505
.offset = offsetof(PKCS7_ENVELOPE, version),
crypto/libressl/crypto/pkcs7/pk7_asn1.c
584
.offset = offsetof(PKCS7_RECIP_INFO, version),
crypto/libressl/crypto/pkcs7/pk7_asn1.c
711
.offset = offsetof(PKCS7_SIGN_ENVELOPE, version),
crypto/libressl/crypto/pkcs7/pk7_asn1.c
799
.offset = offsetof(PKCS7_ENCRYPT, version),
crypto/libressl/crypto/pkcs7/pk7_asn1.c
852
.offset = offsetof(PKCS7_DIGEST, version),
crypto/libressl/crypto/pkcs7/pk7_lib.c
175
if (!ASN1_INTEGER_set(p7->d.sign->version, 1)) {
crypto/libressl/crypto/pkcs7/pk7_lib.c
191
if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version, 1))
crypto/libressl/crypto/pkcs7/pk7_lib.c
200
if (!ASN1_INTEGER_set(p7->d.enveloped->version, 0))
crypto/libressl/crypto/pkcs7/pk7_lib.c
209
if (!ASN1_INTEGER_set(p7->d.encrypted->version, 0))
crypto/libressl/crypto/pkcs7/pk7_lib.c
219
if (!ASN1_INTEGER_set(p7->d.digest->version, 0))
crypto/libressl/crypto/pkcs7/pk7_lib.c
368
if (!ASN1_INTEGER_set(p7i->version, 1))
crypto/libressl/crypto/pkcs7/pk7_lib.c
530
if (!ASN1_INTEGER_set(p7i->version, 0))
crypto/libressl/crypto/rsa/rsa_asn1.c
97
.offset = offsetof(RSA, version),
crypto/libressl/crypto/rsa/rsa_locl.h
52
long version;
crypto/libressl/crypto/ts/ts_asn1.c
155
.offset = offsetof(TS_REQ, version),
crypto/libressl/crypto/ts/ts_asn1.c
334
.offset = offsetof(TS_TST_INFO, version),
crypto/libressl/crypto/ts/ts_local.h
130
ASN1_INTEGER *version;
crypto/libressl/crypto/ts/ts_local.h
88
ASN1_INTEGER *version;
crypto/libressl/crypto/ts/ts_req_utils.c
69
TS_REQ_set_version(TS_REQ *a, long version)
crypto/libressl/crypto/ts/ts_req_utils.c
71
return ASN1_INTEGER_set(a->version, version);
crypto/libressl/crypto/ts/ts_req_utils.c
77
return ASN1_INTEGER_get(a->version);
crypto/libressl/crypto/ts/ts_rsp_sign.c
742
if (!ASN1_INTEGER_set(p7->d.sign->version, 3))
crypto/libressl/crypto/ts/ts_rsp_utils.c
142
TS_TST_INFO_set_version(TS_TST_INFO *a, long version)
crypto/libressl/crypto/ts/ts_rsp_utils.c
144
return ASN1_INTEGER_set(a->version, version);
crypto/libressl/crypto/ts/ts_rsp_utils.c
150
return ASN1_INTEGER_get(a->version);
crypto/libressl/crypto/x509/x509_lcl.h
117
ASN1_INTEGER *version;
crypto/libressl/crypto/x509/x509_lcl.h
145
ASN1_INTEGER *version; /* [ 0 ] default of v1 */
crypto/libressl/crypto/x509/x509_lcl.h
201
ASN1_INTEGER *version;
crypto/libressl/crypto/x509/x509_lcl.h
234
ASN1_INTEGER *version;
crypto/libressl/crypto/x509/x509_r2x.c
88
if ((xi->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509_r2x.c
90
if (!ASN1_INTEGER_set(xi->version, 2))
crypto/libressl/crypto/x509/x509_req.c
92
if ((ri->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509_req.c
94
if (ASN1_INTEGER_set(ri->version, 0) == 0)
crypto/libressl/crypto/x509/x509_set.c
81
X509_set_version(X509 *x, long version)
crypto/libressl/crypto/x509/x509_set.c
85
if (x->cert_info->version == NULL) {
crypto/libressl/crypto/x509/x509_set.c
86
if ((x->cert_info->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509_set.c
89
return (ASN1_INTEGER_set(x->cert_info->version, version));
crypto/libressl/crypto/x509/x509_set.c
95
return ASN1_INTEGER_get(x->cert_info->version);
crypto/libressl/crypto/x509/x509_sxnet.c
157
.offset = offsetof(SXNET, version),
crypto/libressl/crypto/x509/x509_sxnet.c
214
v = ASN1_INTEGER_get(sx->version);
crypto/libressl/crypto/x509/x509_sxnet.c
309
if (!ASN1_INTEGER_set(sx->version, 0))
crypto/libressl/crypto/x509/x509cset.c
76
X509_CRL_set_version(X509_CRL *x, long version)
crypto/libressl/crypto/x509/x509cset.c
80
if (x->crl->version == NULL) {
crypto/libressl/crypto/x509/x509cset.c
81
if ((x->crl->version = ASN1_INTEGER_new()) == NULL)
crypto/libressl/crypto/x509/x509cset.c
84
return (ASN1_INTEGER_set(x->crl->version, version));
crypto/libressl/crypto/x509/x509rset.c
69
X509_REQ_set_version(X509_REQ *x, long version)
crypto/libressl/crypto/x509/x509rset.c
74
return (ASN1_INTEGER_set(x->req_info->version, version));
crypto/libressl/crypto/x509/x509rset.c
80
return ASN1_INTEGER_get(x->req_info->version);
crypto/libressl/include/openssl/ct.h
174
SCT *SCT_new_from_base64(unsigned char version, const char *logid_base64,
crypto/libressl/include/openssl/ct.h
198
int SCT_set_version(SCT *sct, sct_version_t version);
crypto/libressl/include/openssl/pem.h
159
int version;
crypto/libressl/include/openssl/pkcs7.h
112
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
122
ASN1_INTEGER *version; /* version 1 */
crypto/libressl/include/openssl/pkcs7.h
141
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
147
ASN1_INTEGER *version; /* version 1 */
crypto/libressl/include/openssl/pkcs7.h
158
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
165
ASN1_INTEGER *version; /* version 0 */
crypto/libressl/include/openssl/pkcs7.h
97
ASN1_INTEGER *version; /* version 1 */
crypto/libressl/include/openssl/ssl.h
1028
int SSL_CTX_set_min_proto_version(SSL_CTX *ctx, uint16_t version);
crypto/libressl/include/openssl/ssl.h
1029
int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, uint16_t version);
crypto/libressl/include/openssl/ssl.h
1033
int SSL_set_min_proto_version(SSL *ssl, uint16_t version);
crypto/libressl/include/openssl/ssl.h
1034
int SSL_set_max_proto_version(SSL *ssl, uint16_t version);
crypto/libressl/include/openssl/ssl.h
506
int version, int content_type, const void *buf, size_t len, SSL *ssl,
crypto/libressl/include/openssl/ssl.h
508
void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version,
crypto/libressl/include/openssl/ts.h
221
int TS_REQ_set_version(TS_REQ *a, long version);
crypto/libressl/include/openssl/ts.h
273
int TS_TST_INFO_set_version(TS_TST_INFO *a, long version);
crypto/libressl/include/openssl/x509.h
1108
int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, int version,
crypto/libressl/include/openssl/x509.h
306
int version;
crypto/libressl/include/openssl/x509.h
784
int X509_set_version(X509 *x, long version);
crypto/libressl/include/openssl/x509.h
811
int X509_REQ_set_version(X509_REQ *x,long version);
crypto/libressl/include/openssl/x509.h
844
int X509_CRL_set_version(X509_CRL *x, long version);
crypto/libressl/include/openssl/x509v3.h
276
ASN1_INTEGER *version;
crypto/libressl/ssl/d1_both.c
345
s->internal->msg_callback(1, s->version, type,
crypto/libressl/ssl/d1_both.c
417
s->internal->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, p, msg_len,
crypto/libressl/ssl/d1_both.c
801
s->internal->msg_callback(0, s->version,
crypto/libressl/ssl/d1_lib.c
208
s->version = DTLS1_VERSION;
crypto/libressl/ssl/d1_pkt.c
301
tls12_record_layer_set_version(s->internal->rl, s->version);
crypto/libressl/ssl/d1_pkt.c
412
if (!s->internal->first_packet && ssl_version != s->version)
crypto/libressl/ssl/d1_pkt.c
416
if ((ssl_version & 0xff00) != (s->version & 0xff00))
crypto/libressl/ssl/d1_pkt.c
962
tls12_record_layer_set_version(s->internal->rl, s->version);
crypto/libressl/ssl/s3_lib.c
1660
s->version = TLS1_VERSION;
crypto/libressl/ssl/ssl_asn1.c
247
uint64_t version, tls_version, stime, timeout, verify_result, lifetime;
crypto/libressl/ssl/ssl_asn1.c
270
if (!CBS_get_asn1_uint64(&session, &version))
crypto/libressl/ssl/ssl_asn1.c
272
if (version != SSL_SESSION_ASN1_VERSION)
crypto/libressl/ssl/ssl_cert.c
514
if ((s->version >> 8) == SSL3_VERSION_MAJOR)
crypto/libressl/ssl/ssl_clnt.c
210
if (!ssl_legacy_stack_version(s, s->version)) {
crypto/libressl/ssl/ssl_clnt.c
660
s->version = max_version;
crypto/libressl/ssl/ssl_clnt.c
662
if (sess == NULL || sess->ssl_version != s->version ||
crypto/libressl/ssl/ssl_clnt.c
682
if (!CBB_add_u16(&client_hello, s->version))
crypto/libressl/ssl/ssl_clnt.c
793
s->version = (s->version & 0xff00) | (ssl_version & 0xff);
crypto/libressl/ssl/ssl_clnt.c
863
s->version = (s->version & 0xff00) | (server_version & 0xff);
crypto/libressl/ssl/ssl_clnt.c
868
s->version = server_version;
crypto/libressl/ssl/ssl_clnt.c
988
s->session->ssl_version = s->version;
crypto/libressl/ssl/ssl_lib.c
1877
if (s->internal->tls13 != NULL && s->version == TLS1_3_VERSION) {
crypto/libressl/ssl/ssl_lib.c
191
s->version = s->method->version;
crypto/libressl/ssl/ssl_lib.c
192
s->client_version = s->version;
crypto/libressl/ssl/ssl_lib.c
2497
if (s->method->version == method->version) {
crypto/libressl/ssl/ssl_lib.c
2794
return ssl_version_string(s->version);
crypto/libressl/ssl/ssl_lib.c
2808
ret->version = s->version;
crypto/libressl/ssl/ssl_lib.c
2945
s->internal->msg_callback(is_write, s->version, content_type,
crypto/libressl/ssl/ssl_lib.c
3107
return (s->version);
crypto/libressl/ssl/ssl_lib.c
3338
SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version,
crypto/libressl/ssl/ssl_lib.c
3346
SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version,
crypto/libressl/ssl/ssl_lib.c
3371
SSL_CTX_set_min_proto_version(SSL_CTX *ctx, uint16_t version)
crypto/libressl/ssl/ssl_lib.c
3373
return ssl_version_set_min(ctx->method, version,
crypto/libressl/ssl/ssl_lib.c
3385
SSL_CTX_set_max_proto_version(SSL_CTX *ctx, uint16_t version)
crypto/libressl/ssl/ssl_lib.c
3387
return ssl_version_set_max(ctx->method, version,
crypto/libressl/ssl/ssl_lib.c
3399
SSL_set_min_proto_version(SSL *ssl, uint16_t version)
crypto/libressl/ssl/ssl_lib.c
3401
return ssl_version_set_min(ssl->method, version,
crypto/libressl/ssl/ssl_lib.c
3412
SSL_set_max_proto_version(SSL *ssl, uint16_t version)
crypto/libressl/ssl/ssl_lib.c
3414
return ssl_version_set_max(ssl->method, version,
crypto/libressl/ssl/ssl_lib.c
424
r.ssl_version = ssl->version;
crypto/libressl/ssl/ssl_locl.h
1075
int version;
crypto/libressl/ssl/ssl_locl.h
1273
uint16_t ssl_tls_version(uint16_t version);
crypto/libressl/ssl/ssl_locl.h
1279
int ssl_legacy_stack_version(SSL *s, uint16_t version);
crypto/libressl/ssl/ssl_locl.h
1285
const SSL_METHOD *ssl_get_method(uint16_t version);
crypto/libressl/ssl/ssl_locl.h
1314
int ssl_security_version(const SSL *ssl, int version);
crypto/libressl/ssl/ssl_locl.h
416
int version;
crypto/libressl/ssl/ssl_locl.h
690
uint16_t version);
crypto/libressl/ssl/ssl_locl.h
713
typedef void (ssl_msg_callback_fn)(int is_write, int version, int content_type,
crypto/libressl/ssl/ssl_methods.c
108
.version = DTLS1_VERSION,
crypto/libressl/ssl/ssl_methods.c
129
.version = DTLS1_VERSION,
crypto/libressl/ssl/ssl_methods.c
150
.version = DTLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
171
.version = DTLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
247
.version = TLS1_3_VERSION,
crypto/libressl/ssl/ssl_methods.c
269
.version = TLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
291
.version = TLS1_3_VERSION,
crypto/libressl/ssl/ssl_methods.c
314
.version = TLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
336
.version = TLS1_VERSION,
crypto/libressl/ssl/ssl_methods.c
357
.version = TLS1_VERSION,
crypto/libressl/ssl/ssl_methods.c
378
.version = TLS1_1_VERSION,
crypto/libressl/ssl/ssl_methods.c
399
.version = TLS1_1_VERSION,
crypto/libressl/ssl/ssl_methods.c
420
.version = TLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
441
.version = TLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
564
ssl_get_method(uint16_t version)
crypto/libressl/ssl/ssl_methods.c
566
if (version == TLS1_3_VERSION)
crypto/libressl/ssl/ssl_methods.c
568
if (version == TLS1_2_VERSION)
crypto/libressl/ssl/ssl_methods.c
570
if (version == TLS1_1_VERSION)
crypto/libressl/ssl/ssl_methods.c
572
if (version == TLS1_VERSION)
crypto/libressl/ssl/ssl_methods.c
574
if (version == DTLS1_VERSION)
crypto/libressl/ssl/ssl_methods.c
576
if (version == DTLS1_2_VERSION)
crypto/libressl/ssl/ssl_methods.c
66
.version = DTLS1_2_VERSION,
crypto/libressl/ssl/ssl_methods.c
87
.version = DTLS1_2_VERSION,
crypto/libressl/ssl/ssl_pkt.c
373
if (!s->internal->first_packet && ssl_version != s->version) {
crypto/libressl/ssl/ssl_pkt.c
374
if ((s->version & 0xFF00) == (ssl_version & 0xFF00) &&
crypto/libressl/ssl/ssl_pkt.c
377
s->version = ssl_version;
crypto/libressl/ssl/ssl_pkt.c
408
tls12_record_layer_set_version(s->internal->rl, s->version);
crypto/libressl/ssl/ssl_pkt.c
538
uint16_t version;
crypto/libressl/ssl/ssl_pkt.c
574
version = s->version;
crypto/libressl/ssl/ssl_pkt.c
578
version = TLS1_VERSION;
crypto/libressl/ssl/ssl_pkt.c
606
tls12_record_layer_set_version(s->internal->rl, version);
crypto/libressl/ssl/ssl_seclevel.c
142
ssl_security_secop_version(const SSL_CTX *ctx, const SSL *ssl, int version)
crypto/libressl/ssl/ssl_seclevel.c
155
return ssl_tls_version(version) >= min_version;
crypto/libressl/ssl/ssl_seclevel.c
204
int version, void *cipher, void *ex_data)
crypto/libressl/ssl/ssl_seclevel.c
212
return ssl_security_secop_version(ctx, ssl, version);
crypto/libressl/ssl/ssl_seclevel.c
255
ssl_security_version(const SSL *ssl, int version)
crypto/libressl/ssl/ssl_seclevel.c
257
return ssl_security(ssl, SSL_SECOP_VERSION, 0, version, NULL);
crypto/libressl/ssl/ssl_sess.c
341
switch (s->version) {
crypto/libressl/ssl/ssl_sess.c
347
ss->ssl_version = s->version;
crypto/libressl/ssl/ssl_sess.c
421
ss->ssl_version = s->version;
crypto/libressl/ssl/ssl_sess.c
439
data.ssl_version = s->version;
crypto/libressl/ssl/ssl_sess.c
964
if (s->version >= TLS1_VERSION) {
crypto/libressl/ssl/ssl_srvr.c
1227
if (!CBB_add_u16(&server_hello, s->version))
crypto/libressl/ssl/ssl_srvr.c
212
if (!ssl_legacy_stack_version(s, s->version)) {
crypto/libressl/ssl/ssl_srvr.c
849
s->version = client_version;
crypto/libressl/ssl/ssl_srvr.c
856
s->version = shared_version;
crypto/libressl/ssl/ssl_tlsext.c
1584
uint16_t version;
crypto/libressl/ssl/ssl_tlsext.c
1594
for (version = max; version >= min; version--) {
crypto/libressl/ssl/ssl_tlsext.c
1595
if (!CBB_add_u16(&versions, version))
crypto/libressl/ssl/ssl_tlsext.c
1609
uint16_t version;
crypto/libressl/ssl/ssl_tlsext.c
1620
if (!CBS_get_u16(&versions, &version))
crypto/libressl/ssl/ssl_tlsext.c
1626
if (matched_version == 0 && version >= min && version <= max)
crypto/libressl/ssl/ssl_tlsext.c
1627
matched_version = version;
crypto/libressl/ssl/ssl_tlsext.c
1632
s->version = matched_version;
crypto/libressl/ssl/ssl_versions.c
218
ssl_tls_version(uint16_t version)
crypto/libressl/ssl/ssl_versions.c
220
if (version == TLS1_VERSION || version == TLS1_1_VERSION ||
crypto/libressl/ssl/ssl_versions.c
221
version == TLS1_2_VERSION || version == TLS1_3_VERSION)
crypto/libressl/ssl/ssl_versions.c
222
return version;
crypto/libressl/ssl/ssl_versions.c
224
if (version == DTLS1_VERSION)
crypto/libressl/ssl/ssl_versions.c
226
if (version == DTLS1_2_VERSION)
crypto/libressl/ssl/ssl_versions.c
374
ssl_legacy_stack_version(SSL *s, uint16_t version)
crypto/libressl/ssl/ssl_versions.c
377
return version == DTLS1_VERSION || version == DTLS1_2_VERSION;
crypto/libressl/ssl/ssl_versions.c
379
return version == TLS1_VERSION || version == TLS1_1_VERSION ||
crypto/libressl/ssl/ssl_versions.c
380
version == TLS1_2_VERSION;
crypto/libressl/ssl/t1_enc.c
391
s->method->version <= TLS1_VERSION) {
crypto/libressl/ssl/t1_lib.c
150
s->version = s->method->version;
crypto/libressl/ssl/tls12_record_layer.c
1079
uint16_t version;
crypto/libressl/ssl/tls12_record_layer.c
1087
if (!CBS_get_u16(&cbs, &version))
crypto/libressl/ssl/tls12_record_layer.c
1211
if (rl->version != TLS1_VERSION) {
crypto/libressl/ssl/tls12_record_layer.c
1294
if (!CBB_add_u16(cbb, rl->version))
crypto/libressl/ssl/tls12_record_layer.c
164
uint16_t version;
crypto/libressl/ssl/tls12_record_layer.c
238
if (rl->version != TLS1_VERSION) {
crypto/libressl/ssl/tls12_record_layer.c
282
tls12_record_layer_set_version(struct tls12_record_layer *rl, uint16_t version)
crypto/libressl/ssl/tls12_record_layer.c
284
rl->version = version;
crypto/libressl/ssl/tls12_record_layer.c
285
rl->dtls = ((version >> 8) == DTLS1_VERSION_MAJOR);
crypto/libressl/ssl/tls12_record_layer.c
665
if (!CBB_add_u16(&cbb, rl->version))
crypto/libressl/ssl/tls12_record_layer.c
975
if (rl->version != TLS1_VERSION) {
crypto/libressl/ssl/tls13_client.c
39
s->version = ctx->hs->our_max_tls_version;
crypto/libressl/ssl/tls13_handshake.c
562
if (ctx->ssl->method->version < TLS1_3_VERSION)
crypto/libressl/ssl/tls13_internal.h
210
uint16_t version);
crypto/libressl/ssl/tls13_legacy.c
390
s->version = s->method->max_tls_version;
crypto/libressl/ssl/tls13_legacy.c
404
s->version = s->method->max_tls_version;
crypto/libressl/ssl/tls13_record.c
153
rec->version = rec_version;
crypto/libressl/ssl/tls13_record.c
22
uint16_t version;
crypto/libressl/ssl/tls13_record.c
65
return rec->version;
crypto/libressl/ssl/tls13_record_layer.c
263
uint16_t version)
crypto/libressl/ssl/tls13_record_layer.c
265
rl->legacy_version = version;
crypto/libressl/ssl/tls13_server.c
166
if (tls13_client_hello_is_legacy(cbs) || s->version < TLS1_3_VERSION) {
crypto/libressl/ssl/tls13_server.c
306
if (s->method->version < TLS1_3_VERSION)
crypto/libressl/ssl/tls13_server.c
37
s->version = ctx->hs->our_max_tls_version;
crypto/libressl/ssl/tls13_server.c
483
if (s->method->version < TLS1_3_VERSION)
crypto/libressl/ssl/tls13_server.c
68
uint16_t version, max_version = 0;
crypto/libressl/ssl/tls13_server.c
87
if (!CBS_get_u16(&versions, &version))
crypto/libressl/ssl/tls13_server.c
89
if (version >= max_version)
crypto/libressl/ssl/tls13_server.c
90
max_version = version;
crypto/libressl/tls/tls_conninfo.c
256
if ((ctx->conninfo->version = strdup(tmp)) == NULL)
crypto/libressl/tls/tls_conninfo.c
286
free(conninfo->version);
crypto/libressl/tls/tls_conninfo.c
342
return (ctx->conninfo->version);
crypto/libressl/tls/tls_internal.h
129
char *version;
crypto/openssh/authfd.c
730
ssh_remove_all_identities(int sock, int version)
crypto/openssh/authfd.c
733
u_char type = (version == 1) ?
crypto/openssh/authfd.h
61
int ssh_remove_all_identities(int sock, int version);
crypto/openssh/channels.c
1449
u_int8_t version;
crypto/openssh/channels.c
1487
if ((r = sshbuf_get(input, &s4_req.version, 1)) != 0 ||
crypto/openssh/channels.c
1542
s4_rsp.version = 0; /* vn: 0 for reply */
crypto/openssh/channels.c
1565
u_int8_t version;
crypto/openssh/channels.c
1614
if (s5_req.version != 0x05 ||
crypto/openssh/channels.c
1674
s5_rsp.version = 0x05;
crypto/openssh/compat.c
130
if (match_pattern_list(version, check[i].pat, 0) == 1) {
crypto/openssh/compat.c
132
version, check[i].pat, check[i].bugs);
crypto/openssh/compat.c
137
debug_f("no match: %s", version);
crypto/openssh/compat.c
42
compat_banner(struct ssh *ssh, const char *version)
crypto/openssh/krl.c
197
ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version)
crypto/openssh/krl.c
199
krl->krl_version = version;
crypto/openssh/krl.h
48
void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
crypto/openssh/pkcs11.h
1005
struct ck_version version;
crypto/openssh/sftp-client.c
1307
if (conn->version < 3) {
crypto/openssh/sftp-client.c
495
if ((r = sshbuf_get_u32(msg, &ret->version)) != 0)
crypto/openssh/sftp-client.c
498
debug2("Remote version: %u", ret->version);
crypto/openssh/sftp-client.c
598
if (ret->version == 0) {
crypto/openssh/sftp-client.c
617
return conn->version;
crypto/openssh/sftp-client.c
926
conn->version == 0 ? SSH2_FXP_STAT_VERSION_0 : SSH2_FXP_STAT,
crypto/openssh/sftp-client.c
937
if (conn->version == 0) {
crypto/openssh/sftp-client.c
96
u_int version;
crypto/openssh/sftp-server.c
564
if (version >= 3) {
crypto/openssh/sftp-server.c
715
if ((r = sshbuf_get_u32(iqueue, &version)) != 0)
crypto/openssh/sftp-server.c
717
verbose("received client version %u", version);
crypto/openssh/sftp-server.c
77
static u_int version;
crypto/openssh/ssh-keysign.c
183
int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd;
crypto/openssh/ssh-keysign.c
266
if (rver != version)
crypto/openssh/ssh-keysign.c
268
__progname, rver, version);
crypto/openssh/ssh-keysign.c
307
if (ssh_msg_send(STDOUT_FILENO, version, b) == -1)
crypto/openssh/ssh-sk-client.c
145
u_char version;
crypto/openssh/ssh-sk-client.c
174
if ((r = sshbuf_get_u8(resp, &version)) != 0) {
crypto/openssh/ssh-sk-client.c
178
if (version != SSH_SK_HELPER_VERSION) {
crypto/openssh/ssh-sk-client.c
180
version, SSH_SK_HELPER_VERSION);
crypto/openssh/sshconnect2.c
2018
u_char rversion = 0, version = 2;
crypto/openssh/sshconnect2.c
2078
if (ssh_msg_send(to[1], version, b) == -1)
crypto/openssh/sshconnect2.c
2108
if (rversion != version) {
games/adventure/save.c
659
uint32_t version;
games/adventure/save.c
673
version = htonl(FORMAT_VERSION);
games/adventure/save.c
674
if (savefile_binwrite(sf, &version, sizeof(version))) {
games/adventure/save.c
750
uint32_t version, key, sum;
games/adventure/save.c
773
if (savefile_binread(sf, &version, sizeof(version))) {
games/adventure/save.c
777
version = ntohl(version);
games/adventure/save.c
778
switch (version) {
games/hunt/hunt/playit.c
401
u_int32_t version;
games/hunt/hunt/playit.c
403
if (read(Socket, &version, sizeof version) != sizeof version) {
games/hunt/hunt/playit.c
407
if (ntohl(version) != (unsigned int)HUNT_VERSION) {
games/hunt/hunt/playit.c
80
u_int32_t version;
games/hunt/hunt/playit.c
85
if (read(Socket, &version, sizeof version) != sizeof version) {
games/hunt/hunt/playit.c
89
if (ntohl(version) != (unsigned int)HUNT_VERSION) {
games/hunt/huntd/answer.c
140
u_int32_t version;
games/hunt/huntd/answer.c
213
version = htonl((u_int32_t) HUNT_VERSION);
games/hunt/huntd/answer.c
214
write(sp->fd, &version, sizeof version);
games/sail/pl_2.c
128
Msg("%s", version);
games/sail/player.h
92
extern const char version[];
games/sail/version.c
41
const char version[] = "Wooden Ships and Iron Men, Version 8.1 (93/05/31)";
games/trek/dumpgame.c
115
int version;
games/trek/dumpgame.c
118
read(fd, &version, sizeof version) != sizeof version ||
games/trek/dumpgame.c
119
version != VERSION ||
games/trek/dumpgame.c
77
int version;
games/trek/dumpgame.c
86
version = VERSION;
games/trek/dumpgame.c
87
write(fd, &version, sizeof version);
include/elf-hints.h
39
__uint32_t version; /* File version (1) */
lib/libc/citrus/citrus_esdb.c
80
uint32_t csid, i, num_charsets, tmp, version;
lib/libc/citrus/citrus_esdb.c
89
ret = _db_lookup32_by_s(db, _CITRUS_ESDB_SYM_VERSION, &version, NULL);
lib/libc/citrus/citrus_esdb.c
92
switch (version) {
lib/libc/db/btree/bt_close.c
166
m.version = BTREEVERSION;
lib/libc/db/btree/bt_debug.c
102
fprintf(stderr, "version %u\n", m->version);
lib/libc/db/btree/bt_open.c
233
M_32_SWAP(m.version);
lib/libc/db/btree/bt_open.c
239
if (m.magic != BTREEMAGIC || m.version != BTREEVERSION)
lib/libc/db/btree/btree.h
293
uint32_t version; /* version */
lib/libc/db/hash/hash.c
911
P_32_COPY(srcp->version, destp->version);
lib/libc/db/hash/hash.c
942
M_32_SWAP(hdrp->version);
lib/libc/db/hash/hash.h
288
#define VERSION hdr.version
lib/libc/db/hash/hash.h
64
int32_t version; /* Version ID */
lib/libc/gen/dlfcn.c
113
const char *version __unused)
lib/libc/gen/getpwent.c
137
int version;
lib/libc/gen/getpwent.c
1714
st->db = pwdbopen(&st->version);
lib/libc/gen/getpwent.c
178
int version;
lib/libc/gen/getpwent.c
1782
(st->db = pwdbopen(&st->version)) == NULL) {
lib/libc/gen/getpwent.c
1840
if (st->version < _PWD_CURRENT_VERSION) {
lib/libc/gen/getpwent.c
1848
keybuf[0] = _PW_VERSIONED(_PW_KEYBYNUM, st->version);
lib/libc/gen/getpwent.c
1887
rv = pwdb_versions[st->version].parse(buffer,
lib/libc/gen/getpwent.c
1922
rv = pwdb_versions[st->version].match(entry.data, entry.size,
lib/libc/gen/getpwent.c
1934
rv = pwdb_versions[st->version].parse(buffer, entry.size, pwd,
lib/libc/gen/getpwent.c
730
pwdbopen(int *version)
lib/libc/gen/getpwent.c
745
*version = *(unsigned char *)entry.data;
lib/libc/gen/getpwent.c
747
*version = 3;
lib/libc/gen/getpwent.c
748
if (*version < 3 || *version >= NELEM(pwdb_versions)) {
lib/libc/gen/getpwent.c
750
*version);
lib/libc/gen/getpwent.c
786
st->db = pwdbopen(&st->version);
lib/libc/gen/getpwent.c
848
(st->db = pwdbopen(&st->version)) == NULL) {
lib/libc/gen/getpwent.c
873
if (st->version < _PWD_CURRENT_VERSION) {
lib/libc/gen/getpwent.c
884
if (st->version < _PWD_CURRENT_VERSION) {
lib/libc/gen/getpwent.c
895
keybuf[0] = _PW_VERSIONED(keybuf[0], st->version);
lib/libc/gen/getpwent.c
907
rv = pwdb_versions[st->version].match(entry.data, entry.size,
lib/libc/gen/getpwent.c
917
rv = pwdb_versions[st->version].parse(buffer, entry.size, pwd,
lib/libc/gen/uname.c
100
strlcpy(name->version, p, sizeof(name->version));
lib/libc/gen/uname.c
105
len = sizeof(name->version);
lib/libc/gen/uname.c
107
if (sysctl(mib, 2, name->version, &len, NULL, 0) == -1) {
lib/libc/gen/uname.c
113
name->version[sizeof(name->version) - 1] = '\0';
lib/libc/gen/uname.c
114
for (p = name->version; len--; ++p) {
lib/libc/gen/uname.c
98
bzero(name->version, sizeof(name->version));
lib/libc/gmon/gmon.c
172
hdr->version = GMONVERSION;
lib/libc/rpc/clnt_dg.c
143
rpcvers_t version, /* version number */
lib/libc/rpc/clnt_dg.c
239
call_msg.rm_call.cb_vers = version;
lib/libc/rpc/pmap_clnt.c
100
udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
lib/libc/rpc/pmap_clnt.c
106
tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
lib/libc/rpc/pmap_clnt.c
60
pmap_set(u_long program, u_long version, int protocol, u_short port)
lib/libc/rpc/pmap_clnt.c
81
rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na);
lib/libc/rpc/pmap_clnt.c
92
pmap_unset(u_long program, u_long version)
lib/libc/rpc/pmap_getport.c
66
pmap_getport(struct sockaddr_in *address, u_long program, u_long version,
lib/libc/rpc/pmap_getport.c
81
parms.pm_vers = version;
lib/libc/rpc/rpc_soc.c
169
clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version,
lib/libc/rpc/rpc_soc.c
173
return clntudp_bufcreate(raddr, program, version, wait, sockp,
lib/libc/rpc/rpcb_clnt.c
1035
rpcb_getaddr(rpcprog_t program, rpcvers_t version,
lib/libc/rpc/rpcb_clnt.c
1041
if ((na = __rpcb_findaddr_timed(program, version,
lib/libc/rpc/rpcb_clnt.c
542
rpcb_set(rpcprog_t program, rpcvers_t version,
lib/libc/rpc/rpcb_clnt.c
575
parms.r_vers = version;
lib/libc/rpc/rpcb_clnt.c
601
rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
614
parms.r_vers = version;
lib/libc/rpc/rpcb_clnt.c
724
__rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version,
lib/libc/rpc/rpcb_clnt.c
786
pmapparms.pm_vers = version;
lib/libc/rpc/rpcb_clnt.c
849
parms.r_vers = version;
lib/libdevstat/devstat.c
137
int version;
lib/libdevstat/devstat.c
145
if (sysctlbyname("kern.devstat.version", &version, &versize,
lib/libdevstat/devstat.c
151
return(version);
lib/libdevstat/devstat.c
165
int version;
lib/libdevstat/devstat.c
167
version = getversion();
lib/libdevstat/devstat.c
169
if (version != DEVSTAT_VERSION) {
lib/libdevstat/devstat.c
180
if (version == -1) {
lib/libdevstat/devstat.c
192
func_name, version);
lib/libdevstat/devstat.c
194
if (version == -1) {
lib/libdevstat/devstat.c
203
if (version < DEVSTAT_VERSION)
lib/libdm/dm_task.c
646
prop_array_get_uint32(pa_ver, j, &vers[i].version[j]);
lib/libdm/libdm.h
59
uint32_t version[3];
lib/libdmsg/crypto.c
509
handtx.version = 1;
lib/libdmsg/crypto.c
614
handrx.version = bswap16(handrx.version);
lib/libdmsg/crypto.c
622
if (handrx.version != 1)
lib/libdmsg/dmsg.h
99
uint16_t version; /* 00A hammer2 protocol version */
lib/libexecinfo/private_libelf.h
1055
e->e_version = LIBELF_PRIVATE(version);
lib/libexecinfo/private_libelf.h
2451
eh->e_ident[EI_VERSION] = LIBELF_PRIVATE(version) & 0xFFU; \
lib/libexecinfo/private_libelf.h
2454
eh->e_version = LIBELF_PRIVATE(version); \
lib/libexecinfo/private_libelf.h
3046
if ((old = LIBELF_PRIVATE(version)) == EV_NONE)
lib/libexecinfo/private_libelf.h
3056
LIBELF_PRIVATE(version) = v;
lib/libexecinfo/private_libelf.h
3068
if (LIBELF_PRIVATE(version) == EV_NONE) {
lib/libexecinfo/private_libelf.h
940
_libelf_msize(Elf_Type t, int elfclass, unsigned int version)
lib/libexecinfo/private_libelf.h
947
if (version != EV_CURRENT) {
lib/libhammer/info.c
104
if (fip->version < 3) {
lib/libhammer/info.c
73
fip->version = info.version;
lib/libhammer/info.c
97
pip->version = fip->version;
lib/libhammer/libhammer.h
78
u_int32_t version; /* HAMMER version */
lib/libhammer/libhammer.h
98
int version; /* HAMMER version */
lib/libkvm/kvm.c
334
lookup.version = sizeof(lookup);
lib/libkvm/kvm_minidump_x86_64.c
167
u.hdr1.version == MINIDUMP1_VERSION) {
lib/libkvm/kvm_minidump_x86_64.c
171
u.hdr2.version == MINIDUMP2_VERSION) {
lib/libnetgraph/debug.c
199
NGLOGX(" vers %d", msg->header.version);
lib/libnetgraph/msg.c
72
msg.header.version = NG_VERSION;
lib/libnetgraph7/debug.c
227
NGLOGX(" vers %d", msg->header.version);
lib/libnetgraph7/msg.c
148
binary->header.version = NG_VERSION;
lib/libnetgraph7/msg.c
72
msg.header.version = NG_VERSION;
lib/libnvmm/libnvmm.c
171
if (__capability.version != NVMM_KERN_VERSION) {
lib/libnvmm/libnvmm.c
194
if (__capability.version != NVMM_KERN_VERSION) {
libexec/ftpd/ftpd.c
2342
printf(" %s\r\n", version);
libexec/ftpd/ftpd.c
619
reply(220, "%s FTP server (%s) ready.", hostname, version);
libexec/ftpd/ftpd.c
86
static char version[] = "Version 6.00LS";
libexec/getty/main.c
770
puts(kerninfo.version);
libexec/pppoed/pppoed.c
389
if (rep->header.version != NG_VERSION) {
libexec/pppoed/pppoed.c
391
(long)rep->header.version, (long)NG_VERSION);
libexec/rtld-elf/rtld.c
1715
hdr.version != 1) {
libexec/rtld-elf/rtld.c
2685
obj->version = RTLD_VERSION;
libexec/rtld-elf/rtld.c
3344
dlvsym(void *handle, const char *name, const char *version)
libexec/rtld-elf/rtld.c
3348
ventry.name = version;
libexec/rtld-elf/rtld.c
3350
ventry.hash = elf_hash(version);
libexec/rtld-elf/rtld.h
138
Elf_Size version; /* Version number of struct format */
libexec/telnetd/utility.c
477
putstr(kerninfo.version);
sbin/fsck_hammer2/test.c
1185
tfprintf(fp, tab, "version %d\n", ipdata->meta.version);
sbin/hammer/cmd_cleanup.c
150
struct hammer_ioc_version version;
sbin/hammer/cmd_cleanup.c
188
if (pfs.version != HAMMER_IOC_PSEUDOFS_VERSION) {
sbin/hammer/cmd_cleanup.c
193
bzero(&version, sizeof(version));
sbin/hammer/cmd_cleanup.c
194
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_cleanup.c
199
HammerVersion = version.cur_version;
sbin/hammer/cmd_cleanup.c
202
if (version.cur_version >= 3) {
sbin/hammer/cmd_cleanup.c
240
if (version.cur_version < 3) {
sbin/hammer/cmd_cleanup.c
268
if (version.cur_version >= 3) {
sbin/hammer/cmd_config.c
213
struct hammer_ioc_version version;
sbin/hammer/cmd_config.c
216
bzero(&version, sizeof(version));
sbin/hammer/cmd_config.c
221
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_config.c
225
HammerVersion = version.cur_version;
sbin/hammer/cmd_config.c
237
struct hammer_ioc_version version;
sbin/hammer/cmd_config.c
240
bzero(&version, sizeof(version));
sbin/hammer/cmd_config.c
245
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_config.c
249
HammerVersion = version.cur_version;
sbin/hammer/cmd_info.c
168
printf("\tHAMMER Version %d\n", fip->version);
sbin/hammer/cmd_mirror.c
1517
if (pfs.version != HAMMER_IOC_PSEUDOFS_VERSION) {
sbin/hammer/cmd_mirror.c
1521
mrec_tmp->pfs.version = pfs.version;
sbin/hammer/cmd_mirror.c
1549
if (pfs.version != HAMMER_IOC_PSEUDOFS_VERSION) {
sbin/hammer/cmd_mirror.c
1576
if (mrec->pfs.version != pfs.version) {
sbin/hammer/cmd_pfs.c
549
struct hammer_ioc_version version;
sbin/hammer/cmd_pfs.c
59
pfs->version = HAMMER_IOC_PSEUDOFS_VERSION;
sbin/hammer/cmd_pfs.c
590
bzero(&version, sizeof(version));
sbin/hammer/cmd_pfs.c
591
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0)
sbin/hammer/cmd_pfs.c
593
HammerVersion = version.cur_version;
sbin/hammer/cmd_pfs.c
594
if (version.cur_version < 3) {
sbin/hammer/cmd_snapshot.c
111
bzero(&version, sizeof(version));
sbin/hammer/cmd_snapshot.c
113
if (ioctl(fsfd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_snapshot.c
116
} else if (version.cur_version < 3) {
sbin/hammer/cmd_snapshot.c
123
HammerVersion = version.cur_version;
sbin/hammer/cmd_snapshot.c
452
struct hammer_ioc_version version;
sbin/hammer/cmd_snapshot.c
455
bzero(&version, sizeof(version));
sbin/hammer/cmd_snapshot.c
461
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) == 0 &&
sbin/hammer/cmd_snapshot.c
462
version.cur_version >= 3) {
sbin/hammer/cmd_snapshot.c
463
HammerVersion = version.cur_version;
sbin/hammer/cmd_snapshot.c
560
struct hammer_ioc_version version;
sbin/hammer/cmd_snapshot.c
562
bzero(&version, sizeof(version));
sbin/hammer/cmd_snapshot.c
564
if (ioctl(fsfd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_snapshot.c
568
HammerVersion = version.cur_version;
sbin/hammer/cmd_snapshot.c
569
if (version.cur_version < 3) {
sbin/hammer/cmd_snapshot.c
58
struct hammer_ioc_version version;
sbin/hammer/cmd_softprune.c
329
struct hammer_ioc_version version;
sbin/hammer/cmd_softprune.c
339
bzero(&version, sizeof(version));
sbin/hammer/cmd_softprune.c
340
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0)
sbin/hammer/cmd_softprune.c
342
HammerVersion = version.cur_version;
sbin/hammer/cmd_softprune.c
343
if (version.cur_version < 3)
sbin/hammer/cmd_version.c
106
struct hammer_ioc_version version;
sbin/hammer/cmd_version.c
122
bzero(&version, sizeof(version));
sbin/hammer/cmd_version.c
123
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_version.c
127
HammerVersion = version.cur_version;
sbin/hammer/cmd_version.c
128
overs = version.cur_version;
sbin/hammer/cmd_version.c
130
version.cur_version = strtol(av[1], NULL, 0);
sbin/hammer/cmd_version.c
131
nvers = version.cur_version;
sbin/hammer/cmd_version.c
133
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_version.c
137
HammerVersion = version.cur_version;
sbin/hammer/cmd_version.c
138
if (version.cur_version >= version.wip_version && ac != 3) {
sbin/hammer/cmd_version.c
144
if (ioctl(fd, HAMMERIOC_SET_VERSION, &version) < 0) {
sbin/hammer/cmd_version.c
148
if (version.head.error) {
sbin/hammer/cmd_version.c
48
struct hammer_ioc_version version;
sbin/hammer/cmd_version.c
66
bzero(&version, sizeof(version));
sbin/hammer/cmd_version.c
67
if (ioctl(fd, HAMMERIOC_GET_VERSION, &version) < 0) {
sbin/hammer/cmd_version.c
71
HammerVersion = version.cur_version;
sbin/hammer/cmd_version.c
73
snprintf(wip, 16, "%d", version.wip_version);
sbin/hammer/cmd_version.c
75
version.min_version,
sbin/hammer/cmd_version.c
76
(version.wip_version > version.max_version) ? "none" : wip,
sbin/hammer/cmd_version.c
77
version.max_version,
sbin/hammer/cmd_version.c
78
version.cur_version,
sbin/hammer/cmd_version.c
79
version.description
sbin/hammer/cmd_version.c
86
version.cur_version = 1;
sbin/hammer/cmd_version.c
88
while (ioctl(fd, HAMMERIOC_GET_VERSION, &version) == 0) {
sbin/hammer/cmd_version.c
90
version.cur_version,
sbin/hammer/cmd_version.c
91
(version.cur_version < version.wip_version ?
sbin/hammer/cmd_version.c
93
version.description);
sbin/hammer/cmd_version.c
94
++version.cur_version;
sbin/hammer2/cmd_debug.c
1041
tabprintf(tab, "version %d\n", media.ipdata.meta.version);
sbin/hammer2/cmd_debug.c
613
printf(" version %d\n", voldata->version);
sbin/hammer2/cmd_volume.c
86
printf("version %d\n", vollist.version);
sbin/hammer2/hammer2_subs.h
59
int version;
sbin/hammer2/ondisk.c
230
fso.version = voldata.version;
sbin/hammer2/ondisk.c
235
if (fso.version != (int)voldata.version)
sbin/hammer2/ondisk.c
237
fso.version, (int)voldata.version);
sbin/hammer2/ondisk.c
273
if (fsp->version == -1)
sbin/hammer2/ondisk.c
274
errx(1, "Bad volume version %d", fsp->version);
sbin/hammer2/ondisk.c
471
if (fsp->version >= HAMMER2_VOL_VERSION_MULTI_VOLUMES)
sbin/hammer2/ondisk.c
72
fsp->version = -1;
sbin/hammer2/print_inode.c
80
printf("version = %u\n", meta->version);
sbin/hammer2/zlib/hammer2_zlib.h
527
const char *version, int stream_size);
sbin/hammer2/zlib/hammer2_zlib.h
529
const char *version, int stream_size);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
100
int memLevel, int strategy, const char *version,
sbin/hammer2/zlib/hammer2_zlib_deflate.c
193
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
196
Z_DEFAULT_STRATEGY, version, stream_size);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
203
int memLevel, int strategy, const char *version, int stream_size)
sbin/hammer2/zlib/hammer2_zlib_deflate.c
214
if (version == Z_NULL || version[0] != my_version[0] ||
sbin/hammer2/zlib/hammer2_zlib_inflate.c
180
inflateInit2_(z_streamp strm, int windowBits, const char *version,
sbin/hammer2/zlib/hammer2_zlib_inflate.c
186
if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
sbin/hammer2/zlib/hammer2_zlib_inflate.c
205
inflateInit_(z_streamp strm, const char *version, int stream_size)
sbin/hammer2/zlib/hammer2_zlib_inflate.c
207
return inflateInit2_(strm, DEF_WBITS, version, stream_size);
sbin/hammer2/zlib/hammer2_zlib_inflate.c
99
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
sbin/ifconfig/ifconfig.c
1428
mstat.version = sizeof(struct module_stat);
sbin/kldload/kldload.c
76
kldst.version = sizeof(struct kld_file_stat);
sbin/kldstat/kldstat.c
154
stat.version = sizeof(struct module_stat);
sbin/kldstat/kldstat.c
50
stat.version = sizeof(struct module_stat);
sbin/kldstat/kldstat.c
64
stat.version = sizeof(struct kld_file_stat);
sbin/kldunload/kldunload.c
93
stat.version = sizeof stat;
sbin/ldconfig/elfhints.c
220
if (hdr->version != 1)
sbin/ldconfig/elfhints.c
222
hdr->version);
sbin/ldconfig/elfhints.c
271
hdr.version = 1;
sbin/natacontrol/natacontrol.c
164
printf("ATA/ATAPI revision %d\n", version(parm->version_major));
sbin/natacontrol/natacontrol.c
189
printf("ATA/ATAPI revision %d\n", version(parm->version_major));
sbin/newfs_hammer/newfs_hammer.c
695
idata->version = HAMMER_INODE_DATA_VERSION;
sbin/newfs_hammer2/mkfs_hammer2.c
345
rawip->meta.version = HAMMER2_INODE_VERSION_ONE;
sbin/newfs_hammer2/mkfs_hammer2.c
424
rawip->meta.version = HAMMER2_INODE_VERSION_ONE;
sbin/newfs_hammer2/mkfs_hammer2.c
569
voldata->version = opt->Hammer2Version;
sbin/newfs_hammer2/mkfs_hammer2.c
572
if (voldata->version >= HAMMER2_VOL_VERSION_MULTI_VOLUMES) {
sbin/newfs_hammer2/mkfs_hammer2.c
65
int version = HAMMER2_VOL_VERSION_DEFAULT;
sbin/newfs_hammer2/mkfs_hammer2.c
66
size_t olen = sizeof(version);
sbin/newfs_hammer2/mkfs_hammer2.c
69
&version, &olen, NULL, 0) == 0) {
sbin/newfs_hammer2/mkfs_hammer2.c
698
fso.version = opt->Hammer2Version;
sbin/newfs_hammer2/mkfs_hammer2.c
70
if (version >= HAMMER2_VOL_VERSION_WIP) {
sbin/newfs_hammer2/mkfs_hammer2.c
71
version = HAMMER2_VOL_VERSION_WIP - 1;
sbin/newfs_hammer2/mkfs_hammer2.c
77
version);
sbin/newfs_hammer2/mkfs_hammer2.c
84
version);
sbin/newfs_hammer2/mkfs_hammer2.c
86
return(version);
sbin/savecore/savecore.c
303
if (dtoh32(kdhl.version) != KERNELDUMPVERSION) {
sbin/savecore/savecore.c
306
dtoh32(kdhl.version), device);
sbin/svc/execute.c
889
info.version = 1;
share/examples/kld/syscall/test/call.c
53
stat.version = sizeof(stat);
share/examples/scsi_target/scsi_cmds.c
333
inq->version = SCSI_REV_3; /* was 2 */
stand/boot/common/bootstrap.h
245
int file_addmodule(struct preloaded_file *fp, char *modname, int version,
stand/boot/common/fs.h
216
int32_t version; /* version of command structure */
stand/boot/common/module.c
1002
size = read(fd, &version, sizeof(version));
stand/boot/common/module.c
1003
if (size != sizeof(version) || version != LINKER_HINTS_VERSION)
stand/boot/common/module.c
867
file_addmodule(struct preloaded_file *fp, char *modname, int version,
stand/boot/common/module.c
874
mdepend.md_ver_preferred = version;
stand/boot/common/module.c
883
mp->m_version = version;
stand/boot/common/module.c
989
int fd, size, version;
stand/boot/common/module.c
995
st.st_size < (ssize_t)(sizeof(version) + sizeof(int)) ||
sys/bus/cam/scsi/scsi_all.h
695
u_int8_t version;
sys/bus/cam/scsi/scsi_all.h
696
#define SID_ANSI_REV(inq_data) ((inq_data)->version & 0x07)
sys/bus/smbus/ichiic/ig4_acpi.c
108
sc->version = IG4_ATOM;
sys/bus/smbus/ichiic/ig4_iic.c
1033
if (sc->version == IG4_HASWELL || sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
1037
if (sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
1041
if (sc->version == IG4_HASWELL || sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
1044
} else if (sc->version == IG4_SKYLAKE) {
sys/bus/smbus/ichiic/ig4_iic.c
1047
if (sc->version == IG4_HASWELL) {
sys/bus/smbus/ichiic/ig4_iic.c
1050
} else if (sc->version >= IG4_SKYLAKE) {
sys/bus/smbus/ichiic/ig4_iic.c
499
device_printf(sc->dev, "version %d ", sc->version);
sys/bus/smbus/ichiic/ig4_iic.c
500
if (sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
504
if (sc->version == IG4_HASWELL || sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
513
if (sc->version == IG4_HASWELL &&
sys/bus/smbus/ichiic/ig4_iic.c
522
if (sc->version == IG4_HASWELL) {
sys/bus/smbus/ichiic/ig4_iic.c
527
} else if (sc->version >= IG4_SKYLAKE) {
sys/bus/smbus/ichiic/ig4_iic.c
534
if (sc->version == IG4_HASWELL || sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
620
if (sc->version == IG4_HASWELL || sc->version == IG4_ATOM) {
sys/bus/smbus/ichiic/ig4_iic.c
623
} else if (sc->version >= IG4_SKYLAKE) {
sys/bus/smbus/ichiic/ig4_pci.c
100
enum ig4_vers version;
sys/bus/smbus/ichiic/ig4_pci.c
151
sc->version = ig4iic_pci_devices[i].version;
sys/bus/smbus/ichiic/ig4_var.h
69
enum ig4_vers version;
sys/bus/u4b/controller/ehci.c
295
uint32_t version;
sys/bus/u4b/controller/ehci.c
320
version = EHCI_HCIVERSION(EREAD4(sc, EHCI_CAPLEN_HCIVERSION));
sys/bus/u4b/controller/ehci.c
322
version >> 8, version & 0xff);
sys/bus/u4b/uvc/uvc_v4l2.c
134
cap.version = V4L_VERSION(3, 14, 1);
sys/bus/u4b/wlan/if_urtwn.c
3905
le16toh(hdr->version), le16toh(hdr->subversion),
sys/bus/u4b/wlan/if_urtwnreg.h
1021
uint8_t version;
sys/bus/u4b/wlan/if_urtwnreg.h
1040
uint8_t version;
sys/bus/u4b/wlan/if_urtwnreg.h
920
uint16_t version;
sys/dev/disk/ahci/ahci_cam.c
1117
rdata->inquiry_data.version = SCSI_REV_SPC2;
sys/dev/disk/dm/crypt/dm_target_crypt.c
1077
dmt->version[0] = 1;
sys/dev/disk/dm/crypt/dm_target_crypt.c
1078
dmt->version[1] = 6;
sys/dev/disk/dm/crypt/dm_target_crypt.c
1079
dmt->version[2] = 0;
sys/dev/disk/dm/delay/dm_target_delay.c
425
dmt->version[0] = 1;
sys/dev/disk/dm/delay/dm_target_delay.c
426
dmt->version[1] = 0;
sys/dev/disk/dm/delay/dm_target_delay.c
427
dmt->version[2] = 0;
sys/dev/disk/dm/dm.h
170
uint32_t version[3];
sys/dev/disk/dm/dm_target.c
246
prop_array_add_uint32(ver, dm_target->version[i]);
sys/dev/disk/dm/dm_target_error.c
62
dmt->version[0] = 1;
sys/dev/disk/dm/dm_target_error.c
63
dmt->version[1] = 0;
sys/dev/disk/dm/dm_target_error.c
64
dmt->version[2] = 0;
sys/dev/disk/dm/dm_target_zero.c
63
dmt->version[0] = 1;
sys/dev/disk/dm/dm_target_zero.c
64
dmt->version[1] = 0;
sys/dev/disk/dm/dm_target_zero.c
65
dmt->version[2] = 0;
sys/dev/disk/dm/flakey/dm_target_flakey.c
412
dmt->version[0] = 1;
sys/dev/disk/dm/flakey/dm_target_flakey.c
413
dmt->version[1] = 0;
sys/dev/disk/dm/flakey/dm_target_flakey.c
414
dmt->version[2] = 0;
sys/dev/disk/dm/linear/dm_target_linear.c
177
dmt->version[0] = 1;
sys/dev/disk/dm/linear/dm_target_linear.c
178
dmt->version[1] = 0;
sys/dev/disk/dm/linear/dm_target_linear.c
179
dmt->version[2] = 2;
sys/dev/disk/dm/striped/dm_target_striped.c
488
dmt->version[0] = 1;
sys/dev/disk/dm/striped/dm_target_striped.c
489
dmt->version[1] = 0;
sys/dev/disk/dm/striped/dm_target_striped.c
490
dmt->version[2] = 3;
sys/dev/disk/nata/ata-disk.c
547
ad_version(u_int16_t version)
sys/dev/disk/nata/ata-disk.c
551
if (version == 0xffff)
sys/dev/disk/nata/ata-disk.c
554
if (version & (1<<bit))
sys/dev/disk/nata/ata-disk.c
85
static int ad_version(u_int16_t version);
sys/dev/disk/nata/ata-raid.c
2333
bcopy(INTEL_VERSION_1100, meta->version, sizeof(meta->version));
sys/dev/disk/nata/ata-raid.c
2724
meta->version = JMICRON_VERSION;
sys/dev/disk/nata/ata-raid.c
4564
kprintf("version <%.6s>\n", meta->version);
sys/dev/disk/nata/ata-raid.c
4662
kprintf("version 0x%04x\n", meta->version);
sys/dev/disk/nata/ata-raid.c
4704
kprintf("version 0x%04x\n", meta->version);
sys/dev/disk/nata/ata-raid.c
4753
kprintf("version 0x%04x\n", meta->version);
sys/dev/disk/nata/ata-raid.c
4810
kprintf("version 0x%04x\n", meta->version);
sys/dev/disk/nata/ata-raid.h
300
u_int8_t version[6];
sys/dev/disk/nata/ata-raid.h
420
u_int16_t version;
sys/dev/disk/nata/ata-raid.h
465
u_int16_t version;
sys/dev/disk/nata/ata-raid.h
537
u_int16_t version; /* 0x0131 for this version */
sys/dev/disk/nata/ata-raid.h
594
u_int16_t version;
sys/dev/disk/nata/chipsets/ata-ahci.c
115
version = ATA_INL(ctlr->r_res2, ATA_AHCI_VS);
sys/dev/disk/nata/chipsets/ata-ahci.c
118
(version >> 24) & 0xff, (version >> 16) & 0xff,
sys/dev/disk/nata/chipsets/ata-ahci.c
119
(version >> 8) & 0xff, version & 0xff,
sys/dev/disk/nata/chipsets/ata-ahci.c
75
u_int32_t version;
sys/dev/disk/sdhci/sdhci.c
1002
if (slot->version < SDHCI_SPEC_300)
sys/dev/disk/sdhci/sdhci.c
1914
if (slot->version < SDHCI_SPEC_300) {
sys/dev/disk/sdhci/sdhci.c
292
if (slot->version < SDHCI_SPEC_300) {
sys/dev/disk/sdhci/sdhci.c
650
slot->version = (RD2(slot, SDHCI_HOST_VERSION)
sys/dev/disk/sdhci/sdhci.c
657
if (slot->version >= SDHCI_SPEC_300)
sys/dev/disk/sdhci/sdhci.c
662
if (slot->version >= SDHCI_SPEC_300) {
sys/dev/disk/sdhci/sdhci.c
676
if (slot->version >= SDHCI_SPEC_300)
sys/dev/disk/sdhci/sdhci.c
817
(slot->version < SDHCI_SPEC_300) ? "" :
sys/dev/disk/sdhci/sdhci.c
905
if (slot->version >= SDHCI_SPEC_300)
sys/dev/disk/sdhci/sdhci.c
926
if (slot->version < SDHCI_SPEC_300)
sys/dev/disk/sdhci/sdhci.h
369
u_char version;
sys/dev/disk/sili/sili_cam.c
1061
rdata->inquiry_data.version = SCSI_REV_SPC2;
sys/dev/drm/amd/amdgpu/amdgpu.h
276
const struct amdgpu_ip_block_version *version;
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
202
ip_block->version->major, ip_block->version->minor);
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
210
DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
544
DRM_DEBUG_DRIVER("ATCS version %u\n", output.version);
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
232
info->version = (uint16_t)le32_to_cpu(header->header.ucode_version);
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
469
info->version = adev->pm.fw_version;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1041
if (adev->ip_blocks[i].version->type != block_type)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1043
if (!adev->ip_blocks[i].version->funcs->set_clockgating_state)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1045
r = adev->ip_blocks[i].version->funcs->set_clockgating_state(
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1049
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1075
if (adev->ip_blocks[i].version->type != block_type)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1077
if (!adev->ip_blocks[i].version->funcs->set_powergating_state)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1079
r = adev->ip_blocks[i].version->funcs->set_powergating_state(
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1083
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1107
if (adev->ip_blocks[i].version->funcs->get_clockgating_state)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1108
adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1129
if (adev->ip_blocks[i].version->type == block_type) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1130
r = adev->ip_blocks[i].version->funcs->wait_for_idle((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1157
if (adev->ip_blocks[i].version->type == block_type)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1158
return adev->ip_blocks[i].version->funcs->is_idle((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1180
if (adev->ip_blocks[i].version->type == type)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1203
if (ip_block && ((ip_block->version->major > major) ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1204
((ip_block->version->major == major) &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1205
(ip_block->version->minor >= minor))))
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1229
adev->ip_blocks[adev->num_ip_blocks++].version = ip_block_version;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1507
i, adev->ip_blocks[i].version->funcs->name);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1510
if (adev->ip_blocks[i].version->funcs->early_init) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1511
r = adev->ip_blocks[i].version->funcs->early_init((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1516
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1542
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1543
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1544
r = adev->ip_blocks[i].version->funcs->hw_init(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1547
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1566
r = adev->ip_blocks[i].version->funcs->hw_init(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1569
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1585
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1589
r = adev->ip_blocks[i].version->funcs->resume(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1592
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1596
r = adev->ip_blocks[i].version->funcs->hw_init(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1599
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1637
r = adev->ip_blocks[i].version->funcs->sw_init((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1640
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1646
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1652
r = adev->ip_blocks[i].version->funcs->hw_init((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1757
if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_UVD &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1758
adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCE &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1759
adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCN &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1760
adev->ip_blocks[i].version->funcs->set_clockgating_state) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1762
r = adev->ip_blocks[i].version->funcs->set_clockgating_state((void *)adev,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1766
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1787
if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_UVD &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1788
adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCE &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1789
adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCN &&
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1790
adev->ip_blocks[i].version->funcs->set_powergating_state) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1792
r = adev->ip_blocks[i].version->funcs->set_powergating_state((void *)adev,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1796
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1823
if (adev->ip_blocks[i].version->funcs->late_init) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1824
r = adev->ip_blocks[i].version->funcs->late_init((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1827
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1870
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1871
r = adev->ip_blocks[i].version->funcs->hw_fini((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1875
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1887
r = adev->ip_blocks[i].version->funcs->hw_fini((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1891
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1902
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1909
r = adev->ip_blocks[i].version->funcs->sw_fini((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1913
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1923
if (adev->ip_blocks[i].version->funcs->late_fini)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1924
adev->ip_blocks[i].version->funcs->late_fini((void *)adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2028
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2030
r = adev->ip_blocks[i].version->funcs->suspend(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2034
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2061
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2064
r = adev->ip_blocks[i].version->funcs->suspend(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2068
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2122
if (block->version->type != ip_order[i] ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2126
r = block->version->funcs->hw_init(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2127
DRM_INFO("RE-INIT: %s %s\n", block->version->funcs->name, r?"failed":"succeeded");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2156
if (block->version->type != ip_order[i] ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2160
r = block->version->funcs->hw_init(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2161
DRM_INFO("RE-INIT: %s %s\n", block->version->funcs->name, r?"failed":"succeeded");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2189
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2190
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2191
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2192
r = adev->ip_blocks[i].version->funcs->resume(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2195
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2224
if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2225
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2226
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2227
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2229
r = adev->ip_blocks[i].version->funcs->resume(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2232
adev->ip_blocks[i].version->funcs->name, r);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3031
if (adev->ip_blocks[i].version->funcs->check_soft_reset)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3033
adev->ip_blocks[i].version->funcs->check_soft_reset(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3035
DRM_INFO("IP block:%s is hung!\n", adev->ip_blocks[i].version->funcs->name);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3061
adev->ip_blocks[i].version->funcs->pre_soft_reset) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3062
r = adev->ip_blocks[i].version->funcs->pre_soft_reset(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3090
if ((adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3091
(adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3092
(adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_ACP) ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3093
(adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE) ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3094
adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3123
adev->ip_blocks[i].version->funcs->soft_reset) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3124
r = adev->ip_blocks[i].version->funcs->soft_reset(adev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3152
adev->ip_blocks[i].version->funcs->post_soft_reset)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3153
r = adev->ip_blocks[i].version->funcs->post_soft_reset(adev);
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
436
if (adev->ip_blocks[i].version->type == type &&
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
446
result->hw_ip_version_major = adev->ip_blocks[i].version->major;
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
447
result->hw_ip_version_minor = adev->ip_blocks[i].version->minor;
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
549
if (adev->ip_blocks[i].version->type == type &&
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
421
AMDGPU_FW_VRAM_VF2PF_WRITE(adev, header.version,
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
428
if (THIS_MODULE->version != NULL)
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
429
strcpy(str, THIS_MODULE->version);
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
148
uint32_t version;
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
230
if (adev->virt.fw_reserve.p_pf2vf->version == 1) \
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
232
if (adev->virt.fw_reserve.p_pf2vf->version == 2) \
sys/dev/drm/amd/amdgpu/amdgpu_virt.h
92
uint32_t version;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1071
if (ip_block->version->major <= 7)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1073
else if (ip_block->version->major == 8)
sys/dev/drm/amd/amdgpu/mmsch_v1_0.h
40
uint32_t version;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
792
header->version = MMSCH_VERSION;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
222
header->version = MMSCH_VERSION;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5863
if (edid_check_required == true && (edid->version > 1 ||
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5864
(edid->version == 1 && edid->revision > 1))) {
sys/dev/drm/amd/display/dc/bios/command_table.c
122
uint32_t version =
sys/dev/drm/amd/display/dc/bios/command_table.c
125
switch (version) {
sys/dev/drm/amd/display/dc/bios/command_table2.c
100
dm_output_to_console("Don't have dig_encoder_control for v%d\n", version);
sys/dev/drm/amd/display/dc/bios/command_table2.c
92
uint32_t version =
sys/dev/drm/amd/display/dc/bios/command_table2.c
95
switch (version) {
sys/dev/drm/amd/display/dc/calcs/calcs_logger.h
36
DC_LOG_BANDWIDTH_CALCS(" [enum] bw_calcs_version version %d", dceip->version);
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
2033
enum bw_calcs_version version = bw_calcs_version_from_asic_id(asic_id);
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
2035
dceip.version = version;
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
2037
switch (version) {
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
3172
if (dceip->version != BW_CALCS_VERSION_CARRIZO) {
sys/dev/drm/amd/display/dc/calcs/dce_calcs.c
3413
if (dceip->version == BW_CALCS_VERSION_CARRIZO) {
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
50
uint8_t version[2];
sys/dev/drm/amd/display/dc/core/dc_resource.c
2192
hdmi_info.bits.header.version = 2;
sys/dev/drm/amd/display/dc/inc/dce_calcs.h
134
enum bw_calcs_version version;
sys/dev/drm/amd/display/include/set_mode_types.h
42
uint8_t version;
sys/dev/drm/amd/include/amd_acpi.h
31
u16 version; /* version */
sys/dev/drm/amd/include/amd_acpi.h
62
u16 version; /* version */
sys/dev/drm/amd/include/atomfirmware.h
1021
uint8_t version;
sys/dev/drm/amd/include/cgs_common.h
69
uint16_t version;
sys/dev/drm/amd/powerplay/hwmgr/processpptables.c
680
uint8_t version,
sys/dev/drm/amd/powerplay/hwmgr/processpptables.c
759
if (ATOM_PPLIB_NONCLOCKINFO_VER1 < version) {
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
559
uint32_t version;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
626
uint32_t version;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
661
uint32_t version;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
626
uint32_t version;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
655
uint32_t version;
sys/dev/drm/amd/powerplay/inc/smu_ucode_xfer_vi.h
74
uint16_t version;
sys/dev/drm/amd/powerplay/inc/smu_ucode_xfer_vi.h
83
uint16_t version;
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
2319
hwmgr->smu_version = info.version;
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
204
hwmgr->smu_version = info.version;
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
123
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
151
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
246
priv->smu_tables.entry[SMU10_WMTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
262
priv->smu_tables.entry[SMU10_CLOCKTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.h
33
uint32_t version;
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
317
entry->version = info.fw_version;
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
496
hwmgr->smu_version = info.version;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
201
priv->smu_tables.entry[PPTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
217
priv->smu_tables.entry[WMTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
233
priv->smu_tables.entry[AVFSTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
248
priv->smu_tables.entry[TOOLSTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
264
priv->smu_tables.entry[AVFSFUSETABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
43
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
70
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.h
29
uint32_t version;
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
227
priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
242
priv->smu_tables.entry[TABLE_WATERMARKS].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
257
priv->smu_tables.entry[TABLE_PMSTATUSLOG].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
273
priv->smu_tables.entry[TABLE_AVFS_FUSE_OVERRIDE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
287
priv->smu_tables.entry[TABLE_OVERDRIVE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
48
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
86
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.h
31
uint32_t version;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
172
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
212
PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
403
priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
417
priv->smu_tables.entry[TABLE_WATERMARKS].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
431
priv->smu_tables.entry[TABLE_PMSTATUSLOG].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
445
priv->smu_tables.entry[TABLE_OVERDRIVE].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
459
priv->smu_tables.entry[TABLE_SMU_METRICS].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
473
priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].version = 0x01;
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.h
30
uint32_t version;
sys/dev/drm/drm_edid.c
1446
if (edid->version != 1) {
sys/dev/drm/drm_edid.c
1447
DRM_NOTE("EDID has major version %d, instead of 1\n", edid->version);
sys/dev/drm/drm_edid.c
50
(((edid)->version > (maj)) || \
sys/dev/drm/drm_edid.c
51
((edid)->version == (maj) && (edid)->revision > (min)))
sys/dev/drm/drm_ioctl.c
496
struct drm_version *version = data;
sys/dev/drm/drm_ioctl.c
508
version->version_major = dev->driver->major;
sys/dev/drm/drm_ioctl.c
509
version->version_minor = dev->driver->minor;
sys/dev/drm/drm_ioctl.c
510
version->version_patchlevel = dev->driver->patchlevel;
sys/dev/drm/drm_ioctl.c
511
err = drm_copy_field(version->name, &version->name_len,
sys/dev/drm/drm_ioctl.c
514
err = drm_copy_field(version->date, &version->date_len,
sys/dev/drm/drm_ioctl.c
517
err = drm_copy_field(version->desc, &version->desc_len,
sys/dev/drm/drm_plane.c
117
blob_data->version = FORMAT_BLOB_CURRENT;
sys/dev/drm/i915/i915_drv.h
462
#define CSR_VERSION_MAJOR(version) ((version) >> 16)
sys/dev/drm/i915/i915_drv.h
463
#define CSR_VERSION_MINOR(version) ((version) & 0xffff)
sys/dev/drm/i915/i915_drv.h
470
uint32_t version;
sys/dev/drm/i915/i915_gpu_error.c
701
CSR_VERSION_MAJOR(csr->version),
sys/dev/drm/i915/i915_gpu_error.c
702
CSR_VERSION_MINOR(csr->version));
sys/dev/drm/i915/intel_bios.c
1117
if (sequence->version >= 4) {
sys/dev/drm/i915/intel_bios.c
1119
sequence->version);
sys/dev/drm/i915/intel_bios.c
1123
DRM_DEBUG_DRIVER("Found MIPI sequence block v%u\n", sequence->version);
sys/dev/drm/i915/intel_bios.c
1150
if (sequence->version >= 3)
sys/dev/drm/i915/intel_bios.c
1162
dev_priv->vbt.dsi.seq_version = sequence->version;
sys/dev/drm/i915/intel_bios.c
1508
if (bdb->version < 106) {
sys/dev/drm/i915/intel_bios.c
1510
} else if (bdb->version < 111) {
sys/dev/drm/i915/intel_bios.c
1512
} else if (bdb->version < 195) {
sys/dev/drm/i915/intel_bios.c
1514
} else if (bdb->version == 195) {
sys/dev/drm/i915/intel_bios.c
1516
} else if (bdb->version <= 215) {
sys/dev/drm/i915/intel_bios.c
1518
} else if (bdb->version <= 216) {
sys/dev/drm/i915/intel_bios.c
1524
bdb->version, expected_size);
sys/dev/drm/i915/intel_bios.c
1530
defs->child_dev_size, expected_size, bdb->version);
sys/dev/drm/i915/intel_bios.c
1749
(int)sizeof(vbt->signature), vbt->signature, bdb->version);
sys/dev/drm/i915/intel_bios.c
1764
parse_sdvo_device_mapping(dev_priv, bdb->version);
sys/dev/drm/i915/intel_bios.c
1765
parse_ddi_ports(dev_priv, bdb->version);
sys/dev/drm/i915/intel_bios.c
327
if (bdb->version >= 191 &&
sys/dev/drm/i915/intel_bios.c
415
if (bdb->version >= 155 &&
sys/dev/drm/i915/intel_bios.c
539
if (bdb->version >= 134 &&
sys/dev/drm/i915/intel_bios.c
654
if (bdb->version >= 173) {
sys/dev/drm/i915/intel_bios.c
713
if (bdb->version >= 205 &&
sys/dev/drm/i915/intel_bios.c
760
u16 version, enum port port)
sys/dev/drm/i915/intel_bios.c
762
if (!dev_priv->vbt.dsi.config->dual_link || version < 197) {
sys/dev/drm/i915/intel_bios.c
853
parse_dsi_backlight_ports(dev_priv, bdb->version, port);
sys/dev/drm/i915/intel_bios.c
868
int header_size = sequence->version >= 3 ? 5 : 3;
sys/dev/drm/i915/intel_bios.c
873
if (sequence->version >= 3)
sys/dev/drm/i915/intel_bios.c
883
if (sequence->version >= 3)
sys/dev/drm/i915/intel_csr.c
102
uint32_t version;
sys/dev/drm/i915/intel_csr.c
306
csr->version = css_header->version;
sys/dev/drm/i915/intel_csr.c
310
required_version = csr->version;
sys/dev/drm/i915/intel_csr.c
328
if (csr->version != required_version) {
sys/dev/drm/i915/intel_csr.c
331
CSR_VERSION_MAJOR(csr->version),
sys/dev/drm/i915/intel_csr.c
332
CSR_VERSION_MINOR(csr->version),
sys/dev/drm/i915/intel_csr.c
448
CSR_VERSION_MAJOR(csr->version),
sys/dev/drm/i915/intel_csr.c
449
CSR_VERSION_MINOR(csr->version));
sys/dev/drm/i915/intel_guc_fwif.h
568
u32 version;
sys/dev/drm/i915/intel_vbt_defs.h
55
u16 version;
sys/dev/drm/i915/intel_vbt_defs.h
73
u16 version;
sys/dev/drm/i915/intel_vbt_defs.h
911
u8 version;
sys/dev/drm/include/drm/drm_edid.h
110
u8 version;
sys/dev/drm/include/drm/drm_edid.h
291
u8 version;
sys/dev/drm/include/linux/hdmi.h
142
unsigned char version;
sys/dev/drm/include/linux/hdmi.h
186
unsigned char version;
sys/dev/drm/include/linux/hdmi.h
259
unsigned char version;
sys/dev/drm/include/linux/hdmi.h
291
unsigned char version;
sys/dev/drm/include/linux/hdmi.h
306
unsigned char version;
sys/dev/drm/include/linux/hdmi.h
49
unsigned char version;
sys/dev/drm/include/uapi/drm/drm.h
157
struct drm_version __user *version;
sys/dev/drm/include/uapi/drm/drm_mode.h
758
__u32 version;
sys/dev/drm/linux_hdmi.c
168
frame->version = 1;
sys/dev/drm/linux_hdmi.c
206
ptr[1] = frame->version;
sys/dev/drm/linux_hdmi.c
235
frame->version = 1;
sys/dev/drm/linux_hdmi.c
276
ptr[1] = frame->version;
sys/dev/drm/linux_hdmi.c
310
frame->version = 1;
sys/dev/drm/linux_hdmi.c
366
ptr[1] = frame->version;
sys/dev/drm/linux_hdmi.c
470
frame->version, frame->length);
sys/dev/drm/linux_hdmi.c
64
frame->version = 2;
sys/dev/drm/linux_hdmi.c
99
ptr[1] = frame->version;
sys/dev/drm/radeon/radeon_acpi.c
223
DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
sys/dev/drm/radeon/radeon_acpi.c
40
u16 version; /* version */
sys/dev/drm/radeon/radeon_acpi.c
505
DRM_DEBUG_DRIVER("ATCS version %u\n", output.version);
sys/dev/drm/radeon/radeon_acpi.c
71
u16 version; /* version */
sys/dev/misc/dcons/dcons.c
163
if (buf->version != htonl(DCONS_VERSION))
sys/dev/misc/dcons/dcons.c
205
buf->version = htonl(DCONS_VERSION);
sys/dev/misc/dcons/dcons.h
51
V u_int32_t version;
sys/dev/misc/evdev/evdev.c
417
uint16_t product, uint16_t version)
sys/dev/misc/evdev/evdev.c
424
.version = version
sys/dev/misc/evdev/input.h
55
uint16_t version;
sys/dev/misc/ichwd/ichwd.c
440
id->version, id->desc);
sys/dev/misc/ichwd/ichwd.c
474
if (id_p->version >= 6) {
sys/dev/misc/ichwd/ichwd.c
533
sc->ich_version = id_p->version;
sys/dev/misc/ichwd/ichwd.h
37
unsigned int version;
sys/dev/misc/kbd/atkbdc.c
108
const char *version;
sys/dev/misc/kbd/atkbdc.c
1212
int command, version;
sys/dev/misc/kbd/atkbdc.c
1227
(version = read_controller_data(p)) == command)
sys/dev/misc/kbd/atkbdc.c
1230
return (version);
sys/dev/misc/kbd/atkbdc.c
1252
int version;
sys/dev/misc/kbd/atkbdc.c
1254
version = set_aux_mux_state(p, TRUE);
sys/dev/misc/kbd/atkbdc.c
1255
if (version >= 0) {
sys/dev/misc/kbd/atkbdc.c
1260
return (version);
sys/dev/misc/kbd/atkbdc.c
145
char *version = kgetenv("smbios.bios.version");
sys/dev/misc/kbd/atkbdc.c
152
QUIRK_STR_MATCH(quirks[i].version, version))
sys/dev/misc/kbd/atkbdc.c
161
(version != NULL && *version == ' ') &&
sys/dev/misc/psm/psm.c
6318
int port, version;
sys/dev/misc/psm/psm.c
6329
version = enable_aux_mux(kbdc);
sys/dev/misc/psm/psm.c
6330
if (version == -1)
sys/dev/misc/psm/psm.c
6344
"active port(s)\n", version >> 4 & 0x0f, version & 0x0f,
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
167
word = __bswap16(ee->ee_base.baseEepHeader.version);
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
168
ee->ee_base.baseEepHeader.version = word;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
287
(((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
289
(((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
31
#define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
401
AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
103
uint8_t version;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
57
uint16_t version; /* Swapped w/ length; check ah_eeprom_v14.h */
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
205
word = __bswap16(ee->baseEepHeader.version);
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
206
ee->baseEepHeader.version = word;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
30
#define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
323
(((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
325
(((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
439
AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
164
uint16_t version; /* NB: length in EEPROM */
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
161
word = __bswap16(ee->baseEepHeader.version);
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
162
ee->baseEepHeader.version = word;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
277
(((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
279
(((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
32
#define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
391
AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
124
uint8_t version; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
61
uint16_t version; /* NB: length in EEPROM */
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
288
uint8_t version;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
307
if (macs[i].version == macVersion &&
sys/dev/netif/ath/ath_hal/ar9002/ar9285_diversity.c
69
if (pModal->version < 3) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.c
97
if (pModal->version < 3)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
202
if ((eep->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
264
if (pModal->version >= 2) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
282
} else if (pModal->version == 1) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
336
if ((eep->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
344
if ((eep->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
60
if ((pEepData->baseEepHeader.version & AR9287_EEP_VER_MINOR_MASK) >=
sys/dev/netif/ig_hal/e1000_i210.c
509
u16 version = 0;
sys/dev/netif/ig_hal/e1000_i210.c
526
version = 0;
sys/dev/netif/ig_hal/e1000_i210.c
533
version = (*record & E1000_INVM_VER_FIELD_ONE) >> 3;
sys/dev/netif/ig_hal/e1000_i210.c
544
version = (*next_record & E1000_INVM_VER_FIELD_TWO)
sys/dev/netif/ig_hal/e1000_i210.c
555
version = (*record & E1000_INVM_VER_FIELD_ONE) >> 3;
sys/dev/netif/ig_hal/e1000_i210.c
562
invm_ver->invm_major = (version & E1000_INVM_MAJOR_MASK)
sys/dev/netif/ig_hal/e1000_i210.c
564
invm_ver->invm_minor = version & E1000_INVM_MINOR_MASK;
sys/dev/netif/iwi/if_iwi.c
2219
if ((IWI_FW_GET_MAJOR(le32toh(hdr->version)) != IWI_FW_REQ_MAJOR) ||
sys/dev/netif/iwi/if_iwi.c
2220
(IWI_FW_GET_MINOR(le32toh(hdr->version)) != IWI_FW_REQ_MINOR)) {
sys/dev/netif/iwi/if_iwi.c
2222
fp->name, IWI_FW_GET_MAJOR(le32toh(hdr->version)),
sys/dev/netif/iwi/if_iwi.c
2223
IWI_FW_GET_MINOR(le32toh(hdr->version)), IWI_FW_REQ_MAJOR,
sys/dev/netif/iwi/if_iwi.c
2254
if (uc->fp == NULL && fw->fp != NULL && fw->fp->version < 300)
sys/dev/netif/iwi/if_iwi.c
2302
if (fp->version < 300) {
sys/dev/netif/iwi/if_iwi.c
2324
if (sc->fw_boot.fp->version != sc->fw_fw.fp->version ||
sys/dev/netif/iwi/if_iwi.c
2325
sc->fw_boot.fp->version != sc->fw_uc.fp->version) {
sys/dev/netif/iwi/if_iwi.c
2329
sc->fw_boot.fp->name, sc->fw_boot.fp->version,
sys/dev/netif/iwi/if_iwi.c
2330
sc->fw_uc.fp->name, sc->fw_uc.fp->version,
sys/dev/netif/iwi/if_iwi.c
2331
sc->fw_fw.fp->name, sc->fw_fw.fp->version
sys/dev/netif/iwi/if_iwireg.h
142
uint32_t version;
sys/dev/netif/iwi/if_iwireg.h
162
uint32_t version; /* version stamp */
sys/dev/netif/iwm/if_iwm_util.c
261
cmd->hdr_wide.version = iwm_cmd_version(code);
sys/dev/netif/iwm/if_iwmreg.h
6848
iwm_cmd_id(uint8_t opcode, uint8_t groupid, uint8_t version)
sys/dev/netif/iwm/if_iwmreg.h
6850
return opcode + (groupid << 8) + (version << 16);
sys/dev/netif/iwm/if_iwmreg.h
6873
uint8_t version;
sys/dev/netif/iwn/if_iwn.c
2401
hdr.version, hdr.pa_type, le16toh(hdr.volt));
sys/dev/netif/iwn/if_iwn.c
2402
sc->calib_ver = hdr.version;
sys/dev/netif/iwn/if_iwnreg.h
1898
uint8_t version;
sys/dev/netif/mxge/if_mxge.c
621
strlcpy(sc->fw_version, hdr->version, sizeof(sc->fw_version));
sys/dev/netif/mxge/if_mxge.c
623
if_printf(sc->ifp, "firmware id: %s\n", hdr->version);
sys/dev/netif/mxge/if_mxge.c
685
fw_len = (size_t)fw->version;
sys/dev/netif/mxge/mcp_gen_header.h
72
char version[128];
sys/dev/netif/oce/oce_hw.h
1157
uint32_t version;
sys/dev/netif/oce/oce_hw.h
954
uint32_t version:8;
sys/dev/netif/oce/oce_hw.h
966
uint32_t version:8;
sys/dev/netif/oce/oce_if.h
1068
uint8_t version);
sys/dev/netif/oce/oce_mbox.c
1635
fwcmd->hdr.u0.req.version = OCE_MBX_VER_V1;
sys/dev/netif/oce/oce_mbox.c
1670
int rc = 0, version, num_pages;
sys/dev/netif/oce/oce_mbox.c
1676
version = OCE_MBX_VER_V1;
sys/dev/netif/oce/oce_mbox.c
1679
IS_PROFILE_SUPER_NIC(sc) ? (version = OCE_MBX_VER_V2)
sys/dev/netif/oce/oce_mbox.c
1680
: (version = OCE_MBX_VER_V0);
sys/dev/netif/oce/oce_mbox.c
1682
version = OCE_MBX_VER_V2;
sys/dev/netif/oce/oce_mbox.c
1688
version);
sys/dev/netif/oce/oce_mbox.c
1710
if (version == OCE_MBX_VER_V2)
sys/dev/netif/oce/oce_mbox.c
1773
uint8_t version;
sys/dev/netif/oce/oce_mbox.c
1784
version = OCE_MBX_VER_V2;
sys/dev/netif/oce/oce_mbox.c
1786
version = OCE_MBX_VER_V0;
sys/dev/netif/oce/oce_mbox.c
1793
version);
sys/dev/netif/oce/oce_mbox.c
1800
if (version == OCE_MBX_VER_V2) {
sys/dev/netif/oce/oce_mbox.c
1959
int version = 0;
sys/dev/netif/oce/oce_mbox.c
1980
version = OCE_MBX_VER_V1;
sys/dev/netif/oce/oce_mbox.c
1982
version = OCE_MBX_VER_V0;
sys/dev/netif/oce/oce_mbox.c
1990
version);
sys/dev/netif/oce/oce_mbox.c
2048
int version = 0;
sys/dev/netif/oce/oce_mbox.c
207
uint8_t version)
sys/dev/netif/oce/oce_mbox.c
2072
version = OCE_MBX_VER_V1;
sys/dev/netif/oce/oce_mbox.c
2074
version = OCE_MBX_VER_V0;
sys/dev/netif/oce/oce_mbox.c
2082
version);
sys/dev/netif/oce/oce_mbox.c
216
hdr->u0.req.version = version;
sys/dev/netif/oce/oce_mbox.c
545
fwcmd->params.req.version = 0;
sys/dev/netif/oce/oce_mbox.c
766
int version;
sys/dev/netif/oce/oce_mbox.c
771
version = OCE_MBX_VER_V1;
sys/dev/netif/oce/oce_mbox.c
775
version = OCE_MBX_VER_V0;
sys/dev/netif/oce/oce_mbox.c
782
version);
sys/dev/netif/oce/oce_mbox.c
904
int rc = 0, version;
sys/dev/netif/oce/oce_mbox.c
908
IS_XE201(sc) ? (version = OCE_MBX_VER_V1) : (version = OCE_MBX_VER_V0);
sys/dev/netif/oce/oce_mbox.c
916
version);
sys/dev/netif/oce/oce_queue.c
673
int version;
sys/dev/netif/oce/oce_queue.c
695
IS_XE201(sc) ? (version = OCE_MBX_VER_V1) : (version = OCE_MBX_VER_V0);
sys/dev/netif/oce/oce_queue.c
702
version);
sys/dev/netif/txp/if_txpreg.h
618
u_int32_t version;
sys/dev/netif/xe/if_xe.c
301
scp->version = XE_INB(XE_BOV);
sys/dev/netif/xe/if_xe.c
311
scp->version,
sys/dev/netif/xe/if_xevar.h
62
u_char version; /* Bonding Version register from card */
sys/dev/powermng/powernow/powernow.c
111
uint8_t version;
sys/dev/powermng/powernow/powernow.c
179
if (psb->version != PN8_PSB_VERSION)
sys/dev/raid/dpt/dpt.h
447
version :4; /* EATA Version level */
sys/dev/raid/iir/iir.c
1154
inq.version = SCSI_REV_2;
sys/dev/raid/iir/iir.h
458
u_int8_t version;
sys/dev/raid/iir/iir_ctrl.c
302
p->version = osrelease[0] - '0';
sys/dev/raid/mfi/mfireg.h
747
char version[32];
sys/dev/raid/mrsas/mrsas.h
1546
char version[32];
sys/dev/raid/mrsas/mrsas.h
1560
char version[32];
sys/dev/raid/mrsas/mrsas.h
695
u_int32_t version[5];
sys/dev/smbus/atmel_mxt/obp-utils.h
88
uint8_t version; /*!< Firmware version (Major/minor nibbles) */
sys/dev/sound/pcm/dsp.c
1886
ei->version = 0; /* static for now */
sys/dev/sound/pcm/sound.c
1297
strlcpy(si->version, si_version, sizeof(si->version));
sys/dev/sound/pcm/sound.c
76
SYSCTL_STRING(_hw_snd, OID_AUTO, version, CTLFLAG_RD, &snd_driver_version,
sys/dev/sound/pcm/sound.h
370
#define SND_DECLARE_FILE(version) \
sys/dev/sound/pcm/sound.h
371
_SND_DECLARE_FILE(__LINE__, version)
sys/dev/sound/pcm/sound.h
373
#define _SND_DECLARE_FILE(uniq, version) \
sys/dev/sound/pcm/sound.h
374
__SND_DECLARE_FILE(uniq, version)
sys/dev/sound/pcm/sound.h
376
#define __SND_DECLARE_FILE(uniq, version) \
sys/dev/sound/pcm/sound.h
377
static char sndstat_vinfo[] = version; \
sys/dev/video/fb/pcx/splash_pcx.c
143
u_char version;
sys/dev/video/fb/pcx/splash_pcx.c
167
|| hdr->version != 5
sys/dev/virtual/hyperv/vmbus/vmbus.c
960
vmbus_init_contact(struct vmbus_softc *sc, uint32_t version)
sys/dev/virtual/hyperv/vmbus/vmbus.c
974
req->chm_ver = version;
sys/dev/virtual/nvmm/nvmm.c
244
args->cap.version = NVMM_KERN_VERSION;
sys/dev/virtual/virtio/mmio/virtio_mmio.c
187
uint32_t magic, version;
sys/dev/virtual/virtio/mmio/virtio_mmio.c
208
version = vtmmio_read_config_4(sc, VIRTIO_MMIO_VERSION);
sys/dev/virtual/virtio/mmio/virtio_mmio.c
209
if (version != 1) {
sys/dev/virtual/virtio/mmio/virtio_mmio.c
210
device_printf(dev, "unsupported version: %#x\n", version);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1605
ds->version = VMXNET3_DRIVER_VERSION;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1624
ds->rss.version = 1;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
502
uint32_t version;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
506
version = vmxnet3_read_bar1(sc, VMXNET3_BAR1_VRRS);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
507
if ((version & 0x01) == 0) {
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
509
version);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
514
version = vmxnet3_read_bar1(sc, VMXNET3_BAR1_UVRS);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
515
if ((version & 0x01) == 0) {
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
516
device_printf(dev, "unsupported UPT version %#x\n", version);
sys/dev/virtual/vmware/vmxnet3/if_vmxreg.h
229
uint32_t version; /* Driver version */
sys/dev/virtual/vmware/vmxnet3/if_vmxreg.h
260
uint32_t version;
sys/kern/init_main.c
750
kpmap->header[0].offset = offsetof(struct sys_kpmap, version);
sys/kern/init_main.c
763
kpmap->version = KPMAP_VERSION;
sys/kern/kern_ktr.c
180
SYSCTL_INT(_debug_ktr, OID_AUTO, version, CTLFLAG_RD, &ktr_version, 0, "");
sys/kern/kern_linker.c
1031
if (lookup.version != sizeof(lookup) || uap->cmd != KLDSYM_LOOKUP) {
sys/kern/kern_linker.c
1084
if (strcmp(mod->name, name) == 0 && (ver == 0 || mod->version == ver))
sys/kern/kern_linker.c
1102
ver = mod->version;
sys/kern/kern_linker.c
1107
(bestmod == NULL || ver > bestmod->version))
sys/kern/kern_linker.c
1165
modlist_newmodule(const char *modname, int version, linker_file_t container)
sys/kern/kern_linker.c
1174
mod->version = version;
sys/kern/kern_linker.c
78
int version;
sys/kern/kern_linker.c
939
int version;
sys/kern/kern_linker.c
955
if ((error = copyin(&stat->version, &version, sizeof(version))) != 0)
sys/kern/kern_linker.c
957
if (version != sizeof(struct kld_file_stat)) {
sys/kern/kern_mib.c
89
SYSCTL_STRING(_kern, KERN_VERSION, version, CTLFLAG_RD | CTLFLAG_NOLOCK,
sys/kern/kern_mib.c
90
version, 0, "Kernel version");
sys/kern/kern_module.c
310
int version; /* set to sizeof(struct module_stat) */
sys/kern/kern_module.c
325
int version;
sys/kern/kern_module.c
340
if ((error = copyin(&stat->version, &version, sizeof(version))) != 0)
sys/kern/kern_module.c
342
if (version != sizeof(struct module_stat_v1)
sys/kern/kern_module.c
343
&& version != sizeof(struct module_stat)) {
sys/kern/kern_module.c
362
if (version == sizeof(struct module_stat)) {
sys/kern/kern_proc.c
1276
upmap->header[0].offset = offsetof(struct sys_upmap, version);
sys/kern/kern_proc.c
1288
upmap->version = UPMAP_VERSION;
sys/kern/kern_proc.c
1328
lpmap->header[0].offset = offsetof(struct sys_lpmap, version);
sys/kern/kern_proc.c
1338
lpmap->version = LPMAP_VERSION;
sys/kern/kern_shutdown.c
637
kdh->version = htod32(KERNELDUMPVERSION);
sys/kern/kern_shutdown.c
643
strncpy(kdh->versionstring, version, sizeof(kdh->versionstring));
sys/kern/subr_devstat.c
313
SYSCTL_INT(_kern_devstat, OID_AUTO, version, CTLFLAG_RD,
sys/kern/subr_firmware.c
174
unsigned int version, const struct firmware *parent)
sys/kern/subr_firmware.c
199
frp->fw.version = version;
sys/kern/subr_firmware.c
207
imagename, version, datasize, data);
sys/net/ip_mroute/ip_mroute.c
464
static int version = 0x0305; /* !!! why is this here? XXX */
sys/net/ip_mroute/ip_mroute.c
469
soopt_from_kbuf(sopt, &version, sizeof version);
sys/net/ip_mroute/ip_mroute.c
560
ip_mrouter_init(struct socket *so, int version)
sys/net/ip_mroute/ip_mroute.c
569
if (version != 1)
sys/net/pf/if_pfsync.c
1261
h->version = PFSYNC_VERSION;
sys/net/pf/if_pfsync.c
521
if (ph->version != PFSYNC_VERSION) {
sys/net/pf/if_pfsync.h
165
u_int8_t version;
sys/net/pf/pfvar.h
488
#define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \
sys/net/pf/pfvar.h
491
(version) = ((osfp) >> _FP_SUBTYPE_BITS) & \
sys/net/pf/pfvar.h
495
#define PF_OSFP_PACK(osfp, class, version, subtype) do { \
sys/net/pf/pfvar.h
498
(osfp) |= ((version) & ((1 << _FP_VERSION_BITS) - 1)) << \
sys/net/zlib.c
3143
inflateInit2_(z_streamp z, int w, const char *version, int stream_size)
sys/net/zlib.c
3145
if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
sys/net/zlib.c
3199
inflateInit_(z_streamp z, const char *version, int stream_size)
sys/net/zlib.c
3201
return inflateInit2_(z, DEF_WBITS, version, stream_size);
sys/net/zlib.c
736
deflateInit_(z_streamp strm, int level, const char * version,
sys/net/zlib.c
740
Z_DEFAULT_STRATEGY, version, stream_size);
sys/net/zlib.c
747
int memLevel, int strategy, const char *version,
sys/net/zlib.c
759
if (version == Z_NULL || version[0] != my_version[0] ||
sys/net/zlib.h
989
const char *version, int stream_size));
sys/net/zlib.h
991
const char *version, int stream_size));
sys/net/zlib.h
994
const char *version, int stream_size));
sys/net/zlib.h
996
const char *version, int stream_size));
sys/netgraph/netgraph.h
203
u_int32_t version; /* must equal NG_VERSION */
sys/netgraph/netgraph/ng_base.c
890
if (tp->version != NG_VERSION || namelen == 0 || namelen >= NG_TYPESIZ) {
sys/netgraph/ng_message.h
283
(msg)->header.version = NG_VERSION; \
sys/netgraph/ng_message.h
301
(rsp)->header.version = NG_VERSION; \
sys/netgraph/ng_message.h
64
u_char version; /* must == NG_VERSION */
sys/netgraph7/UI/ng_UI.c
79
.version = NG_ABI_VERSION,
sys/netgraph7/async/ng_async.c
159
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/common/ng_bluetooth.c
58
SYSCTL_INT(_net_bluetooth, OID_AUTO, version,
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
230
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
122
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
231
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/hci/ng_hci_main.c
83
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
81
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
99
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
84
.version = NG_ABI_VERSION,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
96
.version = NG_ABI_VERSION,
sys/netgraph7/bpf/ng_bpf.c
199
.version = NG_ABI_VERSION,
sys/netgraph7/bridge/ng_bridge.c
276
.version = NG_ABI_VERSION,
sys/netgraph7/cisco/ng_cisco.c
170
.version = NG_ABI_VERSION,
sys/netgraph7/deflate/ng_deflate.c
148
.version = NG_ABI_VERSION,
sys/netgraph7/echo/ng_echo.c
68
.version = NG_ABI_VERSION,
sys/netgraph7/eiface/ng_eiface.c
103
.version = NG_ABI_VERSION,
sys/netgraph7/etf/ng_etf.c
117
.version = NG_ABI_VERSION,
sys/netgraph7/ether/ng_ether.c
193
.version = NG_ABI_VERSION,
sys/netgraph7/frame_relay/ng_frame_relay.c
141
.version = NG_ABI_VERSION,
sys/netgraph7/hole/ng_hole.c
107
.version = NG_ABI_VERSION,
sys/netgraph7/hub/ng_hub.c
45
.version = NG_ABI_VERSION,
sys/netgraph7/iface/ng_iface.c
194
.version = NG_ABI_VERSION,
sys/netgraph7/ksocket/ng_ksocket.c
491
.version = NG_ABI_VERSION,
sys/netgraph7/l2tp/ng_l2tp.c
326
.version = NG_ABI_VERSION,
sys/netgraph7/lmi/ng_lmi.c
102
.version = NG_ABI_VERSION,
sys/netgraph7/mppc/ng_mppc.c
169
.version = NG_ABI_VERSION,
sys/netgraph7/netflow/netflow.c
168
dgram->header.version = htons(NETFLOW_V5);
sys/netgraph7/netflow/netflow.h
52
uint16_t version; /* NetFlow version */
sys/netgraph7/netflow/netflow.h
61
uint16_t version; /* NetFlow version */
sys/netgraph7/netflow/ng_netflow.c
151
.version = NG_ABI_VERSION,
sys/netgraph7/netgraph.h
1053
u_int32_t version; /* must equal NG_API_VERSION */
sys/netgraph7/netgraph/ng_base.c
1237
if ((tp->version != NG_ABI_VERSION)
sys/netgraph7/netgraph/ng_base.c
1241
if (tp->version != NG_ABI_VERSION) {
sys/netgraph7/ng_car.c
169
.version = NG_ABI_VERSION,
sys/netgraph7/ng_device.c
75
.version = NG_ABI_VERSION,
sys/netgraph7/ng_fec.c
253
.version = NG_ABI_VERSION,
sys/netgraph7/ng_gif.c
144
.version = NG_ABI_VERSION,
sys/netgraph7/ng_gif_demux.c
148
.version = NG_ABI_VERSION,
sys/netgraph7/ng_ip_input.c
97
.version = NG_ABI_VERSION,
sys/netgraph7/ng_ipfw.c
71
.version = NG_ABI_VERSION,
sys/netgraph7/ng_message.h
398
(msg)->header.version = NG_VERSION; \
sys/netgraph7/ng_message.h
416
(rsp)->header.version = NG_VERSION; \
sys/netgraph7/ng_message.h
435
(copy)->header.version = NG_VERSION; \
sys/netgraph7/ng_message.h
71
u_char version; /* == NGM_VERSION */
sys/netgraph7/ng_nat.c
231
.version = NG_ABI_VERSION,
sys/netgraph7/ng_pred1.c
164
.version = NG_ABI_VERSION,
sys/netgraph7/ng_sample.c
109
.version = NG_ABI_VERSION,
sys/netgraph7/ng_source.c
251
.version = NG_ABI_VERSION,
sys/netgraph7/ng_split.c
54
.version = NG_ABI_VERSION,
sys/netgraph7/ng_sppp.c
86
.version = NG_ABI_VERSION,
sys/netgraph7/ng_tag.c
243
.version = NG_ABI_VERSION,
sys/netgraph7/ng_vlan.c
117
.version = NG_ABI_VERSION,
sys/netgraph7/one2many/ng_one2many.c
165
.version = NG_ABI_VERSION,
sys/netgraph7/ppp/ng_ppp.c
459
.version = NG_ABI_VERSION,
sys/netgraph7/pppoe/ng_pppoe.c
175
.version = NG_ABI_VERSION,
sys/netgraph7/pptpgre/ng_pptpgre.c
254
.version = NG_ABI_VERSION,
sys/netgraph7/rfc1490/ng_rfc1490.c
142
.version = NG_ABI_VERSION,
sys/netgraph7/socket/ng_socket.c
142
.version = NG_ABI_VERSION,
sys/netgraph7/socket/ng_socket.c
264
if (msg->header.version != NG_VERSION) {
sys/netgraph7/tcpmss/ng_tcpmss.c
132
.version = NG_ABI_VERSION,
sys/netgraph7/tee/ng_tee.c
135
.version = NG_ABI_VERSION,
sys/netgraph7/tty/ng_tty.c
141
.version = NG_ABI_VERSION,
sys/netgraph7/vjc/ng_vjc.c
216
.version = NG_ABI_VERSION,
sys/netinet/ip_carp.c
506
uint8_t version = CARP_VERSION, type = CARP_ADVERTISEMENT;
sys/netinet/ip_carp.c
528
SHA1Update(&sc->sc_sha1, (void *)&version, sizeof(version));
sys/netproto/802_11/ieee80211_dragonfly.h
233
#define _IEEE80211_POLICY_MODULE(policy, name, version) \
sys/netproto/802_11/ieee80211_dragonfly.h
277
MODULE_VERSION(wlan_##name, version); \
sys/netproto/802_11/ieee80211_dragonfly.h
283
#define IEEE80211_CRYPTO_MODULE(name, version) \
sys/netproto/802_11/ieee80211_dragonfly.h
284
_IEEE80211_POLICY_MODULE(crypto, name, version); \
sys/netproto/802_11/ieee80211_dragonfly.h
299
#define IEEE80211_SCANNER_MODULE(name, version) \
sys/netproto/802_11/ieee80211_dragonfly.h
300
_IEEE80211_POLICY_MODULE(scanner, name, version)
sys/netproto/802_11/ieee80211_dragonfly.h
317
#define IEEE80211_ACL_MODULE(name, alg, version) \
sys/netproto/802_11/ieee80211_dragonfly.h
318
_IEEE80211_POLICY_MODULE(acl, name, version); \
sys/netproto/802_11/ieee80211_dragonfly.h
333
#define IEEE80211_AUTH_MODULE(name, version) \
sys/netproto/802_11/ieee80211_dragonfly.h
334
_IEEE80211_POLICY_MODULE(auth, name, version)
sys/netproto/802_11/ieee80211_dragonfly.h
351
#define IEEE80211_RATECTL_MODULE(alg, version) \
sys/netproto/802_11/ieee80211_dragonfly.h
352
_IEEE80211_POLICY_MODULE(ratectl, alg, version); \
sys/netproto/smb/smb_dev.c
79
SYSCTL_INT(_net_smb, OID_AUTO, version, CTLFLAG_RD, &smb_version, 0, "");
sys/platform/pc64/apic/apicreg.h
361
u_int32_t version; PAD3; /* 0030 RO */
sys/platform/pc64/apic/lapic.c
330
(LAPIC_MEM_READ(version) & APIC_VER_AMD_EXT_SPACE)) {
sys/platform/pc64/apic/lapic.c
380
if (LAPIC_READ(version) & APIC_VER_EOI_SUPP) {
sys/platform/pc64/include/minidump.h
37
uint32_t version;
sys/platform/pc64/include/minidump.h
51
uint32_t version;
sys/platform/pc64/x86_64/machdep.c
340
kprintf("%s", version);
sys/platform/pc64/x86_64/minidump_machdep.c
333
mdhdr.version = MINIDUMP2_VERSION;
sys/platform/vkernel64/x86_64/autoconf.c
134
kprintf("%s", version);
sys/sys/agpio.h
108
agp_version version; /* version of the driver */
sys/sys/firmware.h
55
unsigned int version; /* version of the image */
sys/sys/gmon.h
47
int version; /* version number */
sys/sys/jail.h
32
uint32_t version;
sys/sys/jail.h
40
uint32_t version;
sys/sys/kerneldump.h
72
uint32_t version;
sys/sys/linker.h
341
int version; /* set to sizeof(struct kld_file_stat) */
sys/sys/linker.h
351
int version; /* set to sizeof(struct kld_sym_lookup) */
sys/sys/module.h
125
#define MODULE_VERSION(module, version) \
sys/sys/module.h
127
version \
sys/sys/module.h
178
int version; /* set to sizeof(struct module_stat) */
sys/sys/soundcard.h
1743
char version[32]; /* For example 4.0a */
sys/sys/soundcard.h
1856
int version; /* Read the manual */
sys/sys/systm.h
62
extern char version[]; /* system version */
sys/sys/upmap.h
137
uint32_t version;
sys/sys/upmap.h
154
uint32_t version;
sys/sys/upmap.h
186
int32_t version;
sys/sys/utsname.h
45
char version[SYS_NMLN]; /* Version level. */
sys/vfs/hammer/hammer.h
815
int version; /* hammer filesystem version to use */
sys/vfs/hammer/hammer_blockmap.c
1056
hammer_crc_set_layer1(hmp->version, layer1);
sys/vfs/hammer/hammer_blockmap.c
1085
hammer_crc_set_layer2(hmp->version, layer2);
sys/vfs/hammer/hammer_blockmap.c
329
hammer_crc_set_layer1(hmp->version, layer1);
sys/vfs/hammer/hammer_blockmap.c
352
hammer_crc_set_layer2(hmp->version, layer2);
sys/vfs/hammer/hammer_blockmap.c
56
if (!hammer_crc_test_layer1(hmp->version, layer1)) {
sys/vfs/hammer/hammer_blockmap.c
58
if (!hammer_crc_test_layer1(hmp->version, layer1))
sys/vfs/hammer/hammer_blockmap.c
67
if (!hammer_crc_test_layer2(hmp->version, layer2)) {
sys/vfs/hammer/hammer_blockmap.c
69
if (!hammer_crc_test_layer2(hmp->version, layer2))
sys/vfs/hammer/hammer_blockmap.c
864
hammer_crc_set_layer1(hmp->version, layer1);
sys/vfs/hammer/hammer_blockmap.c
875
hammer_crc_set_layer2(hmp->version, layer2);
sys/vfs/hammer/hammer_blockmap.c
966
hammer_crc_set_layer2(hmp->version, layer2);
sys/vfs/hammer/hammer_btree.c
765
hammer_crc_test_leaf(hmp->version, cursor->data, &elm->leaf) == 0) {
sys/vfs/hammer/hammer_dedup.c
48
if (trans->hmp->version < HAMMER_VOL_VERSION_FIVE) {
sys/vfs/hammer/hammer_disk.h
887
uint16_t version; /* inode data version */
sys/vfs/hammer/hammer_flusher.c
688
hammer_crc_set_blockmap(hmp->version,
sys/vfs/hammer/hammer_flusher.c
746
hammer_crc_set_blockmap(hmp->version, dundomap);
sys/vfs/hammer/hammer_flusher.c
766
hammer_crc_set_volume(hmp->version, root_volume->ondisk);
sys/vfs/hammer/hammer_flusher.c
783
if (hmp->version < HAMMER_VOL_VERSION_FOUR)
sys/vfs/hammer/hammer_inode.c
3036
if (trans->hmp->version >= HAMMER_VOL_VERSION_FOUR &&
sys/vfs/hammer/hammer_inode.c
844
ip->ino_data.version = HAMMER_INODE_DATA_VERSION;
sys/vfs/hammer/hammer_inode.c
852
if (trans->hmp->version >= HAMMER_VOL_VERSION_TWO) {
sys/vfs/hammer/hammer_inode.c
858
if (trans->hmp->version >= HAMMER_VOL_VERSION_SIX) {
sys/vfs/hammer/hammer_io.c
1018
hammer_crc_set_btree(hmp->version, node->ondisk);
sys/vfs/hammer/hammer_io.c
1660
hammer_datacrc(hmp->version,
sys/vfs/hammer/hammer_ioctl.c
563
ver->cur_version = trans->hmp->version;
sys/vfs/hammer/hammer_ioctl.c
614
int over = hmp->version;
sys/vfs/hammer/hammer_ioctl.c
620
if (ver->cur_version < hmp->version) {
sys/vfs/hammer/hammer_ioctl.c
621
if (!(ver->cur_version == 3 && hmp->version == 4))
sys/vfs/hammer/hammer_ioctl.c
624
if (ver->cur_version == hmp->version)
sys/vfs/hammer/hammer_ioctl.c
640
hmp->version = ver->cur_version;
sys/vfs/hammer/hammer_ioctl.c
689
info->version = hmp->version;
sys/vfs/hammer/hammer_ioctl.h
234
int version;
sys/vfs/hammer/hammer_ioctl.h
256
uint32_t version;
sys/vfs/hammer/hammer_ioctl.h
318
uint32_t version;
sys/vfs/hammer/hammer_ioctl.h
357
struct hammer_ioc_version version;
sys/vfs/hammer/hammer_object.c
1271
hammer_crc_set_leaf(hmp->version, record->data, &record->leaf);
sys/vfs/hammer/hammer_object.c
2314
if (hammer_crc_test_leaf(hmp->version, ndata, leaf) == 0) {
sys/vfs/hammer/hammer_object.c
2328
hammer_crc_set_leaf(hmp->version, ndata, leaf);
sys/vfs/hammer/hammer_object.c
2657
hammer_crc_set_leaf(hmp->version, data, leaf);
sys/vfs/hammer/hammer_object.c
987
hammer_crc_set_leaf(ip->hmp->version, data, &record->leaf);
sys/vfs/hammer/hammer_ondisk.c
1315
if (hammer_crc_test_btree(hmp->version, node->ondisk) == 0) {
sys/vfs/hammer/hammer_pfs.c
109
if (pfs->version != HAMMER_IOC_PSEUDOFS_VERSION)
sys/vfs/hammer/hammer_pfs.c
337
pfs->version = HAMMER_IOC_PSEUDOFS_VERSION;
sys/vfs/hammer/hammer_pfs.c
66
pfs->version = HAMMER_IOC_PSEUDOFS_VERSION;
sys/vfs/hammer/hammer_reblock.c
488
ncrc = hammer_crc_get_leaf(cursor->trans->hmp->version, ndata,
sys/vfs/hammer/hammer_recover.c
250
if (hmp->version >= HAMMER_VOL_VERSION_FOUR) {
sys/vfs/hammer/hammer_recover.c
931
if (hammer_crc_test_fifo_head(hmp->version,
sys/vfs/hammer/hammer_redo.c
242
hammer_crc_set_fifo_head(hmp->version, &redo->head, bytes);
sys/vfs/hammer/hammer_undo.c
117
hmp->version >= HAMMER_VOL_VERSION_FOUR) {
sys/vfs/hammer/hammer_undo.c
242
hammer_crc_set_fifo_head(hmp->version, &undo->head, bytes);
sys/vfs/hammer/hammer_undo.c
328
hammer_crc_set_fifo_head(hmp->version, head, bytes);
sys/vfs/hammer/hammer_undo.c
399
hammer_crc_set_fifo_head(hmp->version, head, bytes);
sys/vfs/hammer/hammer_vfsops.c
677
hmp->version = rootvol->ondisk->vol_version;
sys/vfs/hammer/hammer_vfsops.c
678
if (hmp->version < HAMMER_VOL_VERSION_MIN ||
sys/vfs/hammer/hammer_vfsops.c
679
hmp->version > HAMMER_VOL_VERSION_MAX) {
sys/vfs/hammer/hammer_vfsops.c
680
hkprintf("mount unsupported fs version %d\n", hmp->version);
sys/vfs/hammer/hammer_vnops.c
206
if (hmp->version < HAMMER_VOL_VERSION_FOUR)
sys/vfs/hammer/hammer_vnops.c
212
if (hmp->version < HAMMER_VOL_VERSION_FOUR)
sys/vfs/hammer/hammer_vnops.c
256
if (hmp->version >= HAMMER_VOL_VERSION_FOUR &&
sys/vfs/hammer/hammer_volume.c
430
hammer_crc_set_layer1(hmp->version, layer1);
sys/vfs/hammer/hammer_volume.c
474
hammer_crc_set_layer2(hmp->version, layer2);
sys/vfs/hammer/hammer_volume.c
480
hammer_crc_set_layer1(hmp->version, layer1);
sys/vfs/hammer/hammer_volume.c
603
hammer_crc_set_layer1(hmp->version, layer1);
sys/vfs/hammer/hammer_volume.c
702
hammer_crc_set_volume(hmp->version, volume->ondisk);
sys/vfs/hammer2/hammer2_disk.h
1163
uint32_t version; /* 0030 */
sys/vfs/hammer2/hammer2_disk.h
922
uint16_t version; /* 0000 inode data version */
sys/vfs/hammer2/hammer2_inode.c
1069
xop->meta.version = HAMMER2_INODE_VERSION_ONE;
sys/vfs/hammer2/hammer2_inode.c
1183
nip->meta.version = HAMMER2_INODE_VERSION_ONE;
sys/vfs/hammer2/hammer2_ioctl.c
1448
vollist->version = hmp->voldata.version;
sys/vfs/hammer2/hammer2_ioctl.c
192
hammer2_ioc_version_t *version = data;
sys/vfs/hammer2/hammer2_ioctl.c
197
version->version = hmp->voldata.version;
sys/vfs/hammer2/hammer2_ioctl.c
199
version->version = -1;
sys/vfs/hammer2/hammer2_ioctl.h
187
int version;
sys/vfs/hammer2/hammer2_ioctl.h
56
int version;
sys/vfs/hammer2/hammer2_ondisk.c
475
if (rootvoldata->version >= HAMMER2_VOL_VERSION_MULTI_VOLUMES)
sys/vfs/hammer2/hammer2_ondisk.c
599
int i, zone, error = 0, version = -1, nvolumes = 0;
sys/vfs/hammer2/hammer2_ondisk.c
643
if (version == -1) {
sys/vfs/hammer2/hammer2_ondisk.c
644
version = voldata->version;
sys/vfs/hammer2/hammer2_ondisk.c
649
if (version != (int)voldata->version) {
sys/vfs/hammer2/hammer2_ondisk.c
651
version, (int)voldata->version);
sys/vfs/hammer2/hammer2_ondisk.c
674
if (version < HAMMER2_VOL_VERSION_MIN ||
sys/vfs/hammer2/hammer2_ondisk.c
675
version > HAMMER2_VOL_VERSION_WIP) {
sys/vfs/hammer2/hammer2_ondisk.c
676
hprintf("bad volume version %d\n", version);
sys/vfs/hammer2/hammer2_ondisk.c
698
if (!rootvoldata->version) {
sys/vfs/hammer2/hammer2_vfsops.c
1227
if (hmp->voldata.version >= HAMMER2_VOL_VERSION_MULTI_VOLUMES) {
sys/vfs/hammer2/zlib/hammer2_zlib.h
527
const char *version, int stream_size);
sys/vfs/hammer2/zlib/hammer2_zlib.h
529
const char *version, int stream_size);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
105
int memLevel, int strategy, const char *version,
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
198
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
201
Z_DEFAULT_STRATEGY, version, stream_size);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
208
int memLevel, int strategy, const char *version, int stream_size)
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
219
if (version == Z_NULL || version[0] != my_version[0] ||
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
104
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
185
inflateInit2_(z_streamp strm, int windowBits, const char *version,
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
191
if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
210
inflateInit_(z_streamp strm, const char *version, int stream_size)
sys/vfs/hammer2/zlib/hammer2_zlib_inflate.c
212
return inflateInit2_(strm, DEF_WBITS, version, stream_size);
sys/vfs/isofs/cd9660/cd9660_node.c
273
if (isonum_711(ap->version) == 1) {
sys/vfs/isofs/cd9660/cd9660_node.c
323
&& isonum_711(ap->version) == 1) {
sys/vfs/isofs/cd9660/cd9660_rrip.c
453
if (isonum_711(p->version) != 1)
sys/vfs/isofs/cd9660/cd9660_rrip.c
510
if (isonum_711(phead->version) == 1) {
sys/vfs/isofs/cd9660/cd9660_rrip.h
126
char version [ISODCL ( 7, 7)];
sys/vfs/isofs/cd9660/cd9660_rrip.h
44
u_char version [ISODCL ( 3, 3)];
sys/vfs/isofs/cd9660/iso.h
109
char version [ISODCL ( 7, 7)]; /* 711 */
sys/vfs/isofs/cd9660/iso.h
146
char version [ISODCL ( 15, 15)]; /* 711 */
sys/vfs/isofs/cd9660/iso.h
209
char version [ISODCL (181, 181)]; /* 711 */
sys/vfs/isofs/cd9660/iso.h
46
char version[ISODCL(7,7)];
sys/vfs/isofs/cd9660/iso.h
67
char version [ISODCL ( 7, 7)]; /* 711 */
sys/vfs/nfs/nfs.h
125
int version; /* args structure version number */
sys/vfs/nfs/nfs_mountrpc.c
98
args->version = NFS_ARGSVERSION;
sys/vfs/nfs/nfs_vfsops.c
226
args->version = NFS_ARGSVERSION;
sys/vfs/nfs/nfs_vfsops.c
949
if (args.version != NFS_ARGSVERSION) {
sys/vfs/smbfs/smbfs.h
57
int version;
sys/vfs/smbfs/smbfs_vfsops.c
131
if (args.version != SMBFS_VERSION) {
sys/vfs/smbfs/smbfs_vfsops.c
133
SMBFS_VERSION, args.version);
sys/vfs/smbfs/smbfs_vfsops.c
72
SYSCTL_INT(_vfs_smbfs, OID_AUTO, version, CTLFLAG_RD, &smbfs_version, 0, "");
tools/regression/lib/libc-regex/testregex.c
1247
char* version;
tools/regression/lib/libc-regex/testregex.c
1269
version = (char*)id + 10;
tools/regression/lib/libc-regex/testregex.c
1270
while (p < &unit[sizeof(unit)-1] && (*p = *version++) && !isspace(*p))
tools/regression/lib/libc-regex/testregex.c
1388
for (s = version; *s && (*s != ' ' || *(s + 1) != '$'); s++)
tools/regression/priv/test.c
127
j.version = 1;
tools/regression/priv/test.c
61
j.version = 1;
tools/tools/netrate/kq_sendrecv/include/kq_sendrecv_proto.h
10
uint16_t version;
tools/tools/netrate/kq_sendrecv/include/kq_sendrecv_proto.h
17
uint16_t version;
usr.bin/dsynth/build.c
292
if (scan->version) {
usr.bin/dsynth/build.c
296
dlog(DLOG_ALL, "[XXX] pkg version %s\n", scan->version);
usr.bin/dsynth/build.c
297
if (sscanf(scan->version, "%d.%d", &v1, &v2) == 2) {
usr.bin/dsynth/config.c
666
int version; /* e.g. 500702 -> 5.7 */
usr.bin/dsynth/config.c
721
if (note.version) {
usr.bin/dsynth/config.c
723
note.version / 100000,
usr.bin/dsynth/config.c
724
(note.version % 100000) / 100);
usr.bin/dsynth/dsynth.h
145
char *version; /* PKGVERSION - e.g. 3.5.0_1 */
usr.bin/dsynth/monitor.c
123
SNPRINTF(rs->version, "%s", DSYNTH_VERSION);
usr.bin/dsynth/monitor.c
255
if (rs->version[0])
usr.bin/dsynth/monitor.c
257
for (i = 0; rs->version[0] && i < rs->maxworkers; ++i) {
usr.bin/dsynth/monitor.c
41
char version[32];
usr.bin/dsynth/pkglist.c
1054
asprintf(&pkg->version, "%s", ptr);
usr.bin/dsynth/pkglist.c
1392
freestrp(&pkg->version);
usr.bin/mail/lex.c
47
extern const char *version;
usr.bin/mail/lex.c
670
printf("Version %s\n", version);
usr.bin/mail/main.c
282
version);
usr.bin/mail/main.c
47
extern const char *version;
usr.bin/mail/version.c
38
const char *version = "8.1 6/6/93";
usr.bin/netstat/netgraph.c
95
ks.version = sizeof(struct kld_file_stat);
usr.bin/patch/backupfile.c
129
make_version_name(const char *file, int version)
usr.bin/patch/backupfile.c
133
if (asprintf(&backup_name, "%s.~%d~", file, version) == -1)
usr.bin/patch/backupfile.c
146
int version;
usr.bin/patch/backupfile.c
149
version = 0;
usr.bin/patch/backupfile.c
152
version = version * 10 + *p - '0';
usr.bin/patch/backupfile.c
154
version = 0;
usr.bin/patch/backupfile.c
156
return version;
usr.bin/patch/backupfile.c
239
get_version(const char *version)
usr.bin/patch/backupfile.c
243
if (version == NULL || *version == '\0')
usr.bin/patch/backupfile.c
245
i = argmatch(version, backup_args);
usr.bin/patch/backupfile.c
248
invalid_arg("version control type", version, i);
usr.bin/patch/backupfile.h
39
enum backup_type get_version(const char *version);
usr.bin/patch/patch.c
652
version();
usr.bin/patch/util.h
49
void version(void) __attribute__((noreturn));
usr.bin/uname/uname.c
181
CHECK_ENV("UNAME_v", &get_version, native_version, &version);
usr.bin/uname/uname.c
208
PRINT_FLAG(flags, VFLAG, version);
usr.bin/uname/uname.c
261
NATIVE_SYSCTL2_GET(version, CTL_KERN, KERN_VERSION) {
usr.bin/uname/uname.c
79
static char *release, *sysname, *version, *pkgabi;
usr.bin/unifdef/unifdef.c
245
static void version(void);
usr.bin/unifdef/unifdef.c
333
version();
usr.sbin/autofs/defined.c
255
defined_add("OSVERS", name.version);
usr.sbin/boot0cfg/boot0cfg.c
283
int i, version;
usr.sbin/boot0cfg/boot0cfg.c
296
version = boot0version(mbr);
usr.sbin/boot0cfg/boot0cfg.c
298
version >> 8, version & 0xff, mbr[OFF_DRIVE],
usr.sbin/dconschat/dconschat.c
270
if (ntohl(dbuf.version) != DCONS_VERSION) {
usr.sbin/dconschat/dconschat.c
273
ntohl(dbuf.version), DCONS_VERSION);
usr.sbin/jail/jail.c
104
j.version = 1;
usr.sbin/makefs/cd9660/cd9660_debug.c
399
debug_dump_integer("version", (u_char *)desc->version, 711);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
540
bvdData->version[0] = 1;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
67
u_char version [ISODCL(0x06,0x06)];
usr.sbin/makefs/cd9660/iso9660_rrip.c
483
p->attr.rr_entry.PL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
491
p->attr.rr_entry.CL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
499
p->attr.rr_entry.RE.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
521
current->attr.rr_entry.SL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
585
current->attr.rr_entry.SL.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
637
v->attr.rr_entry.PX.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
656
pn_field->attr.rr_entry.PN.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
679
p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
690
p->attr.rr_entry.TF.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
715
p->attr.su_entry.SP.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
728
p->attr.su_entry.ST.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
736
p->attr.su_entry.CE.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
764
r->attr.rr_entry.NM.h.version[0] = 1;
usr.sbin/makefs/cd9660/iso9660_rrip.c
802
r->attr.su_entry.ER.h.version[0] = 1;
usr.sbin/makefs/ffs.c
111
((ffs_opts->version == 1) ? \
usr.sbin/makefs/ffs.c
1194
while (ffs_opts->version == 2 && cgino + INOPB(fs) > initediblk &&
usr.sbin/makefs/ffs.c
1218
if (ffs_opts->version == 1)
usr.sbin/makefs/ffs.c
1227
if (ffs_opts->version == 1)
usr.sbin/makefs/ffs.c
189
{ 'v', "version", &ffs_opts->version, OPT_INT32,
usr.sbin/makefs/ffs.c
215
ffs_opts->version = 1;
usr.sbin/makefs/ffs.c
419
if (ffs_opts->version == 1) {
usr.sbin/makefs/ffs.c
681
if (slen >= (ffs_opts->version == 1 ?
usr.sbin/makefs/ffs.c
881
if (ffs_opts->version == 1)
usr.sbin/makefs/ffs.c
972
if (ffs_opts->version == 1)
usr.sbin/makefs/ffs.h
68
int version; /* filesystem version (1 = FFS, 2 = UFS2) */
usr.sbin/makefs/ffs/mkfs.c
132
Oflag = ffs_opts->version;
usr.sbin/makefs/hammer2.c
1364
printf("version: %d\n", hmp->voldata.version);
usr.sbin/makefs/hammer2.c
1605
printf("version = %u\n", meta->version);
usr.sbin/makefs/hammer2/hammer2_compat.h
65
#define MODULE_VERSION(module, version) struct __hack
usr.sbin/makefs/hammer2/hammer2_inode.c
1076
xop->meta.version = HAMMER2_INODE_VERSION_ONE;
usr.sbin/makefs/hammer2/hammer2_inode.c
1191
nip->meta.version = HAMMER2_INODE_VERSION_ONE;
usr.sbin/makefs/hammer2/hammer2_ioctl.c
1452
vollist->version = hmp->voldata.version;
usr.sbin/makefs/hammer2/hammer2_ioctl.c
198
hammer2_ioc_version_t *version = data;
usr.sbin/makefs/hammer2/hammer2_ioctl.c
203
version->version = hmp->voldata.version;
usr.sbin/makefs/hammer2/hammer2_ioctl.c
205
version->version = -1;
usr.sbin/makefs/hammer2/hammer2_ondisk.c
463
if (rootvoldata->version >= HAMMER2_VOL_VERSION_MULTI_VOLUMES)
usr.sbin/makefs/hammer2/hammer2_ondisk.c
597
int i, zone, error = 0, version = -1, nvolumes = 0;
usr.sbin/makefs/hammer2/hammer2_ondisk.c
641
if (version == -1) {
usr.sbin/makefs/hammer2/hammer2_ondisk.c
642
version = voldata->version;
usr.sbin/makefs/hammer2/hammer2_ondisk.c
647
if (version != (int)voldata->version) {
usr.sbin/makefs/hammer2/hammer2_ondisk.c
649
version, (int)voldata->version);
usr.sbin/makefs/hammer2/hammer2_ondisk.c
672
if (version < HAMMER2_VOL_VERSION_MIN ||
usr.sbin/makefs/hammer2/hammer2_ondisk.c
673
version > HAMMER2_VOL_VERSION_WIP) {
usr.sbin/makefs/hammer2/hammer2_ondisk.c
674
hprintf("bad volume version %d\n", version);
usr.sbin/makefs/hammer2/hammer2_ondisk.c
696
if (!rootvoldata->version) {
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1188
if (hmp->voldata.version >= HAMMER2_VOL_VERSION_MULTI_VOLUMES) {
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
527
const char *version, int stream_size);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib.h
529
const char *version, int stream_size);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
105
int memLevel, int strategy, const char *version,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
198
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
201
Z_DEFAULT_STRATEGY, version, stream_size);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
208
int memLevel, int strategy, const char *version, int stream_size)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
219
if (version == Z_NULL || version[0] != my_version[0] ||
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
104
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
185
inflateInit2_(z_streamp strm, int windowBits, const char *version,
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
191
if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
210
inflateInit_(z_streamp strm, const char *version, int stream_size)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_inflate.c
212
return inflateInit2_(strm, DEF_WBITS, version, stream_size);
usr.sbin/mfiutil/mfi_flash.c
61
strcpy(header.version, "Version");
usr.sbin/mfiutil/mfi_show.c
591
strcpy(header.version, "Version");
usr.sbin/mfiutil/mfiutil.c
111
MFI_COMMAND(top, version, version);
usr.sbin/mfiutil/mfiutil.c
162
len = strlen(comp->version);
usr.sbin/mfiutil/mfiutil.c
178
fw_version_width, comp->version, fw_date_width, comp->build_date,
usr.sbin/moused/moused.c
857
fstat.version = sizeof(fstat);
usr.sbin/moused/moused.c
866
mstat.version = sizeof(mstat);
usr.sbin/mpsutil/mpsutil.c
89
MPS_COMMAND(top, version, version, "", "version")
usr.sbin/mptutil/mptutil.c
89
MPT_COMMAND(top, version, version);
usr.sbin/nvmmctl/nvmmctl.c
120
printf("nvmm: Kernel API version %u\n", cap.version);
usr.sbin/pciconf/cap.c
294
uint8_t version;
usr.sbin/pciconf/cap.c
296
version = read_config(fd, &p->pc_sel, ptr + PCIR_VENDOR_DATA,
usr.sbin/pciconf/cap.c
298
printf(" Intel cap %d version %d", version >> 4, version & 0xf);
usr.sbin/pciconf/cap.c
299
if (version >> 4 == 1 && length == 12) {
usr.sbin/pciconf/cap.c
371
unsigned int version;
usr.sbin/pciconf/cap.c
374
version = flags & PCIEM_CAP_VER_MASK;
usr.sbin/pciconf/cap.c
375
printf("PCI-Express %u ", version);
usr.sbin/pciconf/cap.c
429
if (version >= 2) {
usr.sbin/pfctl/pfctl_osfp.c
108
class = version = subtype = desc = tcpopts = NULL;
usr.sbin/pfctl/pfctl_osfp.c
117
if (version)
usr.sbin/pfctl/pfctl_osfp.c
118
free(version);
usr.sbin/pfctl/pfctl_osfp.c
125
class = version = subtype = desc = tcpopts = NULL;
usr.sbin/pfctl/pfctl_osfp.c
162
GET_STR(version, "OS version", 0) ||
usr.sbin/pfctl/pfctl_osfp.c
241
strlcpy(fp.fp_os.fp_version_nm, version,
usr.sbin/pfctl/pfctl_osfp.c
255
if (version)
usr.sbin/pfctl/pfctl_osfp.c
256
free(version);
usr.sbin/pfctl/pfctl_osfp.c
341
int class, version, subtype;
usr.sbin/pfctl/pfctl_osfp.c
352
version = PF_OSFP_ANY;
usr.sbin/pfctl/pfctl_osfp.c
377
version = version_nm->nm_num;
usr.sbin/pfctl/pfctl_osfp.c
415
version = version_nm->nm_num;
usr.sbin/pfctl/pfctl_osfp.c
427
PF_OSFP_PACK(ret, class, version, subtype);
usr.sbin/pfctl/pfctl_osfp.c
435
if (version != unp_version) {
usr.sbin/pfctl/pfctl_osfp.c
459
int class, version, subtype;
usr.sbin/pfctl/pfctl_osfp.c
475
PF_OSFP_UNPACK(fp, class, version, subtype);
usr.sbin/pfctl/pfctl_osfp.c
477
version >= (1 << _FP_VERSION_BITS) ||
usr.sbin/pfctl/pfctl_osfp.c
487
if (version == PF_OSFP_ANY)
usr.sbin/pfctl/pfctl_osfp.c
491
if (nm->nm_num == version) {
usr.sbin/pfctl/pfctl_osfp.c
552
int class, version, subtype;
usr.sbin/pfctl/pfctl_osfp.c
606
version = PF_OSFP_ANY;
usr.sbin/pfctl/pfctl_osfp.c
619
version = nm_version->nm_num;
usr.sbin/pfctl/pfctl_osfp.c
631
DEBUG(fp, "\tsignature %d:%d:%d %s", class, version, subtype,
usr.sbin/pfctl/pfctl_osfp.c
634
PF_OSFP_PACK(fp->fp_os.fp_os, class, version, subtype);
usr.sbin/pfctl/pfctl_osfp.c
661
int class, version, subtype;
usr.sbin/pfctl/pfctl_osfp.c
663
PF_OSFP_UNPACK(fp->fp_os.fp_os, class, version, subtype);
usr.sbin/pfctl/pfctl_osfp.c
675
nm_version->nm_num = version;
usr.sbin/pfctl/pfctl_osfp.c
677
version);
usr.sbin/pfctl/pfctl_osfp.c
692
DEBUG(fp, "import signature %d:%d:%d", class, version, subtype);
usr.sbin/pfctl/pfctl_osfp.c
99
char *class, *version, *subtype, *desc, *tcpopts;
usr.sbin/ppp/ether.c
254
if (rep->header.version != NG_VERSION) {
usr.sbin/ppp/ether.c
256
(long)rep->header.version, (long)NG_VERSION);
usr.sbin/pwd_mkdb/pwd_mkdb.c
332
data.data = &version;
usr.sbin/pwd_mkdb/pwd_mkdb.c
88
char version = _PWD_CURRENT_VERSION;
usr.sbin/rtadvd/control_server.c
95
DEF_PL_HANDLER(version),
usr.sbin/ypbind/yp_ping.c
110
__pmap_getport(struct sockaddr_in *address, u_long program, u_long version,
usr.sbin/ypbind/yp_ping.c
124
parms.pm_vers = version;
usr.sbin/zic/zic.c
1352
writezone(const char * const name, const char * const string, char version)
usr.sbin/zic/zic.c
1593
tzh.tzh_version[0] = version;
usr.sbin/zic/zic.c
1968
char version;
usr.sbin/zic/zic.c
2019
version = compat < 2013 ? ZIC_VERSION_PRE_2013 : ZIC_VERSION;
usr.sbin/zic/zic.c
2269
writezone(zpfirst->z_name, envvar, version);