HomeSort by: relevance | last modified time | path
    Searched refs:default (Results 1 - 25 of 130) sorted by relevancy

1 2 3 4 5 6

  /src/etc/
dm.conf 19 # default must be the last entry for the ``game'' keyword
20 game default 5 * *
passwd.conf 7 default:
ntp.conf 3 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
5 # This file is intended to be both a usable default, and a Quick-Start
48 # New ntpd disables the ntpdc protocol by default, to re-enable uncomment
54 # The default is 2 seconds between packets from the client.
82 # By default, allow client/server time exchange without prior
86 restrict default limited kod nomodify notrap nopeer noquery
125 # servers are intended to be used by default on NetBSD hosts.
  /src/etc/rc.d/
bootconf.sh 24 if [ -h /etc/etc.default ]; then
25 def=$(ls -ld /etc/etc.default 2>&1)
26 default="${def##*-> *etc.}"
28 default=current
30 if [ "$default" = "current" ]; then
32 default="${def##*-> *etc.}"
39 current|default|\*)
43 if [ "$name" = "$default" ]; then
56 trap "conf=$default; echo; echo Using default of $default" ALR
    [all...]
  /src/tests/crypto/libcrypto/conf/
d_conf_ssleay.cnf 28 [ default ]
41 #H=$default::HOME
  /src/tests/usr.bin/vmstat/
t_vmstat.sh 28 atf_test_case default
48 atf_add_test_case default
  /src/tests/usr.sbin/stdethers/
t_stdethers.sh 53 atf_test_case default cleanup
85 atf_add_test_case default
  /src/tests/usr.sbin/stdhosts/
t_stdhosts.sh 53 atf_test_case default cleanup
82 atf_add_test_case default
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_flags.inc 63 int, max_malloc_fill_size, 0x1000, // By default, fill only the first 4K.
112 "(default=true). This flag affects heap and global buffers, but not "
156 "realloc(p, 0) is equivalent to free(p) by default (Same as the "
  /src/usr.bin/make/unit-tests/
shell-sh.mk 4 # This is the default shell, so there's nothing surprising.
dollar.exp 10 1 dollar default => <>
11 2 dollar default => <>
12 4 dollar default => <>
18 1 dollar var-default => <>
19 2 dollar var-default => <$>
20 4 dollar var-default => <$$>
var-op-default.mk 1 # $NetBSD: var-op-default.mk,v 1.5 2023/11/19 22:32:44 rillig Exp $
6 # The variable VAR is not defined yet. Therefore it gets the default value
8 VAR?= default value
9 .if ${VAR} != "default value"
14 # ignores the new variable value, preserving the previous "default value".
16 .if ${VAR} != "default value"
35 # performs the variable assignment, resulting in $i == "default".
37 i?= default
39 .if ${i} != "default"
dollar.mk 40 $T '1 dollar default' ''${:U$:Q}
41 $T '2 dollar default' ''${:U$$:Q}
42 $T '4 dollar default' ''${:U$$$$:Q}
50 $T '1 dollar var-default' ''${:U${DOLLAR1}:Q}
51 $T '2 dollar var-default' ''${:U${DOLLAR2}:Q}
52 $T '4 dollar var-default' ''${:U${DOLLAR4}:Q}
directive-if-nested.mk 3 # Tests for deeply nested .if directives. By default, memory for 128 nested
  /src/usr.sbin/altq/altqd/altq.conf.samples/
hfsc.grate 11 # 50% of the excess bandwidth goes to the default class
13 class hfsc pvc0 def_class root pshare 50 default
hfsc.lo0 11 # 50% of the excess bandwidth goes to the default class
13 class hfsc lo0 def_class root pshare 50 default
hfsc.pvc0 8 class hfsc pvc0 def_class root pshare 60 default
cbq.bandwidthtest 7 class cbq en0 def_class root_class borrow priority 2 pbandwidth 95 default
cbq.sharing 14 class cbq pvc0 agencyA root_class priority 2 pbandwidth 70 borrow default
  /src/regress/sys/uvm/pdsim/
Makefile 19 CPRO_CFLAGS.default=
26 PDSIM_CPRO_VARIANTS+= default
53 CLOCK_CFLAGS.default=
56 PDSIM_CLOCK_VARIANTS+= default
  /src/sbin/newbtconf/
newbtconf.sh 26 ln -s $dir etc.default
69 rm etc.default
  /src/share/mk/
bsd.kernobj.mk 10 # KERNCONFDIRDEFAULT Is the default for ${KERNCONFDIR}.
20 # The default is the .OBJDIR of
  /src/sys/external/bsd/drm2/include/radeon/
Makefile 21 default-target: all
  /src/tests/net/mcast/
t_mcast.sh 48 atf_check -s exit:0 -o ignore rump.route add default 10.0.0.1
49 atf_check -s exit:0 -o ignore rump.route add -inet6 default fc00::1
83 atf_check -s exit:0 -o ignore rump.route add default 10.0.0.1
84 atf_check -s exit:0 -o ignore rump.route add -inet6 default fc00::1
  /src/sys/arch/ia64/stand/common/
help.common 28 Displays <prompt> or a default prompt, and counts down <delay> seconds
29 before attempting to boot. If <delay> is not specified, the default
39 has not already been loaded, it will be booted instead of the default
131 # Tset Sautoboot_delay DSet the default autoboot delay
135 Sets the default delay for the autoboot command to <value> seconds.
138 # Tset Sbootfile DSet the default boot file set
142 Sets the default set of kernel boot filename(s). It may be overridden
145 directories. The default bootfile set is "kernel".
175 Selects gdb-remote mode for the kernel debugger by default.
224 Selects the default device. Syntax for devices is odd
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6