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

12

/freebsd-10.0-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-10.0-release/etc/rc.d/
H A Dpflog18 extra_commands="reload resync"
52 run_rc_command reload
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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...]
H A Dglobal.c36 #include "reload.h"
50 After allocation is complete, the reload pass is run as a subroutine
53 reg for it. The reload pass is independent in other respects
58 allocated by local-alloc which may be spilled by reload.
333 Return value is nonzero if reload failed
629 retval = reload (get_insns (), 1);
864 reload the output. If we allocate REG to the same hard
866 before the output reload insn. */
1384 /* Called from `reload' to look for a hard reg to put pseudo reg REGNO in.
2526 /* If optimizing, allocate remaining pseudo-regs. Do the reload
[all...]
/freebsd-10.0-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-10.0-release/contrib/amd/scripts/
H A Dredhat-ctl-amd.in98 reload)
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-10.0-release/tools/tools/portsinfo/
H A Dportsinfo.sh55 lynx -nolist -dump -reload -nostatus "$url$time" |
71 lynx -nolist -dump -reload -nostatus "$url$time2" |
/freebsd-10.0-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-10.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c115 reload(int sig __unused) function
342 (void)signal(SIGHUP, (SIG_PF) reload);
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/e1000/
H A De1000_api.c1251 if (hw->nvm.ops.reload)
1252 hw->nvm.ops.reload(hw);
H A De1000_82542.c221 hw->nvm.ops.reload(hw);
H A De1000_82543.c938 * After MAC reset, force reload of NVM to restore power-on
941 hw->nvm.ops.reload(hw);
H A De1000_hw.h755 void (*reload)(struct e1000_hw *); member in struct:e1000_nvm_operations
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile55 reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o \
/freebsd-10.0-release/sys/mips/mips/
H A Dsupport.S243 PTR_L v1, PC_CURPCB(v1) # bcopy modified v1, so reload
269 PTR_L v1, PC_CURPCB(v1) # bcopy modified v1, so reload
/freebsd-10.0-release/contrib/gdb/
H A Dlibtool.m4519 # AC_PROG_LD_RELOAD_FLAG - find reload flag for linker
520 # -- PORTME Some linkers may need a different reload flag.
522 [AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag,
/freebsd-10.0-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile103 $(srcdir)/c-common.h $(srcdir)/c-tree.h $(srcdir)/reload.h \

Completed in 232 milliseconds

12