HomeSort by: relevance | last modified time | path
    Searched defs:reload (Results 1 - 6 of 6) sorted by relevancy

  /src/games/sail/
dr_3.c 322 reload(void) function in typeref:typename:void
  /src/sys/arch/emips/ebus/
clock_ebus.c 92 uint32_t reload = 10 * 1000000; /* 1sec in 100ns units (10MHz clock) */ local in function:__eclock_init
95 * Compute reload according to whatever value passed in,
99 uint32_t r = reload / hz;
100 if ((r * hz) != reload)
103 device_xname(sc->sc_dev), hz, reload - (r * hz));
104 reload = r;
107 sc->sc_reload = reload;
  /src/usr.bin/m4/
main.c 90 const char *reload = NULL; /* -R to reload state */ variable in typeref:typename:const char *
209 { "reload-state", required_argument, 0, 'R' },
301 reload = optarg;
346 if (reload) {
348 thaw_state(reload);
350 if (fopen_trypath(infile, reload) == NULL)
351 err(1, "Can't open `%s'", reload);
796 { "-R, --reload-state=file", "restore state from file" },
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 538 int reload = 0; local in function:netbsd32_cpu_setmcontext
541 * If we're the current FPU owner, simply reload it from
556 reload = 1;
569 /* Reload context again, if necessary. */
570 if (reload)
877 * If we're the current FPU owner, simply reload it from
  /src/usr.sbin/inetd/
inetd.c 339 int ch, n, reload = 1; local in function:main
412 if (reload) {
413 reload = false;
434 reload = true;
  /src/sys/dev/pci/igc/
igc_hw.h 253 void (*reload)(struct igc_hw *); member in struct:igc_nvm_operations

Completed in 16 milliseconds