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

/freebsd-10-stable/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-10-stable/crypto/openssl/apps/
H A Dca.c233 char *make_revocation_str(int rev_type, char *rev_arg);
288 int rev_type = REV_NONE; local
498 rev_type = REV_CRL_REASON;
503 rev_type = REV_HOLD;
508 rev_type = REV_KEY_COMPROMISE;
513 rev_type = REV_CA_COMPROMISE;
1438 j = do_revoke(revcert, db, rev_type, rev_arg);
2599 char *make_revocation_str(int rev_type, char *rev_arg) argument
2606 switch (rev_type) {
2649 if (rev_type
[all...]

Completed in 165 milliseconds