Home
last modified time | relevance | path

Searched refs:eval (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/
H A D0001-beep-library-Make-it-compatible-with-c99.patch59 @@ -155,7 +155,6 @@ $(eval $(call CHECK_CFLAGS,common_CFLAGS
60 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wall))
61 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wextra))
62 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Weverything))
63 -$(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror))
64 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-padded))
65 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror=format-security))
66 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-disabled-macro-expansion))
67 @@ -169,11 +168,6 @@ $(eval $(call CHECK_CFLAGS,CFLAGS,-fanal
68 $(eval $(call CHECK_CFLAGS,CFLAGS,-fstack-protector-strong))
[all …]
/openbmc/openbmc-tools/tracing/
H A DREADME.md34 + eval 'trace=\${EVENT_${elem}}'
36 ++ eval echo '${EVENT_sched}'
38 + for event in '$(eval echo ${trace})'
40 + for event in '$(eval echo ${trace})'
42 + for event in '$(eval echo ${trace})'
44 + for event in '$(eval echo ${trace})'
66 + eval 'trace=\${EVENT_${elem}}'
68 ++ eval echo '${EVENT_sched}'
70 + for event in '$(eval echo ${trace})'
72 + for event in '$(eval echo ${trace})'
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dbuild_fixup.patch71 -#define PR_RUN_DIR "`eval echo "${localstatedir}"`"
72 +#define PR_RUN_DIR "`eval echo "${localstatedir}"/run/`"
80 -#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/proftpd.pid"`"
81 +#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/run/proftpd.pid"`"
89 @@ -4248,8 +4248,8 @@ locale_dir="`eval echo ${locale_dir}`"
90 AC_DEFINE_UNQUOTED(PR_LOCALE_DIR, "`eval echo "${locale_dir}"`", [Define the locale directory])
92 AC_DEFINE_UNQUOTED(PR_RUN_DIR, "`eval echo "${localstatedir}"`", [Define the run directory])
93 -AC_DEFINE_UNQUOTED(PR_CONFIG_FILE_PATH, "`eval echo "${sysconfdir}/proftpd.conf"`", [Define the co…
94 -AC_DEFINE_UNQUOTED(PR_PID_FILE_PATH, "`eval echo "${localstatedir}/proftpd.pid"`", [Define the PID…
95 +AC_DEFINE_UNQUOTED(PR_CONFIG_FILE_PATH, "`eval echo "${sysconfdir}/run/proftpd.conf"`", [Define th…
[all …]
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Dconfigure_fix.patch40 -if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
47 - eval "ac_cv_file_$ac_safe=yes"
49 - eval "ac_cv_file_$ac_safe=no"
53 -if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
63 -if eval "test \"`echo '$''{'ac_cv_lib_net'+set}'`\" = set"; then
76 -if { (eval echo configure:898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac…
119 -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
136 -if { (eval echo configure:940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac…
138 - eval "ac_cv_lib_$ac_lib_var=yes"
143 - eval "ac_cv_lib_$ac_lib_var=no"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch29 - eval flag=\"$hardcode_libdir_flag_spec\"
37 + *) eval flag=\"$hardcode_libdir_flag_spec\"
48 - eval flag=\"$hardcode_libdir_flag_spec\"
56 + *) eval flag=\"$hardcode_libdir_flag_spec\"
67 - eval flag=\"$hardcode_libdir_flag_spec\"
73 + *) eval flag=\"$hardcode_libdir_flag_spec\"
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-io.h69 u32 eval, u32 mask) in cx18_writel_expect() argument
73 eval &= mask; in cx18_writel_expect()
77 if (r == 0xffffffff && eval != 0xffffffff) in cx18_writel_expect()
79 if (eval == (r & mask)) in cx18_writel_expect()
148 u32 eval, u32 mask) in cx18_write_reg_expect() argument
150 cx18_writel_expect(cx, val, cx->reg_mem + reg, eval, mask); in cx18_write_reg_expect()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0010-sync-with-OE-libtool-changes.patch36 - eval flag=\"$hardcode_libdir_flag_spec\"
44 + *) eval flag=\"$hardcode_libdir_flag_spec\"
55 - eval flag=\"$hardcode_libdir_flag_spec\"
63 + *) eval flag=\"$hardcode_libdir_flag_spec\"
74 - eval flag=\"$hardcode_libdir_flag_spec\"
80 + *) eval flag=\"$hardcode_libdir_flag_spec\"
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A D0001-systemd-use-EnvironmentFile.patch22 AC_CONFIG_COMMANDS_PRE([eval eval _sbindir=$sbindir])
24 +AC_CONFIG_COMMANDS_PRE([eval eval _sysconfdir=$sysconfdir])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch62 "") eval unset $name;;
64 - eval : \${$name=\`bin/postconf -c $CONFIG_DIRECTORY -hx $name\`} ||
65 + eval : \${$name=\`$POSTCONF -c $CONFIG_DIRECTORY -hx $name\`} ||
71 "") eval unset $name;;
73 - eval : \${$name=\`bin/postconf -c conf -d -hx $name\`} || exit 1
74 + eval : \${$name=\`$POSTCONF -c conf -d -hx $name\`} || exit 1
H A D0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch50 - eval ${CC-gcc} ${CCARGS} -o makedefs.test makedefs.test.c || exit 1
51 + eval ${BUILD_CC-gcc} ${CCARGS} -o makedefs.test makedefs.test.c || exit 1
59 - eval ${CC-gcc} ${CCARGS} -o makedefs.test makedefs.test.c || exit 1
60 + eval ${BUILD_CC-gcc} ${CCARGS} -o makedefs.test makedefs.test.c || exit 1
63 eval ${parm_name}=\""\$parm_val"\"
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py18 def eval(self, data): member in StatementGroup
20 statement.eval(data)
33 def eval(self, data): member in IncludeNode
51 def eval(self, data): member in IncludeAllNode
66 def eval(self, data): member in ExportNode
74 def eval(self, data): member in UnsetNode
88 def eval(self, data): member in UnsetFlagNode
113 def eval(self, data): member in DataNode
180 def eval(self, data): member in MethodNode
212 def eval(self, data): member in PythonMethodNode
[all …]
/openbmc/linux/arch/mips/ralink/
H A DKconfig79 bool "RT2880 eval kit"
84 bool "RT305x eval kit"
89 bool "RT3883 eval kit"
94 bool "MT7620A eval kit"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash.inc88eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/share/locale" -D CRASH_MERGE -D …
/openbmc/u-boot/doc/
H A DREADME.AMCC-eval-boards-cleanup2 Cleanup of AMCC eval boards (Walnut/Sycamore, Bubinga, Ebony, Ocotea)
5 Changes to all AMCC eval boards:
21 Sycamore/Walnut (one port supporting both eval boards):
/openbmc/linux/lib/
H A Dtest_ubsan.c62 enum ubsan_test_enum eval, eval2, *eptr; in test_ubsan_load_invalid_value() local
74 dst = (char *)&eval; in test_ubsan_load_invalid_value()
79 eval2 = eval; in test_ubsan_load_invalid_value()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dexpand_remote_port.patch3 diff -ruN tcp_wrappers_7.6.orig/eval.c tcp_wrappers_7.6/eval.c
4 --- tcp_wrappers_7.6.orig/eval.c 1995-01-30 19:51:46.000000000 +0100
5 +++ tcp_wrappers_7.6/eval.c 2004-11-04 13:59:01.000000000 +0100
/openbmc/openbmc/poky/meta/classes/
H A Duseradd_base.bbclass26 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO groupadd \$opts\" || true
43 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO useradd \$opts\" || true
62 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO groupmems \$opts\" || true
86 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO groupdel \$opts\" || true
106 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO userdel \$opts\" || true
126 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO groupmod \$opts\"
145 eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO usermod \$opts\"
163eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO sed --follow-symlinks -i \''s/^\('$username':[^:]…
/openbmc/u-boot/board/st/stm32h743-eval/
H A DKconfig5 default "stm32h743-eval"
17 default "stm32h743-eval"
H A DMAINTAINERS4 F: board/st/stm32h743-eval
5 F: include/configs/stm32h743-eval.h
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0004-tcl-update-the-header-location.patch45 @@ -726,7 +726,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
46 eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
58 -eval "TCL_INCLUDE_SPEC=\"-I${includedir}\""
59 +eval "TCL_INCLUDE_SPEC=\"-I${includedir}/tcl${VERSION}\""
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dalter-includedir.patch45 @@ -775,7 +775,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
46 eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
58 -eval "TCL_INCLUDE_SPEC=\"-I${includedir}\""
59 +eval "TCL_INCLUDE_SPEC=\"-I${includedir}/tcl${VERSION}\""
/openbmc/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-colibri-eval-v3.dts8 #include "vf-colibri-eval-v3.dtsi"
12 compatible = "toradex,vf610-colibri_vf61-on-eval", "toradex,vf610-colibri_vf61", "fsl,vf610";
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm-apalis-eval.dts9 #include "imx8-apalis-eval.dtsi"
13 compatible = "toradex,apalis-imx8-eval",
H A Dimx8qm-apalis-v1.1-eval.dts9 #include "imx8-apalis-eval.dtsi"
13 compatible = "toradex,apalis-imx8-v1.1-eval",
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c390 u32 eval; in tcp_bpf_send_verdict() local
394 if (psock->eval == __SK_NONE) { in tcp_bpf_send_verdict()
401 psock->eval = sk_psock_msg_verdict(sk, psock, msg); in tcp_bpf_send_verdict()
421 eval = __SK_NONE; in tcp_bpf_send_verdict()
423 switch (psock->eval) { in tcp_bpf_send_verdict()
438 eval = psock->eval; in tcp_bpf_send_verdict()
439 psock->eval = __SK_NONE; in tcp_bpf_send_verdict()
453 if (eval == __SK_REDIRECT) in tcp_bpf_send_verdict()
481 psock->eval = __SK_NONE; in tcp_bpf_send_verdict()
557 psock->eval = __SK_NONE; in tcp_bpf_sendmsg()

12345678910