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

12

/freebsd-9.3-release/lib/libc/gen/
H A Dualarm.c43 * If ``reload'' is non-zero, keep generating SIGALRM
44 * every ``reload'' microseconds after the first signal.
47 ualarm(usecs, reload)
49 useconds_t reload;
53 new.it_interval.tv_usec = reload % USPS;
54 new.it_interval.tv_sec = reload / USPS;
/freebsd-9.3-release/etc/rc.d/
H A Dpflog18 extra_commands="reload resync"
52 run_rc_command reload
H A Dnamed15 extra_commands="reload"
112 ${command%/named}/rndc reload
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Drc.sshd84 force-reload|reload)
85 ## Signal the daemon to reload its config. Most daemons
111 ## Optional: Probe for the necessity of a reload,
112 ## give out the argument which is required for a reload.
114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init65 reload() function
84 reload)
85 reload
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-9.3-release/contrib/ofed/management/opensm/scripts/
H A Dopensm.init.in112 restart | force-reload | reload)
127 echo $"Usage: $0 {start|stop|status|restart|reload|condrestart|resweep|rotatelog}"
/freebsd-9.3-release/contrib/gcc/
H A Dreload.h1 /* Communication between reload.c and reload1.c.
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...]
H A Dreload1.c41 #include "reload.h"
50 /* This file contains the reload pass of the compiler, which is
62 called ``reload regs'', and for each place where a pseudo reg
63 must be in a hard reg, copy it temporarily into one of the reload regs.
67 has been chosen as a reload reg, such pseudos must be ``spilled''.
74 of the register class needed for each reload, and make sure that
75 we allocate enough reload registers of each class.
77 The file reload.c contains the code that checks one insn for
80 reload needs, spilling, assigning reload register
650 reload (rtx first, int global) function
[all...]
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dipfadm-rcd21 echo "$prog ipfilter <enable|disable|reload|resync|start|status|stop>"
24 echo "$prog ipnat <enable|disable|reload|start|status|stop>"
224 reload)
225 /etc/rc.d/ipfilter reload
302 reload)
303 /etc/rc.d/ipnat reload
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-kcm.init39 #reload)
41 # If the daemon can reload its config files on the fly
51 restart|force-reload)
53 # If the "reload" option is implemented, move the "force-reload"
54 # option to the "reload" entry above. If not, "force-reload" is
63 # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
64 echo "Usage: $N {start|stop|restart|force-reload}" >
[all...]
H A Dheimdal-kdc.init94 #reload)
96 # If the daemon can reload its config files on the fly
106 restart|force-reload)
108 # If the "reload" option is implemented, move the "force-reload"
109 # option to the "reload" entry above. If not, "force-reload" is
118 # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
119 echo "Usage: $N {start|stop|restart|force-reload}" >
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dsshd.init21 # Hack-Alert(TM)! This is necessary to get around the 'reload'-problem
97 force-reload|reload)
118 echo "Usage: $SVIscript {[re]start|stop|[force-]reload|status}"
/freebsd-9.3-release/contrib/amd/scripts/
H A Dredhat-ctl-amd.in98 reload)
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-9.3-release/tools/tools/portsinfo/
H A Dportsinfo.sh55 lynx -nolist -dump -reload -nostatus "$url$time" |
71 lynx -nolist -dump -reload -nostatus "$url$time2" |
/freebsd-9.3-release/contrib/amd/amd/
H A Dmapc.c114 reload_fn *reload; /* Reload or fill */ member in struct:map_type
514 * Do a map reload.
515 * Attempt to reload without losing current data by switching the hashes
537 plog(XLOG_INFO, "reload of map %s is not needed (in sync)", m->map_name);
548 dlog("calling map reload on %s", m->map_name);
549 error = (*m->reload) (m, m->map_name, mapc_add_kv);
554 plog(XLOG_ERROR, "reload of map %s failed - using old values",
562 plog(XLOG_INFO, "reload #%d of map %s succeeded",
652 * If there is no support for reload and it was requested
655 if (mt->reload
[all...]
H A Damd.h278 int map_reload_interval; /* map reload interval */
354 reload_fn *reload; /* Function to be used for reloads */ member in struct:mnt_map
659 extern time_t do_mapc_reload; /* Flush & reload mount map cache */
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c115 reload(int sig __unused) function
342 (void)signal(SIGHUP, (SIG_PF) reload);
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dhlfsd.c58 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 */
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_ioctl.c190 patm_load_vc(struct patm_softc *sc, struct patm_vcc *vcc, int reload) argument
199 if (!reload) {
H A Dif_patmvar.h387 void patm_load_vc(struct patm_softc *sc, struct patm_vcc *vcc, int reload);
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_api.c1246 if (hw->nvm.ops.reload)
1247 hw->nvm.ops.reload(hw);
H A De1000_82542.c221 hw->nvm.ops.reload(hw);
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile54 reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o \
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dapp.c157 *reload, *finish, *block, *unblock; member in struct:__anon273
455 * Check the reload (or suspend) case first for exiting the
537 * or reload.
793 * Don't send the reload signal if we're shutting down.
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dapp.c151 void *run, *shutdown, *start, *onrun, *reload, *finish, member in struct:__anon109
440 * Check the reload (or suspend) case first for exiting the
522 * or reload.
778 * Don't send the reload signal if we're shutting down.

Completed in 164 milliseconds

12