Searched refs:laststate (Results 1 - 9 of 9) sorted by relevance

/src/sys/arch/evbsh3/ap_ms104_sh4/
H A Dshpcmcia.c134 int laststate; member in struct:shpcmcia_handle
276 sc->sc_handle[0].laststate = SHPCMCIA_LASTSTATE_EMPTY;
350 h->laststate = SHPCMCIA_LASTSTATE_PRESENT;
352 h->laststate = SHPCMCIA_LASTSTATE_EMPTY;
532 if (h->laststate == SHPCMCIA_LASTSTATE_PRESENT) {
537 h->laststate = SHPCMCIA_LASTSTATE_EMPTY;
540 if (h->laststate != SHPCMCIA_LASTSTATE_PRESENT) {
543 h->laststate = SHPCMCIA_LASTSTATE_PRESENT;
563 if (h->laststate == SHPCMCIA_LASTSTATE_PRESENT) {
568 h->laststate
[all...]
/src/sys/arch/mmeye/dev/
H A Dmmeyepcmcia.c86 int laststate; member in struct:mmeyepcmcia_handle
300 sc->handle[0].laststate = MMEYEPCMCIA_LASTSTATE_EMPTY;
492 h->laststate = MMEYEPCMCIA_LASTSTATE_PRESENT;
494 h->laststate = MMEYEPCMCIA_LASTSTATE_EMPTY;
552 if (h->laststate != MMEYEPCMCIA_LASTSTATE_PRESENT) {
557 h->laststate = MMEYEPCMCIA_LASTSTATE_PRESENT;
559 if (h->laststate == MMEYEPCMCIA_LASTSTATE_PRESENT) {
569 h->laststate = ((statreg & MMEYEPCMCIA_IF_STATUS_CARDDETECT_MASK) == 0)
/src/sys/dev/ic/
H A Di82365var.h64 int laststate; member in struct:pcic_handle
H A Di82365.c252 h->laststate = PCIC_LASTSTATE_EMPTY;
498 h->laststate = PCIC_LASTSTATE_PRESENT;
500 h->laststate = PCIC_LASTSTATE_EMPTY;
699 if (h->laststate != PCIC_LASTSTATE_PRESENT) {
704 h->laststate = PCIC_LASTSTATE_PRESENT;
706 if (h->laststate == PCIC_LASTSTATE_PRESENT) {
716 h->laststate = PCIC_LASTSTATE_EMPTY;
/src/lib/libc/regex/
H A Dregex2.h184 sopno laststate; /* the final OEND */ member in struct:re_guts
H A Dengine.c212 const sopno gl = g->laststate;
H A Dregcomp.c381 g->laststate = THERE();
/src/tests/lib/libc/regex/
H A Ddebug.c65 fprintf(d, ", first %u last %u", g->firststate, g->laststate);
/src/sys/external/bsd/drm/dist/shared-core/
H A Dradeon_state.c2530 unsigned char laststate; local in function:radeon_cp_vertex2
2569 for (laststate = 0xff, i = 0; i < vertex->nr_prims; i++) {
2576 if (prim.stateidx != laststate) {
2589 laststate = prim.stateidx;

Completed in 22 milliseconds