Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-14.2/contrib/tcsh/
H A DPorted16 CONFIG : sunos*
27 CONFIG : sol*
43 CONFIG : sol26
54 CONFIG : sol29
65 CONFIG : sol2
76 CONFIG : linux
87 CONFIG : bsd
148 CONFIG : bsd*
199 CONFIG : aix
226 CONFIG : bsd
[all …]
/freebsd-14.2/sys/contrib/openzfs/udev/
H A Dvdev_id120 CONFIG=/etc/zfs/vdev_id.conf
478 {print $2; exit}' $CONFIG)
484 {print $2; exit}' $CONFIG)
495 {print $2; exit}' $CONFIG)
629 \$3 == \"$PORT_ID\") {print \$4\$3}}" $CONFIG)
684 { print $2; exit }' $CONFIG)
698 CONFIG=${OPTARG}
709 print $2}' "$CONFIG")
733 if [ ! -r "$CONFIG" ] ; then
734 echo "Error: Config file \"$CONFIG\" not found"
[all …]
/freebsd-14.2/contrib/dialog/
H A Drun_test.sh37 CONFIG=samples
44 [ -d "$CONFIG" ] || failed "no such directory: $CONFIG"
46 for rcfile in $CONFIG/*.rc
/freebsd-14.2/tools/test/stress2/
H A Drun.sh66 CONFIG=./default.cfg
69 CONFIG=$1
71 . $CONFIG
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx51-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,imx35-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,imx53-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,imx6q-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,imx50-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,imx6dl-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,imx6sx-pinctrl.txt11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
13 Reference Manual for detailed CONFIG settings.
15 CONFIG bits definition:
H A Dfsl,imx6sl-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like
14 CONFIG bits definition:
H A Dfsl,vf610-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is
10 a pin working on a specific function, CONFIG is the pad setting value
14 CONFIG bits definition:
H A Dfsl,imx6ul-pinctrl.txt12 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
14 Reference Manual for detailed CONFIG settings.
16 CONFIG bits definition:
H A Dfsl,imx6sll-pinctrl.txt11 imx6sll-pinfunc.h under device tree source folder. The last integer CONFIG is
13 Reference Manual for detailed CONFIG settings.
15 CONFIG bits definition:
H A Dfsl,imx7ulp-pinctrl.txt20 The last integer CONFIG is the pad setting value like
24 CONFIG settings.
26 CONFIG bits definition:
H A Dfsl,imx7d-pinctrl.txt34 imx7d-pinfunc.h under device tree source folder. The last integer CONFIG is
36 Reference Manual for detailed CONFIG settings.
41 CONFIG bits definition:
H A Dfsl,imx8ulp-pinctrl.yaml38 integer CONFIG is the pad setting value like pull-up on this pin. Please
39 refer to i.MX8ULP Reference Manual for detailed CONFIG settings.
H A Dfsl,imx8mm-pinctrl.yaml38 integer CONFIG is the pad setting value like pull-up on this pin. Please
39 refer to i.MX8M Mini Reference Manual for detailed CONFIG settings.
H A Dfsl,imx8mq-pinctrl.yaml38 integer CONFIG is the pad setting value like pull-up on this pin. Please
39 refer to i.MX8M Quad Reference Manual for detailed CONFIG settings.
/freebsd-14.2/contrib/nvi/
H A DCMakeLists.txt31 add_compile_options($<$<CONFIG:Debug>:-Wall>)
32 add_compile_options($<$<CONFIG:Debug>:-Wno-parentheses>)
33 add_compile_options($<$<CONFIG:Debug>:-Wno-uninitialized>)
34 add_compile_options($<$<CONFIG:Debug>:-Wmissing-prototypes>)
36 add_compile_options($<$<CONFIG:Debug>:-Wsystem-headers>)
38 add_compile_options($<$<CONFIG:Release>:-Wuninitialized>)
39 add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
123 target_compile_definitions(nvi PRIVATE $<$<CONFIG:Debug>:DEBUG>
124 $<$<CONFIG:Debug>:COMLOG>)
/freebsd-14.2/targets/pseudo/kernel/
H A DMakefile10 CONFIG= ${STAGE_HOST_OBJTOP}/usr/sbin/config macro
15 ${CONFIG} ${CONFIGARGS} -d ${KERN_OBJDIR} ${KERNCONF})
/freebsd-14.2/contrib/sendmail/
H A DRELEASE_NOTES106 described below in CONFIG section. This may break
444 CONFIG: Account for IPv6 localhost addresses in
1400 CONFIG: Add OSTYPE(freebsd6) for FreeBSD 6.X.
3420 CONFIG: Removed deprecated FEATURE(`rbl').
3750 CONFIG: Add OSTYPE(freebsd4) for FreeBSD 4.X.
4366 CONFIG: Fix usenet mailer calls.
5280 CONFIG: New OSTYPE(`hpux11') for HP/UX 11.X.
6851 CONFIG: NEXTSTEP: define confCW_FILE to
7543 CONFIG: no changes.
10438 CONFIG: portability fixes for HP-UX.
[all …]
/freebsd-14.2/usr.sbin/iovctl/
H A Diovctl.c166 CONFIG, enumerator
192 action = CONFIG; in main()
231 if (device == NULL && filename == NULL && action != CONFIG) { in main()
237 case CONFIG: in main()
/freebsd-14.2/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl703 WRITE CONFIG "package vmsconfig;"
705 WRITE CONFIG "use Exporter;"
708 WRITE CONFIG "our %config = ("
716 WRITE CONFIG ");"
717 WRITE CONFIG "our %target = ("
719 WRITE CONFIG ");"
720 WRITE CONFIG "our %disabled = ("
722 WRITE CONFIG ");"
723 WRITE CONFIG "our %withargs = ();"
725 WRITE CONFIG "1;"
[all …]

1234