/freebsd/usr.sbin/periodic/ |
H A D | periodic.8 | 29 .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 D | periodic.sh | 4 # 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 D | periodic.conf | 3 # 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 D | Makefile | 1 PACKAGE= periodic 3 CONFS= periodic.conf 5 SCRIPTS=periodic.sh 6 MAN= periodic.8
|
/freebsd/share/man/man5/ |
H A D | periodic.conf.5 | 30 .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 D | kern_clocksource.c | 90 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 D | 450.status-security | 7 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 D | 801.trim-zfs | 8 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 D | 450.status-security | 7 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 D | 450.status-security | 7 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 D | eventtimers.4 | 95 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 D | dwc3.txt | 92 - 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 D | p2p_hostapd.c | 46 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 D | autoscan_periodic.c | 2 * 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 D | makewhatis.local.8 | 45 .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 D | hz.9 | 43 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 D | FREEBSD-upgrade | 31 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 D | crontab | 16 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 D | 700.kernelmsg | 34 if [ -r /etc/defaults/periodic.conf ] 36 . /etc/defaults/periodic.conf 40 . /etc/periodic/security/security.functions
|
H A D | 500.ipfwdenied | 31 if [ -r /etc/defaults/periodic.conf ] 33 . /etc/defaults/periodic.conf 37 . /etc/periodic/security/security.functions
|
H A D | 510.ipfdenied | 31 if [ -r /etc/defaults/periodic.conf ] 33 . /etc/defaults/periodic.conf 37 . /etc/periodic/security/security.functions
|
H A D | 610.ipf6denied | 31 if [ -r /etc/defaults/periodic.conf ] 33 . /etc/defaults/periodic.conf 37 . /etc/periodic/security/security.functions
|
H A D | 200.chkmounts | 34 if [ -r /etc/defaults/periodic.conf ] 36 . /etc/defaults/periodic.conf 40 . /etc/periodic/security/security.functions
|
H A D | 520.pfdenied | 31 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 D | tegra30-asus-tf201.dts | 236 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;
|