Searched refs:tch (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Decs.c206 void mkechar (tch, fwd, bck)
207 int tch, fwd[], bck[];
213 if (fwd[tch] != NIL)
214 bck[fwd[tch]] = bck[tch];
216 if (bck[tch] != NIL)
217 fwd[bck[tch]] = fwd[tch];
219 fwd[tch] = NIL;
220 bck[tch]
[all...]
H A Ddfa.c1032 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
1049 tch = transchar[ns];
1051 if (tch != SYM_EPSILON) {
1052 if (tch < -lastccl || tch >= csize) {
1057 if (tch >= 0) { /* character transition */
1058 int ec = ecgroup[tch];
1065 tch = -tch;
1067 lenccl = ccllen[tch];
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_todr.c234 todr_gettime(todr_chip_handle_t tch, struct timeval *tvp) argument
239 if (tch->todr_gettime) {
240 rv = tch->todr_gettime(tch, tvp);
249 } else if (tch->todr_gettime_ymdhms) {
250 rv = tch->todr_gettime_ymdhms(tch, &dt);
283 todr_settime(todr_chip_handle_t tch, struct timeval *tvp) argument
288 if (tch->todr_settime) {
292 rv = tch
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/g2/
H A Dg2rtc.c89 todr_chip_handle_t tch; local
100 tch = &sc->sc_tch;
101 tch->cookie = sc;
102 tch->todr_gettime = g2rtc_todr_gettime,
103 tch->todr_settime = g2rtc_todr_settime,
104 todr_attach(tch);
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dclock_subr.h97 extern int todr_gettime(todr_chip_handle_t tch, struct timeval *);
98 extern int todr_settime(todr_chip_handle_t tch, struct timeval *);
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/
H A Dtodclock.c133 static struct todr_chip_handle tch; local
145 tch.todr_gettime_ymdhms = tod_get_ymdhms;
146 tch.todr_settime_ymdhms = tod_set_ymdhms;
147 tch.todr_setwen = NULL;
149 todr_attach(&tch);
155 tod_set_ymdhms(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
180 tod_get_ymdhms(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Drtc.c75 static struct todr_chip_handle tch; local
92 tch.todr_gettime = gettime_new;
93 tch.todr_settime = settime_new;
94 tch.todr_gettime_ymdhms = NULL;
95 tch.todr_settime_ymdhms = NULL;
97 tch.todr_gettime_ymdhms = gettime_old;
98 tch.todr_settime_ymdhms = settime_old;
99 tch.todr_gettime = NULL;
100 tch.todr_settime = NULL;
102 tch
271 gettime_old(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
349 gettime_new(todr_chip_handle_t tch, struct timeval *tvp) argument
359 settime_new(todr_chip_handle_t tch, struct timeval *tvp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Dtimekeeper.c117 mkclock_get(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
119 struct timekeeper_softc *sc = (void *)tch->cookie;
141 mkclock_set(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
143 struct timekeeper_softc *sc = (void *)tch->cookie;
168 dsclock_get(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
170 struct timekeeper_softc *sc = (void *)tch->cookie;
193 dsclock_set(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
195 struct timekeeper_softc *sc = (void *)tch->cookie;
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Dmcclock.c152 mcclock_get(todr_chip_handle_t tch, struct timeval *tvp) argument
154 struct mcclock_softc *sc = tch->cookie;
185 if (tvp->tv_sec > tch->base_time - 2 * SECDAY)
198 mcclock_set(todr_chip_handle_t tch, struct timeval *tvp) argument
200 struct mcclock_softc *sc = tch->cookie;
/netbsd-6-1-5-RELEASE/sys/arch/x86/isa/
H A Drtc.c311 rtc_get_ymdhms(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
334 rtc_set_ymdhms(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
371 static struct todr_chip_handle tch; local
372 tch.todr_gettime_ymdhms = rtc_get_ymdhms;
373 tch.todr_settime_ymdhms = rtc_set_ymdhms;
374 tch.todr_setwen = NULL;
376 todr_attach(&tch);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal2.c185 int andval, tch = 0;
189 case CHAR: case UCHAR: tch = 'b'; break;
190 case SHORT: case USHORT: tch = 'w'; break;
191 case INT: case UNSIGNED: tch = 'l'; break;
196 fprintf(stdout, " mov%c ", tch);
204 fprintf(stdout, " and%c $%d,", tch, andval);
210 fprintf(stdout, " and%c $%d,", tch, andval);
216 fprintf(stdout, " sal%c $%d,", tch, shift);
222 fprintf(stdout, " or%c ", tch);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Drtclock.c117 rtgettod(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
119 struct rtc_softc *rtc = tch->cookie;
140 rtsettod(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
142 struct rtc_softc *rtc = tch->cookie;
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofrtc.c159 ofrtc_gettod(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
161 struct ofrtc_softc *of = tch->cookie;
188 ofrtc_settod(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
190 struct ofrtc_softc *of = tch->cookie;
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/obio/
H A Dmkclock.c115 mkclock_read(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
117 struct mkclock_softc *sc = tch->cookie;
136 mkclock_write(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
138 struct mkclock_softc *sc = tch->cookie;
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dtod.c212 todr_chip_handle_t tch; local
225 if ((tch = mm58167_attach(sc)) == NULL)
228 todr_attach(tch);
/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/dev/
H A Daurtc.c141 aurtc_gettime(todr_chip_handle_t tch, struct timeval *tv) argument
152 aurtc_settime(todr_chip_handle_t tch, struct timeval *tvp) argument
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dadb.c270 adb_todr_get(todr_chip_handle_t tch, struct timeval *tvp) argument
282 adb_todr_set(todr_chip_handle_t tch, struct timeval *tvp) argument
293 static struct todr_chip_handle tch = { local
298 todr_attach(&tch);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/walnut/dev/
H A Dds1743.c230 dsrtc_write(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
232 struct dsrtc_softc *sc = tch->cookie;
251 dsrtc_read(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
253 struct dsrtc_softc *sc = tch->cookie;
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_rtc.c103 omaprtc_gettime(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
105 struct omaprtc_softc *sc = tch->cookie;
162 omaprtc_settime(todr_chip_handle_t tch, struct clock_ymdhms *dt) argument
164 struct omaprtc_softc *sc = tch->cookie;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dclock.c165 struct todr_chip_handle *tch; local
168 tch = &sc->sc_handle;
169 tch->todr_gettime_ymdhms = atari_rtc_get;
170 tch->todr_settime_ymdhms = atari_rtc_set;
171 tch->todr_setwen = NULL;
173 todr_attach(tch);
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dclock.c134 clock_todr_gettime(struct todr_chip_handle *tch, struct timeval *tv) argument
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dclock.c302 static struct todr_chip_handle tch; local
303 tch.todr_gettime = xen_rtc_get;
304 tch.todr_settime = xen_rtc_set;
305 tch.todr_setwen = NULL;
307 todr_attach(&tch);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Drtc.c274 vrrtc_get(todr_chip_handle_t tch, struct timeval *tvp) argument
276 struct vrrtc_softc *sc = (struct vrrtc_softc *)tch->cookie;
305 vrrtc_set(todr_chip_handle_t tch, struct timeval *tvp) argument
307 struct vrrtc_softc *sc = (struct vrrtc_softc *)tch->cookie;
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39clock.c237 tx39_timecount(struct timecounter *tch) argument
239 tx_chipset_tag_t tc = tch->tc_priv;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dclock.c378 mac68k_gettime(todr_chip_handle_t tch, struct timeval *tvp) argument
399 mac68k_settime(todr_chip_handle_t tch, struct timeval *tvp) argument

Completed in 314 milliseconds

12