Home
last modified time | relevance | path

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

/external/grub/netboot/
Dcs89x0.c456 unsigned rev_type = 0, ioaddr, ioidx, isa_cnf, cs_revision; in cs89x0_probe() local
476 rev_type = readreg(PRODUCT_ID_ADD); in cs89x0_probe()
477 eth_cs_type = rev_type &~ REVISON_BITS; in cs89x0_probe()
478 cs_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe()
/external/openssl/apps/
Dca.c229 char *make_revocation_str(int rev_type, char *rev_arg);
285 int rev_type = REV_NONE; in MAIN() local
518 rev_type = REV_CRL_REASON; in MAIN()
524 rev_type = REV_HOLD; in MAIN()
530 rev_type = REV_KEY_COMPROMISE; in MAIN()
536 rev_type = REV_CA_COMPROMISE; in MAIN()
1509 j=do_revoke(revcert,db, rev_type, rev_arg); in MAIN()
2690 char *make_revocation_str(int rev_type, char *rev_arg) in make_revocation_str() argument
2697 switch (rev_type) in make_revocation_str()
2744 if (rev_type == REV_KEY_COMPROMISE) in make_revocation_str()