Searched refs:autoload (Results 1 – 10 of 10) sorted by relevance
/freebsd/tests/atf_python/ |
H A D | ktest.py | 47 autoload = obj.KTEST_MODULE_AUTOLOAD 49 loader = KtestLoader(module_name, autoload) 67 def __init__(self, module_name: str, autoload: bool): 69 self.autoload = autoload 78 if self.autoload: 105 if not ret and self.autoload:
|
/freebsd/usr.sbin/ppp/ |
H A D | mp.c | 200 if (percent >= mp->cfg.autoload.max) { in mp_UpDown() 203 } else if (percent <= mp->cfg.autoload.min) { in mp_UpDown() 218 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) { in mp_CheckAutoloadTimer() 220 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); in mp_CheckAutoloadTimer() 233 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) in mp_RestartAutoloadTimer() 259 mp->cfg.autoload.period = SAMPLE_PERIOD; in mp_Init() 260 mp->cfg.autoload.min = mp->cfg.autoload.max = 0; in mp_Init() 261 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); in mp_Init() 332 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); in mp_Up() 892 " period %d secs\n", mp->cfg.autoload.min, in mp_ShowStatus() [all …]
|
H A D | mp.h | 104 } autoload; member
|
H A D | README.changes | 117 o The ``set autoload'' command syntax and implementation have changed as the 130 o MP autoload throughput measurements are now based on the maximum of input
|
H A D | command.c | 1736 arg->bundle->ncp.mp.cfg.autoload.min = v1; in SetVariable() 1737 arg->bundle->ncp.mp.cfg.autoload.max = v2; in SetVariable() 1738 arg->bundle->ncp.mp.cfg.autoload.period = v3; in SetVariable()
|
/freebsd/contrib/netbsd-tests/fs/ |
H A D | h_funcs.subr | 58 [ "${autoload}" = "1" ] && return 0
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | lisp | 24 0 search/4096 (autoload\ Lisp/Scheme program text
|
H A D | msdos | 873 >>>>>&-1 string/16 x \b, autoload "%s" 898 >>>>>>>>>>&-1 string/16 x \b, autoload "%s"
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 205 If the base configuration file is set up to autoload the fips module, then the
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 574 ### no-autoload-config
|