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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmac89x0.c177 unsigned rev_type = 0; local
238 rev_type = readreg(dev, PRODUCT_ID_ADD);
239 lp->chip_type = rev_type &~ REVISON_BITS;
240 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
H A Dcs89x0.c516 unsigned rev_type = 0; local
610 rev_type = readreg(dev, PRODUCT_ID_ADD);
611 lp->chip_type = rev_type &~ REVISON_BITS;
612 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c224 char *make_revocation_str(int rev_type, char *rev_arg);
277 int rev_type = REV_NONE; local
494 rev_type = REV_CRL_REASON;
500 rev_type = REV_HOLD;
506 rev_type = REV_KEY_COMPROMISE;
512 rev_type = REV_CA_COMPROMISE;
1459 j=do_revoke(revcert,db, rev_type, rev_arg);
2646 char *make_revocation_str(int rev_type, char *rev_arg) argument
2652 switch (rev_type)
2699 if (rev_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 71 milliseconds