Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 25 of 46) sorted by relevance

12

/xen/xen/tools/kconfig/
A Dsymbol.c16 .curr = { "y", yes },
197 tri = yes; in sym_calc_visibility()
205 tri = yes; in sym_calc_visibility()
209 tri = yes; in sym_calc_visibility()
218 tri = yes; in sym_calc_visibility()
227 tri = yes; in sym_calc_visibility()
541 newval = yes; in sym_toggle_tristate_value()
543 case yes: in sym_toggle_tristate_value()
735 val = yes; in sym_get_string_default()
739 val = yes; in sym_get_string_default()
[all …]
A Dconf.c180 case yes: in conf_sym()
188 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
210 newval = yes; in conf_sym()
245 case yes: in conf_choice()
255 case yes: in conf_choice()
422 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
A Dmconf.c546 case yes: ch = '*'; break; in build_conf()
562 if (val == yes) { in build_conf()
583 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
599 case yes: ch = '*'; break; in build_conf()
694 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
722 if (sym_set_tristate_value(sym, yes)) in conf()
837 sym_set_tristate_value(child->sym, yes); in conf_choice()
A Dconfdata.c248 sym->def[def].tri = yes; in conf_set_sym_val()
494 if (cs->def[def].tri == yes) { in conf_read_simple()
499 case yes: in conf_read_simple()
818 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
1182 if (csym->curr.tri != yes) in randomize_choice_values()
1201 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
1297 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1304 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1313 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1317 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
A Dnconf.c814 case yes: in build_conf()
833 if (val == yes) { in build_conf()
855 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
869 case yes: in build_conf()
1180 sym_get_tristate_value(sym) == yes) in conf()
1195 if (sym_set_tristate_value(sym, yes)) in conf()
1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
/xen/automation/build/debian/
A Dbookworm-cppcheck.dockerfile10 apt-get --quiet --yes install \
24 MATCHCOMPILER=yes \
26 HAVE_RULES=yes CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function"
43 apt-get --quiet --yes install \
A Dbookworm-arm64v8-arm32-gcc.dockerfile15 apt-get --quiet --yes install \
A Dbookworm-i386.dockerfile16 apt-get --quiet --yes install \
A Dbookworm-arm64v8.dockerfile14 apt-get --quiet --yes install \
A Dbookworm.dockerfile14 apt-get --quiet --yes install \
/xen/tools/
A Dconfigure5442 yes:)
5662 yes:)
5764 yes:)
6491 yes:)
6612 yes:)
6732 yes:)
6846 yes:)
6965 yes:)
7069 yes:)
7173 yes:)
[all …]
/xen/m4/
A Dpython_fortify_noopt.m416 -D_FORTIFY_SOURCE=*) ax_cv_python_fortify=yes ;;
18 -Wp,-D_FORTIFY_SOURCE=*) ax_cv_python_fortify=yes ;;
A Dpkg.m441 AC_MSG_RESULT([yes])
76 test "x$?" != "x0" && pkg_failed=yes ],
77 [pkg_failed=yes])
88 _pkg_short_errors_supported=yes
120 if test $pkg_failed = yes; then
123 if test $_pkg_short_errors_supported = yes; then
155 AC_MSG_RESULT([yes])
A Dpython_version.m411 AC_MSG_RESULT([yes])
/xen/xen/include/xen/
A Dcompiler.h150 # define ASM_FLAG_OUT(yes, no) yes argument
152 # define ASM_FLAG_OUT(yes, no) no argument
/xen/tools/tests/x86_emulator/
A Dx86-emulate.h61 # define ASM_FLAG_OUT(yes, no) yes argument
63 # define ASM_FLAG_OUT(yes, no) no argument
/xen/stubdom/
A Dconfigure188 as_have_required=yes
1208 cross_compiling=yes
1228 ac_srcdir_defaulted=yes
3595 cross_compiling=yes
3685 ac_compiler_gnu=yes
3698 GCC=yes
3711 ac_c_werror_flag=yes
3727 ac_cv_prog_cc_g=yes
3760 ac_cv_prog_cc_g=yes
3774 if test "$GCC" = yes; then
[all …]
/xen/automation/build/ubuntu/
A Dxenial-xilinx.dockerfile14 apt-get --quiet --yes install \
/xen/xen/arch/x86/include/asm/hvm/vmx/
A Dvmx.h314 # define GAS_VMX_OP(yes, no) yes argument
316 # define GAS_VMX_OP(yes, no) no argument
/xen/automation/build/archlinux/
A Dcurrent.dockerfile49 && yes | pacman -S --clean --clean
/xen/stubdom/grub.patches/
A D00cvs6 grub_cv_prog_objcopy_absolute=yes
193 + build_id_flag=yes
214 grub_cv_prog_objcopy_absolute=yes
232 - AC_TRY_COMPILE(, , size_flag=yes, size_flag=no)
233 + AC_TRY_COMPILE(, , grub_cv_cc_Os=yes, grub_cv_cc_Os=no)
251 - no_stack_protector_flag=yes,
253 + grub_cv_cc_no_stack_protector=yes,
270 - AC_TRY_COMPILE(, , undef_flag=yes, undef_flag=no)
271 + AC_TRY_COMPILE(, , grub_cv_cc_Wundef=yes, grub_cv_cc_Wundef=no)
281 - AC_TRY_COMPILE(, , [falign_loop_flag=yes], [falign_loop_flag=no])
[all …]
/xen/
A Dconfigure188 as_have_required=yes
215 CONFIG_SHELL=$as_shell as_have_required=yes
233 CONFIG_SHELL=$SHELL as_have_required=yes
1181 cross_compiling=yes
1188 test "$silent" = yes && exec 6>/dev/null
1201 ac_srcdir_defaulted=yes
1234 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1338 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1345 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
3522 *datarootdir*) ac_datarootdir_seen=yes;;
/xen/automation/tests-artifacts/kernel/
A D5.19-arm64v8.dockerfile15 apt-get --quiet --yes install \
A D6.1.19.dockerfile15 apt-get --quiet --yes install \
/xen/docs/
A Dconfigure188 as_have_required=yes
215 CONFIG_SHELL=$as_shell as_have_required=yes
233 CONFIG_SHELL=$SHELL as_have_required=yes
1171 cross_compiling=yes
1178 test "$silent" = yes && exec 6>/dev/null
1191 ac_srcdir_defaulted=yes
1224 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1322 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
3422 *datarootdir*) ac_datarootdir_seen=yes;;

Completed in 88 milliseconds

12