Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/freebsd-13.1/usr.sbin/iovctl/
H A Dvalidate.c104 const nvlist_t *defaults; in apply_subsystem_defaults() local
122 nvlist_get_bool(defaults, name)); in apply_subsystem_defaults()
126 nvlist_get_number(defaults, name)); in apply_subsystem_defaults()
130 nvlist_get_string(defaults, name)); in apply_subsystem_defaults()
134 nvlist_get_nvlist(defaults, name)); in apply_subsystem_defaults()
137 bin = nvlist_get_binary(defaults, name, &len); in apply_subsystem_defaults()
155 apply_defaults(nvlist_t *vf, const nvlist_t *defaults) in apply_defaults() argument
229 nvlist_t *defaults, *pf, *vf; in validate_config() local
255 if (defaults != NULL) in validate_config()
256 apply_defaults(vf, defaults); in validate_config()
[all …]
/freebsd-13.1/contrib/libucl/tests/basic/
H A D18.in1 defaults {
8 .inherit "defaults"
18 defaults {
26 .inherit "defaults"
/freebsd-13.1/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt31 (defaults to 0: no ECC)
34 (defaults to 0: disabled)
37 (defaults to 0: disabled)
40 profiling (defaults to 0: disabled)
43 (defaults to 0: disabled)
46 (defaults to buffered mappings)
49 (defaults to 2: log Oopses and Panics). This can be set to INT_MAX to
59 - flags: if present, pass ramoops behavioral flags (defaults to 0,
/freebsd-13.1/crypto/openssh/
H A DFREEBSD-upgrade135 1) Modified server-side defaults
137 We've modified some configuration defaults in sshd:
139 - UsePAM defaults to "yes".
140 - PermitRootLogin defaults to "no".
141 - X11Forwarding defaults to "yes".
142 - PasswordAuthentication defaults to "no".
144 - PrivilegeSeparation defaults to "sandbox".
145 - UseDNS defaults to "yes".
147 2) Modified client-side defaults
149 We've modified some configuration defaults in ssh:
[all …]
H A Dssh_config5 # ssh_config(5) for more information. This file provides defaults for
15 # configuration file, and defaults at the end.
17 # Site-wide defaults for some commonly used options. For a comprehensive
18 # list of available options, their meanings and defaults, please see the
/freebsd-13.1/tools/tools/nanobsd/rescue/Files/etc/ssh/
H A Dssh_config5 # ssh_config(5) for more information. This file provides defaults for
15 # configuration file, and defaults at the end.
17 # Site-wide defaults for some commonly used options. For a comprehensive
18 # list of available options, their meanings and defaults, please see the
/freebsd-13.1/tools/tools/nanobsd/
H A Dmtree-dedup.awk170 merge_kvs(old_kvs, defaults);
185 defaults[kv_key] = kv_value;
190 delete defaults[kv_key];
198 print mtree_from_kvs("/set", defaults)
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_sense.c66 enum mlx4_port_type *defaults) in mlx4_do_sense_ports() argument
78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports()
80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports()
87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports()
/freebsd-13.1/usr.sbin/periodic/etc/daily/
H A D300.calendar13 if [ -r /etc/defaults/periodic.conf ]
15 . /etc/defaults/periodic.conf
H A D150.clean-hoststat10 if [ -r /etc/defaults/periodic.conf ]; then
11 . /etc/defaults/periodic.conf
H A D480.leapfile-ntpd8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D401.status-graid8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D408.status-gstripe8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D406.status-gmirror8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D407.status-graid38 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D409.status-gconcat8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D480.status-ntpd8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D330.news11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
H A D130.clean-msgs10 if [ -r /etc/defaults/periodic.conf ]
12 . /etc/defaults/periodic.conf
H A D410.status-mfi8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D420.status-network8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/freebsd-13.1/sys/contrib/openzfs/.github/
H A Dstale.yml12 # Set to true to ignore issues in a project (defaults to false)
14 # Set to true to ignore issues in a milestone (defaults to false)
16 # Set to true to ignore issues with an assignee (defaults to false)
/freebsd-13.1/usr.sbin/periodic/etc/security/
H A D410.logincheck32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
H A D400.passwdless32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
H A D300.chkuid033 if [ -r /etc/defaults/periodic.conf ]
35 . /etc/defaults/periodic.conf

12345678910>>...17