Home
last modified time | relevance | path

Searched full:periodic (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/freebsd/usr.sbin/periodic/
H A Dperiodic.829 .Nm periodic
30 .Nd run periodic system functions
48 Perform the standard daily periodic executable run.
51 Perform the standard weekly periodic executable run.
54 Perform the standard monthly periodic executable run.
67 .Pa /etc/periodic
71 .Xr periodic.conf 5
106 .Pa periodic.conf ,
114 .Xr periodic.conf 5 .
159 .Bl -tag -width ".Pa /etc/defaults/periodic.conf"
[all …]
H A Dperiodic.sh4 # Run nightly periodic scripts
6 # usage: periodic { daily | weekly | monthly | security } - run standard scripts
7 # periodic /absolute/path/to/directory - run periodic scripts in dir
34 if [ -r /etc/defaults/periodic.conf ]; then
35 . /etc/defaults/periodic.conf
40 # periodic is run interactively.
54 lockfile=/var/run/periodic.${arg##*/}.lock
60 output_pipe $arg "$PERIODIC"
65 output_pipe $arg "$PERIODIC"
83 export PERIODIC_ANTICONGESTION_FILE=`mktemp ${TMPDIR:-/tmp}/periodic.anticongestion.XXXXXXXXXX`
[all …]
H A Dperiodic.conf3 # This is defaults/periodic.conf - a file full of useful variables that
4 # you can set to change the default behaviour of periodic jobs on your
13 # For a more detailed explanation of all the periodic.conf variables, please
14 # refer to the periodic.conf(5) manual page.
28 periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local ${_localbase}/etc/periodic.conf"
30 # periodic script dirs. _localbase is being set in /usr/sbin/periodic
31 local_periodic="${_localbase}/etc/periodic"
38 # These options are used by periodic(8) itself to determine what to do
202 # These options are used by periodic(8) itself to determine what to do
234 # These options are used by periodic(8) itself to determine what to do
[all …]
H A DMakefile1 PACKAGE= periodic
3 CONFS= periodic.conf
5 SCRIPTS=periodic.sh
6 MAN= periodic.8
/freebsd/share/man/man5/
H A Dperiodic.conf.530 .Nm periodic.conf
31 .Nd periodic job configuration information
42 .Pa /etc/periodic.conf.local
48 is actually sourced as a shell script from each of the periodic scripts
52 .Xr periodic 8
57 List of directories to search for periodic scripts.
59 .Pa /etc/periodic ,
61 .Xr periodic 8
91 .Xr periodic 8
102 .Xr periodic 8
[all …]
/freebsd/sys/kern/
H A Dkern_clocksource.c90 static sbintime_t timerperiod; /* Timer period for periodic mode. */
100 static int singlemul; /* Multiplier for periodic mode. */
102 0, "Multiplier for periodic mode");
104 static u_int idletick; /* Run periodic events when idle. */
106 0, "Run periodic events when idle");
108 static int periodic; /* Periodic or one-shot mode. */ variable
110 TUNABLE_INT("kern.eventtimer.periodic", &want_periodic);
317 if (periodic)
388 if (periodic) {
391 * Try to start all periodic timers aligned
[all …]
/freebsd/usr.sbin/periodic/etc/daily/
H A D450.status-security7 if [ -r /etc/defaults/periodic.conf ]
9 . /etc/defaults/periodic.conf
29 periodic security > $tempfile || rc=3
38 periodic security || rc=3;;
41 periodic security || rc=3;;
H A D801.trim-zfs8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
30 echo " '/etc/periodic.conf:daily_trim_zfs_pools'"
/freebsd/usr.sbin/periodic/etc/monthly/
H A D450.status-security7 if [ -r /etc/defaults/periodic.conf ]
9 . /etc/defaults/periodic.conf
29 periodic security > $tempfile || rc=3
38 periodic security || rc=3;;
41 periodic security || rc=3;;
/freebsd/usr.sbin/periodic/etc/weekly/
H A D450.status-security7 if [ -r /etc/defaults/periodic.conf ]
9 . /etc/defaults/periodic.conf
29 periodic security > $tempfile || rc=3
38 periodic security || rc=3;;
41 periodic security || rc=3;;
/freebsd/share/man/man4/
H A Deventtimers.495 periodic mode supported,
119 .It Va kern.eventtimer.periodic
120 allows to choose periodic and one-shot operation mode.
121 In periodic mode, periodic interrupts from timer hardware are taken as the
129 in periodic mode specifies how much times higher timer frequency should be,
142 and runs in periodic mode, this option has no effect - all interrupts are
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt92 - snps,rx-thr-num-pkt-prd: periodic ESS RX packet threshold count - host mode
95 section 1.2.4) to enable periodic ESS RX threshold.
96 - snps,rx-max-burst-prd: max periodic ESS RX burst size - host mode only. Set
99 enable periodic ESS RX threshold.
100 - snps,tx-thr-num-pkt-prd: periodic ESS TX packet threshold count - host mode
103 section 1.2.3) to enable periodic ESS TX threshold.
104 - snps,tx-max-burst-prd: max periodic ESS TX burst size - host mode only. Set
107 enable periodic ESS TX threshold.
/freebsd/contrib/wpa/src/ap/
H A Dp2p_hostapd.c46 wpa_printf(MSG_DEBUG, "P2P: Non-periodic NoA - set " in hostapd_p2p_set_noa()
57 "periodic NoA parameters"); in hostapd_p2p_set_noa()
62 "periodic NoA"); in hostapd_p2p_set_noa()
73 wpa_printf(MSG_DEBUG, "P2P: Disable periodic NoA"); in hostapd_p2p_non_p2p_sta_connected()
84 wpa_printf(MSG_DEBUG, "P2P: Enable periodic NoA"); in hostapd_p2p_non_p2p_sta_disconnected()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dautoscan_periodic.c2 * WPA Supplicant - auto scan periodic module
54 wpa_printf(MSG_DEBUG, "autoscan periodic: interval is %d", in autoscan_periodic_init()
74 wpa_printf(MSG_DEBUG, "autoscan periodic: scan result notification"); in autoscan_periodic_notify_scan()
81 .name = "periodic",
/freebsd/libexec/makewhatis.local/
H A Dmakewhatis.local.845 .Pa periodic weekly
52 .Bl -tag -width /etc/periodic/weekly/320.whatis.XXX -compact
53 .It Pa /etc/periodic/weekly/320.whatis
62 .Xr periodic 8
/freebsd/share/man/man9/
H A Dhz.943 utilizes periodic, one-shot, global or per-CPU
47 These clocks regulate periodic events in the system.
51 and to pace periodic system processing as documented in
138 for a higher-resolution periodic interrupt than has been traditionally
144 lack enough periodic interrupt sources.
/freebsd/contrib/sendmail/
H A DFREEBSD-upgrade31 etc/defaults/periodic.conf
44 etc/periodic/daily/440.status-mailq
45 etc/periodic/daily/500.queuerun
64 share/man/man5/periodic.conf.5
/freebsd/usr.sbin/cron/cron/
H A Dcrontab16 1 3 * * * root periodic daily
17 15 4 * * 6 root periodic weekly
18 30 5 1 * * root periodic monthly
/freebsd/usr.sbin/periodic/etc/security/
H A D700.kernelmsg34 if [ -r /etc/defaults/periodic.conf ]
36 . /etc/defaults/periodic.conf
40 . /etc/periodic/security/security.functions
H A D500.ipfwdenied31 if [ -r /etc/defaults/periodic.conf ]
33 . /etc/defaults/periodic.conf
37 . /etc/periodic/security/security.functions
H A D510.ipfdenied31 if [ -r /etc/defaults/periodic.conf ]
33 . /etc/defaults/periodic.conf
37 . /etc/periodic/security/security.functions
H A D610.ipf6denied31 if [ -r /etc/defaults/periodic.conf ]
33 . /etc/defaults/periodic.conf
37 . /etc/periodic/security/security.functions
H A D200.chkmounts34 if [ -r /etc/defaults/periodic.conf ]
36 . /etc/defaults/periodic.conf
40 . /etc/periodic/security/security.functions
H A D520.pfdenied31 if [ -r /etc/defaults/periodic.conf ]
33 . /etc/defaults/periodic.conf
37 . /etc/periodic/security/security.functions
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-asus-tf201.dts236 nvidia,emc-cfg-periodic-qrst;
271 nvidia,emc-cfg-periodic-qrst;
306 nvidia,emc-cfg-periodic-qrst;
341 nvidia,emc-cfg-periodic-qrst;
376 nvidia,emc-cfg-periodic-qrst;
417 nvidia,emc-cfg-periodic-qrst;
453 nvidia,emc-cfg-periodic-qrst;
489 nvidia,emc-cfg-periodic-qrst;
525 nvidia,emc-cfg-periodic-qrst;
560 nvidia,emc-cfg-periodic-qrst;

12345678910>>...18