Searched refs:reload (Results 26 - 50 of 127) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/database/
H A Dtests.sh32 echo "I:checking pre reload zone ($n)"
41 $RNDCCMD reload 2>&1 >/dev/null
43 echo "I:checking post reload zone ($n)"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/ixfr/
H A Dtests.sh66 $RNDCCMD reload
160 $RNDC -s 10.53.0.3 -p 9953 -c ../common/rndc.conf reload
186 $RNDC -s 10.53.0.3 -p 9953 -c ../common/rndc.conf reload
207 $RNDC -s 10.53.0.3 -p 9953 -c ../common/rndc.conf reload
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DLINUX291 postfix reload
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dredhat-ctl-amd.in98 reload)
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/views/
H A Dtests.sh42 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
43 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 | sed 's/^/I:ns3 /'
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c142 _ucprop_load(char *paths, int reload) argument
149 if (!reload)
329 _uccase_load(char *paths, int reload) argument
336 if (!reload)
524 _uccomp_load(char *paths, int reload) argument
531 if (!reload)
722 _ucdcmp_load(char *paths, int reload) argument
729 if (!reload)
777 _uckdcmp_load(char *paths, int reload) argument
784 if (!reload)
1034 _uccmcl_load(char *paths, int reload) argument
1130 _ucnumb_load(char *paths, int reload) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/acl/
H A Dtests.sh41 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
64 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
110 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
/netbsd-6-1-5-RELEASE/etc/etc.atari/
H A DMAKEDEV.conf26 mkdev reload c 2 20 640 $g_kmem
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/staticstub/
H A Dtests.sh108 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 | sed 's/^/I:ns3 /'
115 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 | sed 's/^/I:ns3 /'
127 # reload the server. this will flush the ADB.
128 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
190 # reload with a different name server: exisitng zone shouldn't be reused.
192 echo "I:checking server reload with a different static-stub config ($n)"
195 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20010518-1.c85 struct reload struct
119 extern struct reload rld[(2 * 10 * (2 + 1))];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20010518-1.c85 struct reload struct
119 extern struct reload rld[(2 * 10 * (2 + 1))];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/
H A Dtests.sh63 echo "I:testing DLZ driver is cleaned up on reload"
64 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload 2>&1 | sed 's/^/I:ns1 /'
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Dobio_mputmr.c241 counts_per_hz = tf.reload + 1;
252 tf.reload = 0xffffffff;
259 /* Set the reload value. */
260 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MPU_LOAD_TIMER, tf.reload);
/netbsd-6-1-5-RELEASE/games/sail/
H A Ddr_main.c121 reload();
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dmem.c245 timer_a.reload = timer_a.count;
249 timer_a.reload = timer_a.count;
273 timer_a.reload = value;
593 timer_a.count = timer_a.reload;
/netbsd-6-1-5-RELEASE/etc/etc.amiga/
H A DMAKEDEV.conf33 mkdev reload c 2 20
/netbsd-6-1-5-RELEASE/etc/etc.amigappc/
H A DMAKEDEV.conf31 mkdev reload c 2 20
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c60 static RETSIGTYPE reload(int);
685 * SIGALRM/SIGHUP: reload password database if timer expired
689 sa.sa_handler = reload;
697 signal(SIGALRM, reload);
698 signal(SIGHUP, reload);
786 reload(int signum) function
802 * parent performs the reload, while the child continues to serve
829 /* let child handle requests while we reload */
/netbsd-6-1-5-RELEASE/sys/arch/i386/bioscall/
H A Dbiostramp.S193 # need inter-segment jump to reload real-mode CS
284 # reload PDBR
291 # reload system copy of GDT
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsunos_sigcode.s149 tst %l0 ! reload fpu registers?
H A Dsvr4_32_sigcode.s161 tst %l0 ! reload fpu registers?
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dmapc.c116 reload_fn *reload; /* Reload or fill */ member in struct:map_type
570 * Do a map reload.
571 * Attempt to reload without losing current data by switching the hashes
593 plog(XLOG_INFO, "reload of map %s is not needed (in sync)", m->map_name);
604 dlog("calling map reload on %s", m->map_name);
605 error = (*m->reload) (m, m->map_name, mapc_add_kv);
610 plog(XLOG_ERROR, "reload of map %s failed - using old values",
618 plog(XLOG_INFO, "reload #%d of map %s succeeded",
708 * If there is no support for reload and it was requested
711 if (mt->reload
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A Dautoupdate.in208 # if system "$m4 --help </dev/null 2>&1 | fgrep reload-state >/dev/null";
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/power/
H A Dadd_n.asm48 C We added least significant limbs. Now reload the next limbs to enter loop.
H A Dsub_n.asm50 C We added least significant limbs. Now reload the next limbs to enter loop.

Completed in 288 milliseconds

123456