Home
last modified time | relevance | path

Searched refs:CONFIG_DIR (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/
H A Dopenvpn12 CONFIG_DIR=/etc/openvpn
14 test -d $CONFIG_DIR || exit 0
21 --config $CONFIG_DIR/$NAME.conf --cd $CONFIG_DIR || rc="$?"
39 for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do
44 if test -e $CONFIG_DIR/$2.conf ; then
84 if egrep '^( |\t)*user' $CONFIG_DIR/$NAME.conf > /dev/null 2>&1 ; then
/openbmc/linux/tools/testing/ktest/examples/include/
H A Dmin-config.conf49 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net
50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net
57 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min
58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
59 MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net
H A Dtests.conf55 MIN_CONFIG = ${CONFIG_DIR}/config-min-net
66 MIN_CONFIG = ${CONFIG_DIR}/config-min
H A Ddefaults.conf38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE}
96 MIN_CONFIG = ${CONFIG_DIR}/config-min
H A Dpatchcheck.conf36 PATCH_CONFIG := ${CONFIG_DIR}/config-patchcheck
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dprepare-serv-json3 CONFIG_DIR="/usr/share/phosphor-gpio-monitor"
4 MULTI_MONITOR_DEFAULT_CONF="${CONFIG_DIR}/phosphor-multi-gpio-monitor.json"
5 MULTI_MONITOR_EVT_CONF="${CONFIG_DIR}/phosphor-multi-gpio-monitor-evt.json"
6 MULTI_PRESENCE_DEFAULT_CONF="${CONFIG_DIR}/phosphor-multi-gpio-presence.json"
7 MULTI_PRESENCE_EVT_CONF="${CONFIG_DIR}/phosphor-multi-gpio-presence-evt.json"
/openbmc/u-boot/tools/
H A Dgenboardscfg.py32 CONFIG_DIR = 'configs' variable
74 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
99 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)):
235 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):