| /src/external/gpl3/gdb/dist/sim/m32c/ |
| timer_a.h | 4 int reload; member in struct:__anon19567
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| timer_a.h | 4 int reload; member in struct:__anon22306
|
| /src/etc/rc.d/ |
| npf | 22 extra_commands="reload status" 28 /sbin/npfctl reload "$npf_rules" 46 /sbin/npfctl reload "$npf_rules"
|
| npf_boot | 20 /sbin/npfctl reload /etc/npf.boot.conf 22 /sbin/npfctl reload /etc/defaults/npf.boot.conf
|
| /src/lib/libc/gen/ |
| ualarm.c | 53 * If ``reload'' is non-zero, keep generating SIGALRM 54 * every ``reload'' microseconds after the first signal. 57 ualarm(useconds_t usecs, useconds_t reload) 61 new.it_interval.tv_usec = reload % USPS; 62 new.it_interval.tv_sec = reload / USPS;
|
| /src/external/mpl/bind/dist/bin/tests/system/zonechecks/ |
| setup.sh | 26 echo '$INCLUDE "soa.db"' >reload.db 27 echo '@ 0 NS .' >>reload.db
|
| tests.sh | 205 $RNDCCMD 10.53.0.1 zonestatus reload.example >rndc.out.prereload 2>&1 209 checkfor "files: reload.db, soa.db$" rndc.out.prereload 211 $RNDCCMD 10.53.0.1 reload reload.example | sed 's/^/ns1 /' | cat_i 213 $DIG $DIGOPTS reload.example SOA @10.53.0.1 >dig.out 217 $RNDCCMD 10.53.0.1 zonestatus reload.example >rndc.out.postreload 2>&1 218 checkfor "files: reload.db, soa.db$" rndc.out.postreload 220 echo "@ 0 SOA . . 3 0 0 0 0" >ns1/reload.db 221 echo "@ 0 NS ." >>ns1/reload.db 222 rndc_reload ns1 10.53.0.1 reload.exampl [all...] |
| /src/crypto/dist/ipsec-tools/rpm/suse/ |
| racoon.init | 53 # 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 131 echo -n "Reload service $RACOON" 135 reload) 136 ## Like force-reload, but if daemon does not support 139 echo -n "Reload service $RACOON" 158 ## Optional: Probe for the necessity of a reload, 159 ## give out the argument which is required for a reload [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| InjectedSourceStream.h | 26 Error reload(const PDBStringTable &Strings);
|
| SymbolStream.h | 27 Error reload();
|
| InfoStream.h | 34 Error reload();
|
| PDBStringTable.h | 34 Error reload(BinaryStreamReader &Reader);
|
| PublicsStream.h | 31 Error reload();
|
| /src/external/bsd/nsd/dist/contrib/ |
| autocomplete_nsd-control.bash | 16 reload|\
|
| nsd.openrc.in | 6 extra_started_commands="reload" 68 reload() {
|
| /src/crypto/external/cpl/trousers/dist/dist/fedora/ |
| fedora.initrd.tcsd | 16 # 3 - unimplemented feature (e.g. "reload") 98 reload|force-reload) 107 echo $"Usage: $0 {start|stop|restart|reload|force-reload|condrestart|try-restart|status}"
|
| /src/external/bsd/unbound/dist/contrib/ |
| unbound.init_fedora | 76 reload() { 103 reload) 104 reload 106 force-reload) 117 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
| /src/external/ibm-public/postfix/dist/conf/ |
| postfix-wrapper | 50 # The postfix-wrapper command will start, stop, reload, etc., 219 stop|abort|drain|flush|reload)
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| SymbolStream.cpp | 27 Error SymbolStream::reload() { function in class:SymbolStream
|
| /src/external/gpl3/gcc/dist/gcc/ |
| reload.h | 1 /* Communication between reload.cc, reload1.cc and the rest of compiler. 40 /* Encode the usage of a reload. The following codes are supported: 42 RELOAD_FOR_INPUT reload of an input operand 44 RELOAD_FOR_INSN a reload that must not conflict with anything 47 RELOAD_FOR_INPUT_ADDRESS reload for parts of the address of an object 48 that is an input reload 49 RELOAD_FOR_INPADDR_ADDRESS reload needed for RELOAD_FOR_INPUT_ADDRESS 51 RELOAD_FOR_OUTADDR_ADDRESS reload needed for RELOAD_FOR_OUTPUT_ADDRESS 52 RELOAD_FOR_OPERAND_ADDRESS reload for the address of a non-reloaded 55 RELOAD_FOR_OPADDR_ADDR reload needed for RELOAD_FOR_OPERAND_ADDRES 75 struct reload struct [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reload.h | 1 /* Communication between reload.cc, reload1.cc and the rest of compiler. 40 /* Encode the usage of a reload. The following codes are supported: 42 RELOAD_FOR_INPUT reload of an input operand 44 RELOAD_FOR_INSN a reload that must not conflict with anything 47 RELOAD_FOR_INPUT_ADDRESS reload for parts of the address of an object 48 that is an input reload 49 RELOAD_FOR_INPADDR_ADDRESS reload needed for RELOAD_FOR_INPUT_ADDRESS 51 RELOAD_FOR_OUTADDR_ADDRESS reload needed for RELOAD_FOR_OUTPUT_ADDRESS 52 RELOAD_FOR_OPERAND_ADDRESS reload for the address of a non-reloaded 55 RELOAD_FOR_OPADDR_ADDR reload needed for RELOAD_FOR_OPERAND_ADDRES 75 struct reload struct [all...] |
| target-globals.cc | 36 #include "reload.h" 76 g->reload = XCNEW (struct target_reload); 134 XDELETE (reload);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-exec-file.exp | 56 " exec_changed_state\[2\] = event.reload" \ 66 # FILENAME is a string, the name of the new executable file. RELOAD 69 proc check_exec_change { filename_re reload testname } { 73 if { $filename_re eq "None" && $reload eq "None" } { 79 "\\\[$count, $filename_re, $reload\\\]" \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-exec-file.exp | 56 " exec_changed_state\[2\] = event.reload" \ 66 # FILENAME is a string, the name of the new executable file. RELOAD 69 proc check_exec_change { filename_re reload testname } { 73 if { $filename_re eq "None" && $reload eq "None" } { 79 "\\\[$count, $filename_re, $reload\\\]" \
|
| /src/sys/arch/emips/ebus/ |
| clock_ebus.c | 92 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;
|