HomeSort by: relevance | last modified time | path
    Searched defs:laststate (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 134 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 = SHPCMCIA_LASTSTATE_EMPTY
    [all...]
  /src/sys/dev/ic/
i82365var.h 64 int laststate; member in struct:pcic_handle
  /src/lib/libc/regex/
regex2.h 184 sopno laststate; /* the final OEND */ member in struct:re_guts
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 86 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/external/bsd/drm/dist/shared-core/
radeon_state.c 2530 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 166 milliseconds