Searched refs:periodic (Results 1 - 25 of 80) sorted by last modified time

1234

/freebsd-11-stable/sys/dev/evdev/
H A Dinput.h209 * Force feedback periodic effect types
264 struct ff_periodic_effect periodic; member in union:ff_effect::__anon7
/freebsd-11-stable/stand/lua/
H A Dcore.lua181 loader.setenv("kern.eventtimer.periodic", "1")
189 loader.unsetenv("kern.eventtimer.periodic")
/freebsd-11-stable/sys/kern/
H A Dkern_clocksource.c89 static sbintime_t timerperiod; /* Timer period for periodic mode. */
99 static int singlemul; /* Multiplier for periodic mode. */
101 0, "Multiplier for periodic mode");
103 static u_int idletick; /* Run periodic events when idle. */
105 0, "Run periodic events when idle");
107 static int periodic; /* Periodic or one-shot mode. */ variable
109 TUNABLE_INT("kern.eventtimer.periodic", &want_periodic);
319 if (periodic)
390 if (periodic) {
393 * Try to start all periodic timer
[all...]
/freebsd-11-stable/etc/periodic/daily/
H A D200.backup-passwd3 # $FreeBSD: stable/11/etc/periodic/daily/200.backup-passwd 357900 2020-02-14 02:27:01Z kevans $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D800.scrub-zfs3 # $FreeBSD: stable/11/etc/periodic/daily/800.scrub-zfs 342647 2018-12-31 11:05:38Z mr $
12 if [ -r /etc/defaults/periodic.conf ]
14 . /etc/defaults/periodic.conf
36 echo " '/etc/periodic.conf:daily_scrub_zfs_pools'"
H A DMakefile1 # $FreeBSD: stable/11/etc/periodic/daily/Makefile 330770 2018-03-11 17:43:04Z emaste $
33 ACCTDIR= /etc/periodic/daily
H A D480.leapfile-ntpd3 # $FreeBSD: stable/11/etc/periodic/daily/480.leapfile-ntpd 325256 2017-11-01 01:03:44Z cy $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D410.status-mfi3 # $FreeBSD: stable/11/etc/periodic/daily/410.status-mfi 317857 2017-05-05 21:59:34Z asomers $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-11-stable/etc/periodic/security/
H A D520.pfdenied27 # $FreeBSD: stable/11/etc/periodic/security/520.pfdenied 357290 2020-01-30 09:56:57Z kp $
32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
38 . /etc/periodic/security/security.functions
H A D110.neggrpperm27 # $FreeBSD: stable/11/etc/periodic/security/110.neggrpperm 324060 2017-09-27 15:05:49Z asomers $
32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
H A D100.chksetuid27 # $FreeBSD: stable/11/etc/periodic/security/100.chksetuid 324060 2017-09-27 15:05:49Z asomers $
32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
38 . /etc/periodic/security/security.functions
/freebsd-11-stable/usr.sbin/
H A DMakefile62 periodic \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend691 usr.sbin/periodic \
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c916 * Added period_cmd(), which executes the alias "periodic" every
931 xprintf("%s", CGETS(22, 6, "Faulty alias 'periodic' removed.\n"));
1052 * Either precmd, or cwdcmd, or periodic had an error. Call it again so
1062 * So if we hit ^C in the middle of cwdcmd or periodic the alias gets
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h222 struct callout periodic; member in struct:nat64lsn_cfg
H A Dnat64lsn.c735 callout_schedule(&cfg->periodic, hz * PERIODIC_DELAY);
1706 callout_reset(&cfg->periodic, hz * PERIODIC_DELAY,
1728 callout_init(&cfg->periodic, CALLOUT_MPSAFE);
1764 callout_drain(&cfg->periodic);
/freebsd-11-stable/etc/periodic/weekly/
H A D340.noid3 # $FreeBSD: stable/11/etc/periodic/weekly/340.noid 342366 2018-12-22 10:57:52Z eugen $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D450.status-security3 # $FreeBSD: stable/11/etc/periodic/weekly/450.status-security 317554 2017-04-28 14:43:14Z asomers $
8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
30 periodic security > $tempfile || rc=3
39 periodic security || rc=3;;
42 periodic security || rc=3;;
/freebsd-11-stable/usr.sbin/periodic/
H A Dperiodic.sh3 # $FreeBSD: stable/11/usr.sbin/periodic/periodic.sh 352490 2019-09-18 17:21:34Z asomers $
5 # Run nightly periodic scripts
7 # usage: periodic { daily | weekly | monthly | security } - run standard scripts
8 # periodic /absolute/path/to/directory - run periodic scripts in dir
35 if [ -r /etc/defaults/periodic.conf ]; then
36 . /etc/defaults/periodic.conf
51 lockfile=/var/run/periodic.${arg##*/}.lock
80 export PERIODIC_ANTICONGESTION_FILE=`mktemp ${TMPDIR:-/tmp}/periodic
[all...]
/freebsd-11-stable/sys/dev/mpr/
H A Dmprvar.h309 struct callout periodic; member in struct:mpr_softc
H A Dmpr.c1672 callout_init_mtx(&sc->periodic, &sc->mpr_mtx, 0);
1703 /* Start the periodic watchdog check on the IOC Doorbell */
1774 callout_reset(&sc->periodic, MPR_PERIODIC_DELAY * hz, mpr_periodic, sc);
1842 callout_drain(&sc->periodic);
/freebsd-11-stable/sys/dev/mps/
H A Dmpsvar.h296 struct callout periodic; member in struct:mps_softc
H A Dmps.c1527 callout_init_mtx(&sc->periodic, &sc->mps_mtx, 0);
1558 /* Start the periodic watchdog check on the IOC Doorbell */
1625 callout_reset(&sc->periodic, MPS_PERIODIC_DELAY * hz, mps_periodic, sc);
1692 callout_drain(&sc->periodic);
/freebsd-11-stable/etc/
H A DMakefile247 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
/freebsd-11-stable/share/man/man5/
H A DMakefile51 periodic.conf.5 \

Completed in 228 milliseconds

1234