Home
last modified time | relevance | path

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

12345678910>>...18

/NextBSD/usr.sbin/iovctl/
HDvalidate.c104 const nvlist_t *defaults; in apply_subsystem_defaults() local
112 defaults = nvlist_get_nvlist(device_defaults, subsystem); in apply_subsystem_defaults()
115 while ((name = nvlist_next(defaults, &type, &cookie)) != NULL) { in apply_subsystem_defaults()
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
158 apply_subsystem_defaults(vf, DRIVER_CONFIG_NAME, defaults); in apply_defaults()
[all …]
/NextBSD/release/picobsd/mfs_tree/etc/
HDlogin.conf10 auth-defaults:\
13 auth-root-defaults:\
17 auth-ftp-defaults:\
37 :tc=auth-defaults:
95 :tc=auth-root-defaults:\
/NextBSD/crypto/openssh/
HDFREEBSD-upgrade108 1) Modified server-side defaults
110 We've modified some configuration defaults in sshd:
112 - PasswordAuthentication defaults to "no".
114 - LoginGraceTime defaults to 120 seconds instead of 600.
116 - PermitRootLogin defaults to "no".
118 - X11Forwarding defaults to "yes" (it's a threat to the client,
121 2) Modified client-side defaults
123 We've modified some configuration defaults in ssh:
125 - CheckHostIP defaults to "no".
HDssh_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
/NextBSD/contrib/libstdc++/
Dconfigure.host19 # cpu_include_dir CPU-specific directory, defaults to cpu/generic
23 # os_include_dir OS-specific directory, defaults to os/generic.
25 # c_model the "C" header model, defaults to c_std.
28 # defaults to no.
31 # defaults to host_cpu-host_os (as per config.guess)
34 # defaults to cpu_include_dir
37 # defaults to cpu_include_dir
40 # defaults to generic.
43 # defaults to generic.
49 # (defaults to empty in acinclude.m4)
[all …]
/NextBSD/tools/tools/nanobsd/rescue/Files/etc/ssh/
HDssh_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
/NextBSD/tools/tools/nanobsd/
HDmtree-dedup.awk171 merge_kvs(old_kvs, defaults);
186 defaults[kv_key] = kv_value;
191 delete defaults[kv_key];
199 print mtree_from_kvs("/set", defaults)
/NextBSD/sys/dev/ifmlx4/
HDsense.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()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDsense.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()
/NextBSD/share/examples/etc/
HDREADME.examples17 defaults/ - directory containing default configuration file
70 defaults/bluetooth.device.conf -
71 defaults/devfs.rules - default configuration rules for devfs(8)
72 defaults/periodic.conf - default configuration file for periodic(8)
73 defaults/rc.conf - default system configuration info (see rc.conf(5))
/NextBSD/contrib/libucl/tests/basic/
HD18.in1 defaults {
8 .inherit "defaults"
/NextBSD/etc/periodic/daily/
HD300.calendar13 if [ -r /etc/defaults/periodic.conf ]
15 . /etc/defaults/periodic.conf
HD150.clean-hoststat10 if [ -r /etc/defaults/periodic.conf ]; then
11 . /etc/defaults/periodic.conf
HD401.status-graid8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
HD406.status-gmirror8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
HD408.status-gstripe8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
HD409.status-gconcat8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
HD407.status-graid38 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
HD330.news11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
HD480.status-ntpd8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
HD999.local11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
HD130.clean-msgs10 if [ -r /etc/defaults/periodic.conf ]
12 . /etc/defaults/periodic.conf
/NextBSD/etc/periodic/security/
HD410.logincheck32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
/NextBSD/etc/periodic/weekly/
HD999.local8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/NextBSD/etc/periodic/monthly/
HD999.local8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf

12345678910>>...18