Searched refs:oldstate (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Dzlexer.lex81 static YY_BUFFER_STATE oldstate;
86 oldstate = YY_CURRENT_BUFFER;
94 yy_switch_to_buffer(oldstate);
95 oldstate = NULL;
/openbsd-current/usr.sbin/kgmon/
H A Dkgmon.c274 int mib[4], oldstate; local
283 if (sysctl(mib, 4, &oldstate, &sz, NULL, 0) == -1)
285 if (oldstate == state)
/openbsd-current/lib/librthread/
H A Drthread.c458 int oldstate; local
460 oldstate = tib->tib_cantcancel & CANCEL_DISABLED ?
470 *oldstatep = oldstate;
/openbsd-current/sys/kern/
H A Dsubr_prof.c137 prof_state_toggle(struct cpu_info *ci, int oldstate) argument
144 if (gp->state == oldstate)
/openbsd-current/usr.sbin/bgpd/
H A Drde_decide.c581 enum nexthop_state oldstate)
594 if (oldstate == state) {
580 prefix_evaluate_nexthop(struct prefix *p, enum nexthop_state state, enum nexthop_state oldstate) argument
H A Drde.h229 NEXTHOP_FLAPPED /* only used by oldstate */
249 enum nexthop_state oldstate; member in struct:nexthop
/openbsd-current/usr.sbin/pppd/
H A Dccp.c238 int oldstate; local
243 oldstate = f->state;
245 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED)
252 if (oldstate == REQSENT && p[0] == TERMACK
/openbsd-current/usr.sbin/smtpd/
H A Dsmtp_client.c260 int oldstate; local
266 oldstate = proto->state;
270 strstate[oldstate],
H A Dmta_session.c556 int oldstate; local
564 oldstate = s->state;
567 mta_strstate(oldstate),
/openbsd-current/lib/libcurses/base/
H A Dlib_mouse.c262 int oldstate = 0; local
293 if ((mouev.fs ^ oldstate) & MOUSE_BN1_DOWN)
296 if ((mouev.fs ^ oldstate) & MOUSE_BN2_DOWN)
299 if ((mouev.fs ^ oldstate) & MOUSE_BN3_DOWN)
304 oldstate = mouev.fs;
/openbsd-current/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c556 enum bwfm_sdio_clkstate oldstate; local
558 oldstate = sc->sc_clkstate;
586 DPRINTF(("%s: %d -> %d = %d\n", DEVNAME(sc), oldstate, newstate,
/openbsd-current/sys/dev/ic/
H A Dahci.c996 int s, rc = EIO, oldstate; local
1002 oldstate = ap->ap_state;
1093 ap->ap_state = oldstate;
2556 int rc = EIO, oldstate; local
2559 oldstate = ap->ap_state;
2640 ap->ap_state = oldstate;

Completed in 334 milliseconds