Searched refs:AUTO (Results 1 – 16 of 16) sorted by relevance
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | netconfig | 84 AUTO=auto 89 AUTO= 120 if [ ${IPV4_AVAIL} -eq 1 -a -z "$AUTO" ]; then 128 bsdinstall netconfig_ipv4 ${INTERFACE} "${IFCONFIG_PREFIX}" $AUTO 130 if [ -z "$AUTO" ]; then 142 if [ ${IPV6_AVAIL} -eq 1 -a -z "$AUTO" ]; then 150 bsdinstall netconfig_ipv6 ${INTERFACE} $AUTO 152 if [ -z "$AUTO" ]; then 222 if [ -n "$AUTO" ] && [ -n "${IP4_1}" -o -n "${IP6_1}" ]; then
|
H A D | netconfig_ipv6 | 51 AUTO="${2:-}" 58 case "$AUTO" in 63 --msgbox "Bad auto option '$AUTO'." 0 0 70 if [ -n "$AUTO" ]; then 90 if [ -n "$AUTO" ]; then
|
H A D | netconfig_ipv4 | 43 AUTO="${3:-}" 51 case "$AUTO" in 56 --msgbox "Bad auto option '$AUTO'." 0 0 61 if [ -n "$AUTO" ]; then 81 if [ -n "$AUTO" ]; then
|
H A D | services | 83 echo '# Set dumpdev to "AUTO" to enable crash dumps, "NO"' \
|
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/ |
H A D | zfs-lib.sh.in | 96 ""|zfs|zfs:|zfs:AUTO) 97 root=zfs:AUTO 113 "") root=zfs:AUTO ;;
|
H A D | zfs-env-bootfs.service.in | 13 [ "$root" = "zfs:AUTO" ] && root="$(@sbindir@/zpool list -H -o bootfs | grep -m1 -vFx -)"; \
|
/freebsd/contrib/expat/ |
H A D | README.md | 307 // Make use of getrandom function (ON|OFF|AUTO) [default=AUTO] 308 EXPAT_WITH_GETRANDOM:STRING=AUTO 313 // Make use of syscall SYS_getrandom (ON|OFF|AUTO) [default=AUTO] 314 EXPAT_WITH_SYS_GETRANDOM:STRING=AUTO
|
H A D | Changes | 883 -DEXPAT_WITH_GETRANDOM=(ON|OFF|AUTO), default AUTO 884 -DEXPAT_WITH_SYS_GETRANDOM=(ON|OFF|AUTO), default AUTO
|
/freebsd/sys/contrib/openzfs/contrib/dracut/ |
H A D | README.md | 24 `zfs:AUTO`, `zfs:`, `zfs` | *(as above, but overriding other autoselection methods)* | 32 …`rootfstype=zfs` is equivalent to `root=zfs:AUTO`, `rootfstype=zfs root=pool/dataset` is equivalen…
|
/freebsd/release/tools/ |
H A D | oracle.conf | 45 dumpdev=AUTO
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/ |
H A D | README.md | 26 * `root=zfs:AUTO` 30 If a pool is specified, it will be used. Otherwise, in `AUTO` mode, all pools
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/ |
H A D | zfs | 82 if [ -n "${ZFS_BOOTFS}" ] && [ "${ZFS_BOOTFS}" != "zfs:AUTO" ]; then 786 # root=zfs:AUTO (tries to detect both pool and rootfs) 836 # Do auto detect. Do this by 'cheating' - set 'root=zfs:AUTO' 838 ROOT='zfs:AUTO' 845 if [ "$ROOT" = "zfs:AUTO" ] 850 # the root dataset, but with root=zfs:AUTO on cmdline, 851 # this says "zfs:AUTO" here and interferes with checks later 887 # Import the pool (if not already done so in the AUTO check above).
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 49 TYPE_BIT_CODE(Auto, AUTO, 38)
|
/freebsd/tools/tools/nanobsd/rescue/ |
H A D | common | 80 echo "#ifconfig_fxp0=\"AUTO\"" >> etc/rc.conf
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | axp20x.txt | 75 - x-powers,dcdc-workmode: 1 for PWM mode, 0 for AUTO (PWM/PFM) mode
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 2818 vt320nam|v320n|DEC VT320 in VT100 emul. mode with NO AUTO WRAP mode, 22361 # Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
|