Searched defs:stc (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/usr.sbin/nsd/ |
H A D | nsd.h | 96 #define STATUP(nsd, stc) nsd->st->stc++ argument 100 #define STATUP2(nsd, stc, i) nsd->st->stc[(i) <= (LASTELEM(nsd->st->stc) - 1) ? i : LASTELEM(nsd->s… argument 103 #define STATUP(nsd, stc) /* Nothing */ argument 104 #define STATUP2(nsd, stc, i) /* Nothing */ argument 110 #define ZTATUP(nsd, zone, stc) ( \ argument 114 #define ZTATUP2(nsd, zone, stc, i) ( \ argument 119 #define ZTATUP(nsd, zone, stc) /* Nothing */ argument 120 #define ZTATUP2(nsd, zone, stc, i) /* Nothing */ argument
|
/openbsd-src/sys/dev/sbus/ |
H A D | spif.c | 436 struct stty_softc *stc = stty_cd.cd_devs[SPIF_CARD(dev)]; in sttyioctl() local 700 struct stty_softc *stc = stty_cd.cd_devs[SPIF_CARD(tp->t_dev)]; in stty_start() local 885 struct stty_softc *stc = sc->sc_ttys; in spifsoftintr() local
|