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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmac89x0.c185 unsigned rev_type = 0; local
247 rev_type = readreg(dev, PRODUCT_ID_ADD);
248 lp->chip_type = rev_type &~ REVISON_BITS;
249 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
H A Dcs89x0.c506 unsigned rev_type = 0; local
569 rev_type = readreg(dev, PRODUCT_ID_ADD);
570 lp->chip_type = rev_type &~ REVISON_BITS;
571 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c233 char *make_revocation_str(int rev_type, char *rev_arg);
288 int rev_type = REV_NONE; local
503 rev_type = REV_CRL_REASON;
508 rev_type = REV_HOLD;
513 rev_type = REV_KEY_COMPROMISE;
518 rev_type = REV_CA_COMPROMISE;
1444 rev_type = -1;
1445 j = do_revoke(revcert, db, rev_type, rev_arg);
2617 char *make_revocation_str(int rev_type, char *rev_arg) argument
2624 switch (rev_type) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c233 char *make_revocation_str(int rev_type, char *rev_arg);
288 int rev_type = REV_NONE; local
503 rev_type = REV_CRL_REASON;
508 rev_type = REV_HOLD;
513 rev_type = REV_KEY_COMPROMISE;
518 rev_type = REV_CA_COMPROMISE;
1444 rev_type = -1;
1445 j = do_revoke(revcert, db, rev_type, rev_arg);
2617 char *make_revocation_str(int rev_type, char *rev_arg) argument
2624 switch (rev_type) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c231 char *make_revocation_str(int rev_type, char *rev_arg);
286 int rev_type = REV_NONE; local
513 rev_type = REV_CRL_REASON;
519 rev_type = REV_HOLD;
525 rev_type = REV_KEY_COMPROMISE;
531 rev_type = REV_CA_COMPROMISE;
1489 j=do_revoke(revcert,db, rev_type, rev_arg);
2708 char *make_revocation_str(int rev_type, char *rev_arg) argument
2715 switch (rev_type)
2762 if (rev_type
[all...]

Completed in 83 milliseconds