HomeSort by: relevance | last modified time | path
    Searched refs:TIMER (Results 1 - 13 of 13) sorted by relevancy

  /src/games/battlestar/
command2.c 194 case TIMER:
246 case TIMER:
247 if (testbit(location[position].objects, TIMER)) {
249 clearbit(location[position].objects, TIMER);
command3.c 149 case TIMER:
317 case TIMER:
319 TIMER)) {
326 TIMER);
330 puts("What old-timer?");
dayobjs.c 51 {235, TIMER},
command5.c 84 case TIMER:
174 wordvalue[wordnumber] == TIMER)
409 case TIMER:
extern.h 120 #define TIMER 50
words.c 100 { "timer", TIMER, NOUNS, NULL },
cypher.c 172 case TIMER:
  /src/external/bsd/ntp/dist/include/
ntpsim.h 61 TIMER, /* Event that designates a timer interrupt. */
  /src/external/bsd/ntp/dist/ntpd/
ntpsim.c 158 /* Push a beep and a timer on the event queue */
160 enqueue(event_queue, event(simulation.sim_time + 1.0, TIMER));
224 /* Define a function for processing a timer interrupt.
225 * On every timer interrupt, call the NTP timer to send packets and process
232 /* Call the NTP timer.
237 timer();
246 /* Arm the next timer interrupt. */
248 event(simulation.sim_time + (1 << EVENT_TIMEOUT), TIMER));
  /src/sys/arch/hpcmips/tx/
tx39clock.c 119 /* Reset timer module */
122 /* Enable periodic timer */
186 /* Freeze periodic timer */
212 printf("RTC timer read error.\n");
258 * Setup periodic timer (interrupting hz times per second.)
267 * Enable periodic timer
330 ISSETPRINT(reg, TIMER);
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 434 XPBUS_PRT0_TIMER:: ; PRT0 TIMER TLDR (devices dispatch)
494 PCM_PRT1_TIMER:: ; PRT1 TIMER TLDR (PCM)
  /src/external/mit/libuv/dist/include/
uv.h 176 XX(TIMER, timer) \
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_base.c 115 .timer = nv04_timer_new,
136 .timer = nv04_timer_new,
158 .timer = nv04_timer_new,
178 .timer = nv04_timer_new,
200 .timer = nv04_timer_new,
222 .timer = nv04_timer_new,
244 .timer = nv04_timer_new,
266 .timer = nv04_timer_new,
288 .timer = nv04_timer_new,
310 .timer = nv04_timer_new
    [all...]

Completed in 44 milliseconds