Searched refs:reload (Results 1 - 25 of 127) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dtimer_a.h4 int reload; member in struct:__anon1718
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20020206-1.c1 /* This code is from the beginning of combine_reloads in reload.c in
10 struct reload struct
18 struct reload rld[10];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20020206-1.c1 /* This code is from the beginning of combine_reloads in reload.c in
10 struct reload struct
18 struct reload rld[10];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/stress/
H A Dtests.sh35 do $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 |
38 done" & echo $! >reload.pid
49 echo "I:killing reload loop"
50 kill `cat reload.pid`
H A Dclean.sh20 rm -f reload.pid
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dualarm.c53 * If ``reload'' is non-zero, keep generating SIGALRM
54 * every ``reload'' microseconds after the first signal.
57 ualarm(usecs, reload)
59 useconds_t reload;
63 new.it_interval.tv_usec = reload % USPS;
64 new.it_interval.tv_sec = reload / USPS;
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dnpf24 extra_commands="reload status"
38 /sbin/npfctl reload
53 /sbin/npfctl reload
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_mputmrvar.h40 uint32_t reload; member in struct:timer_factors
H A Domap_mputmr.c105 uint32_t reload; member in struct:timer_factors
204 counts_per_hz = tf.reload + 1;
214 tf.reload = 0xffffffff;
221 /* Set the reload value. */
222 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MPU_LOAD_TIMER, tf.reload);
290 /* Set the reload value. */
292 tf.reload);
418 * will give us a reload value that doesn't have any error. However,
432 tf->reload = count_freq / ints_per_sec;
435 if ((tf->reload * ptv_powe
[all...]
H A Domap2_mputmr.c208 _timer_reload(sc, tf.reload);
310 tf->reload = 0;
322 tf->reload = -count_freq;
324 if ((tf->reload * ptv_power * ints_per_sec
329 /* Currently reload is MPU_LOAD_TIMER+1. Fix it. */
330 tf->reload--;
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/rpm/suse/
H A Dracoon.init53 # 3 - unimplemented feature (e.g. "reload")
61 # with force-reload (in case signalling is not supported) are
126 force-reload)
127 ## Signal the daemon to reload its config. Most daemons
135 reload)
136 ## Like force-reload, but if daemon does not support
158 ## Optional: Probe for the necessity of a reload,
159 ## give out the argument which is required for a reload.
161 test "$RACOON_CONF" -nt "$RACOON_PIDFILE" && echo reload
164 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reloa
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/dist/fedora/
H A Dfedora.initrd.tcsd16 # 3 - unimplemented feature (e.g. "reload")
98 reload|force-reload)
107 echo $"Usage: $0 {start|stop|restart|reload|force-reload|condrestart|try-restart|status}"
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/conf/
H A Dpostfix-wrapper50 # The postfix-wrapper command will start, stop, reload, etc.,
219 stop|abort|drain|flush|reload)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/xfer/
H A Dtests.sh77 echo "I:reload servers for in preparation for ixfr-from-differences tests"
79 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload 2>&1 | sed 's/^/I:ns1 /'
80 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
81 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 | sed 's/^/I:ns3 /'
82 $RNDC -c ../common/rndc.conf -s 10.53.0.6 -p 9953 reload 2>&1 | sed 's/^/I:ns6 /'
83 $RNDC -c ../common/rndc.conf -s 10.53.0.7 -p 9953 reload 2>&1 | sed 's/^/I:ns7 /'
94 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload 2>&1 | sed 's/^/I:ns1 /'
101 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
108 $RNDC -c ../common/rndc.conf -s 10.53.0.6 -p 9953 reload 2>&1 | sed 's/^/I:ns6 /'
115 $RNDC -c ../common/rndc.conf -s 10.53.0.7 -p 9953 reload
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreload.h1 /* Communication between reload.c, reload1.c and the rest of compiler.
43 /* Encode the usage of a reload. The following codes are supported:
45 RELOAD_FOR_INPUT reload of an input operand
47 RELOAD_FOR_INSN a reload that must not conflict with anything
50 RELOAD_FOR_INPUT_ADDRESS reload for parts of the address of an object
51 that is an input reload
52 RELOAD_FOR_INPADDR_ADDRESS reload needed for RELOAD_FOR_INPUT_ADDRESS
54 RELOAD_FOR_OUTADDR_ADDRESS reload needed for RELOAD_FOR_OUTPUT_ADDRESS
55 RELOAD_FOR_OPERAND_ADDRESS reload for the address of a non-reloaded
58 RELOAD_FOR_OPADDR_ADDR reload neede
78 struct reload struct
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dreload.h1 /* Communication between reload.c and reload1.c.
52 /* Encode the usage of a reload. The following codes are supported:
54 RELOAD_FOR_INPUT reload of an input operand
56 RELOAD_FOR_INSN a reload that must not conflict with anything
59 RELOAD_FOR_INPUT_ADDRESS reload for parts of the address of an object
60 that is an input reload
61 RELOAD_FOR_INPADDR_ADDRESS reload needed for RELOAD_FOR_INPUT_ADDRESS
63 RELOAD_FOR_OUTADDR_ADDRESS reload needed for RELOAD_FOR_OUTPUT_ADDRESS
64 RELOAD_FOR_OPERAND_ADDRESS reload for the address of a non-reloaded
67 RELOAD_FOR_OPADDR_ADDR reload neede
87 struct reload struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dloop-2.c23 struct reload struct
34 struct reload rld[N_RELOADS];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dloop-2.c23 struct reload struct
34 struct reload rld[N_RELOADS];
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/scripts/
H A Dclvmd_init_red_hat117 reload() {
155 reload)
157 reload
168 echo $"Usage: $0 {start|stop|restart|reload|status}"
H A Dclvmd_init_red_hat.in117 reload() {
155 reload)
157 reload
168 echo $"Usage: $0 {start|stop|restart|reload|status}"
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Dclock_ebus.c92 uint32_t reload = 10 * 1000000; /* 1sec in 100ns units (10MHz clock) */ local
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;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/allow_query/
H A Dtests.sh80 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
94 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
108 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
122 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
136 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
150 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
164 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
179 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
193 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
207 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload
[all...]
/netbsd-6-1-5-RELEASE/etc/etc.mac68k/
H A DMAKEDEV.conf18 mkdev reload c 2 20 640 $g_kmem
/netbsd-6-1-5-RELEASE/etc/etc.x68k/
H A DMAKEDEV.conf20 mkdev reload c 2 20 640 $g_kmem
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/builtin/
H A Dtests.sh33 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload > /dev/null
36 grep "received control channel command 'reload'" ns1/named.run > /dev/null || ret=1

Completed in 193 milliseconds

123456