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

12

/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/etc/rc.d/
H A Drtadvd17 extra_commands="reload"
68 /usr/sbin/rtadvctl reload
H A Dpflog18 extra_commands="reload resync"
68 run_rc_command reload
/freebsd-10-stable/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-stable/contrib/amd/scripts/
H A Dredhat-ctl-amd.in98 reload)
102 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
/freebsd-10-stable/tools/tools/portsinfo/
H A Dportsinfo.sh55 lynx -nolist -dump -reload -nostatus "$url$time" |
71 lynx -nolist -dump -reload -nostatus "$url$time2" |
/freebsd-10-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c115 reload(int sig __unused) function
342 (void)signal(SIGHUP, (SIG_PF) reload);
/freebsd-10-stable/contrib/amd/hlfsd/
H A Dhlfsd.c54 static RETSIGTYPE reload(int);
680 * SIGALRM/SIGHUP: reload password database if timer expired
684 sa.sa_handler = reload;
692 signal(SIGALRM, reload);
693 signal(SIGHUP, reload);
781 reload(int signum) function
797 * parent performs the reload, while the child continues to serve
824 /* let child handle requests while we reload */
/freebsd-10-stable/contrib/amd/amd/
H A Dmapc.c110 reload_fn *reload; /* Reload or fill */ member in struct:map_type
569 * Do a map reload.
570 * Attempt to reload without losing current data by switching the hashes
592 plog(XLOG_INFO, "reload of map %s is not needed (in sync)", m->map_name);
603 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",
709 * If there is no support for reload and it was requested
712 if (mt->reload
[all...]
H A Damd.h279 int map_reload_interval; /* map reload interval */
357 reload_fn *reload; /* Function to be used for reloads */ member in struct:mnt_map
688 extern time_t do_mapc_reload; /* Flush & reload mount map cache */
/freebsd-10-stable/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-stable/sys/conf/
H A Dkmod.mk65 # reload:
337 .if !target(reload)
338 reload: unload load
/freebsd-10-stable/sys/dev/e1000/
H A De1000_api.c1280 if (hw->nvm.ops.reload)
1281 hw->nvm.ops.reload(hw);
H A De1000_82542.c223 hw->nvm.ops.reload(hw);
/freebsd-10-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile56 reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o \
/freebsd-10-stable/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.
/freebsd-10-stable/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-stable/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-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile103 $(srcdir)/c-common.h $(srcdir)/c-tree.h $(srcdir)/reload.h \

Completed in 380 milliseconds

12