Searched refs:rev_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/cs/
H A Dif_cs.c264 unsigned rev_type = 0; local
295 rev_type = cs_readreg(sc, PRODUCT_ID_ADD);
296 chip_type = rev_type & ~REVISON_BITS;
297 chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c238 char *make_revocation_str(int rev_type, char *rev_arg);
292 int rev_type = REV_NONE; local
489 rev_type = REV_CRL_REASON;
494 rev_type = REV_HOLD;
499 rev_type = REV_KEY_COMPROMISE;
504 rev_type = REV_CA_COMPROMISE;
1411 j = do_revoke(revcert, db, rev_type, rev_arg);
2579 char *make_revocation_str(int rev_type, char *rev_arg) argument
2586 switch (rev_type) {
2629 if (rev_type
[all...]

Completed in 109 milliseconds