| /src/sys/arch/next68k/next68k/ |
| rtc.c | 77 static struct todr_chip_handle tch; local 93 tch.todr_gettime = gettime_new; 94 tch.todr_settime = settime_new; 95 tch.todr_gettime_ymdhms = NULL; 96 tch.todr_settime_ymdhms = NULL; 98 tch.todr_gettime_ymdhms = gettime_old; 99 tch.todr_settime_ymdhms = settime_old; 100 tch.todr_gettime = NULL; 101 tch.todr_settime = NULL; 104 todr_attach(&tch); [all...] |
| /src/sys/arch/sparc64/dev/ |
| bq4802_ebus.c | 98 todr_chip_handle_t tch = &sc->sc_tch; local 117 tch->todr_dev = self; 118 tch->todr_gettime_ymdhms = bq4802_gettime_ymdhms; 119 tch->todr_settime_ymdhms = bq4802_settime_ymdhms; 127 todr_attach(tch);
|
| /src/sys/arch/sun2/sun2/ |
| tod.c | 212 todr_chip_handle_t tch; local 225 if ((tch = mm58167_attach(sc)) == NULL) 228 todr_attach(tch);
|
| /src/sys/arch/dreamcast/dev/g2/ |
| g2rtc.c | 89 todr_chip_handle_t tch; local 100 tch = &sc->sc_tch; 101 tch->todr_dev = self; 102 tch->todr_gettime = g2rtc_todr_gettime; 103 tch->todr_settime = g2rtc_todr_settime; 104 todr_attach(tch);
|
| /src/sys/arch/macppc/dev/ |
| adb.c | 272 adb_todr_get(todr_chip_handle_t tch, struct timeval *tvp) 284 adb_todr_set(todr_chip_handle_t tch, struct timeval *tvp) 295 static struct todr_chip_handle tch = { local 300 todr_attach(&tch);
|
| /src/sys/arch/x86/isa/ |
| rtc.c | 323 rtc_get_ymdhms(todr_chip_handle_t tch, struct clock_ymdhms *dt) 346 rtc_set_ymdhms(todr_chip_handle_t tch, struct clock_ymdhms *dt) 383 static struct todr_chip_handle tch; local 384 tch.todr_gettime_ymdhms = rtc_get_ymdhms; 385 tch.todr_settime_ymdhms = rtc_set_ymdhms; 387 todr_attach(&tch);
|
| /src/sys/arch/atari/dev/ |
| clock.c | 173 struct todr_chip_handle *tch; local 176 tch = &sc->sc_handle; 177 tch->todr_dev = self; 178 tch->todr_gettime_ymdhms = atari_rtc_get; 179 tch->todr_settime_ymdhms = atari_rtc_set; 181 todr_attach(tch);
|
| /src/external/bsd/flex/dist/src/ |
| dfa.c | 1007 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local 1024 tch = transchar[ns]; 1026 if (tch != SYM_EPSILON) { 1027 if (tch < -lastccl || tch >= csize) { 1032 if (tch >= 0) { /* character transition */ 1033 int ec = ecgroup[tch]; 1040 tch = -tch; 1042 lenccl = ccllen[tch]; [all...] |
| /src/sys/arch/hp300/dev/ |
| dcm.c | 1166 int tch = 0; local 1208 tch += nch; 1266 dsp->xchars += tch; 1267 if (tch <= DCMXBSIZE) 1268 dsp->xsilo[tch]++;
|
| /src/sys/arch/x68k/x68k/ |
| iodevice.h | 248 char pad18; unsigned char tch; member in struct:spc
|