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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcmcia/
H A Dpcide.c456 if (CARD_PRESENT_VALID(softp)) {
564 if (!CARD_PRESENT_VALID(softp))
567 /* XXX/lcl why is this different from CARD_PRESENT_VALID */
696 if (!CARD_PRESENT_VALID(softp)) {
811 if (!CARD_PRESENT_VALID(softp)) {
901 if (!CARD_PRESENT_VALID(softp)) {
1013 if (!CARD_PRESENT_VALID(softp))
1220 for (i = 400000; i && (CARD_PRESENT_VALID(softp)); i--) {
1247 for (i = interval; i && (CARD_PRESENT_VALID(softp)); i--) {
1305 if (!CARD_PRESENT_VALID(soft
[all...]
H A Dpcdisk.c113 if (!(CARD_PRESENT_VALID(softp))) {
354 if (!(CARD_PRESENT_VALID(softp))) {
602 if (!(CARD_PRESENT_VALID(softp))) {
1195 !(CARD_PRESENT_VALID(softp)) ||
H A Dpcata.c1364 if (!(CARD_PRESENT_VALID(softp))) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/pcmcia/
H A Dpcata.h576 #define CARD_PRESENT_VALID(pm) ((pm)->card_state & PCATA_CARD_INSERTED) macro

Completed in 50 milliseconds