Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh69 answer=""
78 answer="Y"
156 if [ "$answer" = "Y" ]; then
214 if [ "$answer" = "" ]; then
215 read answer
216 [ "$answer" = "" ] && answer="$default_answer"
218 echo $answer
221 if [ "$answer" != "Y" -a "$answer" != "y" ]; then
/openbmc/u-boot/board/esd/vme8349/
H A Dcaddy.c24 struct caddy_answer *answer; in generate_answer() local
27 answer = &caddy_interface->answer[caddy_interface->answer_in]; in generate_answer()
28 memset((void *)answer, 0, sizeof(struct caddy_answer)); in generate_answer()
29 answer->answer = cmd->cmd; in generate_answer()
30 answer->issue = cmd->issue; in generate_answer()
31 answer->status = status; in generate_answer()
32 memcpy(answer->par, result, 5 * sizeof(result[0])); in generate_answer()
H A Dcaddy.h39 uint32_t answer; member
56 struct caddy_answer answer[CMD_SIZE]; member
/openbmc/openbmc/meta-openembedded/meta-networking/classes/
H A Dwaf-samba.bbclass50 # there's no corresponding answer, add to the file and mark
53 # Only --cross-execute - get the answer from cross-execute,
60 # corresponding answer, use cross-execute to get an answer,
61 # and add that answer to the file.
65 # to help generate the cross answer when adding new board support.
66 CROSS_METHOD ?= "answer"
102 if [ "${CROSS_METHOD}" = "answer" ]; then
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch482 + value128 answer;
483 + answer.low = umul128_generic(a, b, &answer.high);
484 + return answer;
486 + value128 answer;
490 + answer.high = __umulh(a, b);
491 + answer.low = a * b;
494 + answer.low = _umul128(a, b, &answer.high); // _umul128 not available on ARM64
497 + answer.low = uint64_t(r);
498 + answer.high = uint64_t(r >> 64);
500 + answer.low = umul128_generic(a, b, &answer.high);
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install.sh99 read answer
100 if [ "$answer" = "n" ]; then
105 if [ "$answer" = "$hdname" ]; then
106 TARGET_DEVICE_NAME=$answer
286 read answer
287 kernel=$answer
H A Dinit-install-testfs.sh56 read answer
57 if [ "$answer" = "y" -o "$answer" = "n" ]; then
62 if [ "$answer" = "y" ]; then
H A Dinit-install-efi-testfs.sh31 read answer
32 if [ "$answer" = "y" ] ; then
36 if [ "$answer" = "n" ] ; then
H A Dinit-install-efi.sh105 read answer
106 if [ "$answer" = "n" ]; then
111 if [ "$answer" = "$hdname" ]; then
112 TARGET_DEVICE_NAME=$answer
/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c525 Answer *answer; in ccid_print_pending_answers() local
535 answer = &s->pending_answers[i % PENDING_ANSWERS_NUM]; in ccid_print_pending_answers()
537 DPRINTF(s, D_VERBOSE, "%d:%d\n", answer->slot, answer->seq); in ccid_print_pending_answers()
539 DPRINTF(s, D_VERBOSE, "%d:%d,", answer->slot, answer->seq); in ccid_print_pending_answers()
546 Answer *answer; in ccid_add_pending_answer() local
550 answer = in ccid_add_pending_answer()
552 answer->slot = hdr->bSlot; in ccid_add_pending_answer()
553 answer->seq = hdr->bSeq; in ccid_add_pending_answer()
560 Answer *answer; in ccid_remove_pending_answer() local
564 answer = in ccid_remove_pending_answer()
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dmissing-array-rsqb.json1 ['Daisy,', 'Daisy,', 'Give me your answer',
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py129 answer = sock.recv(1024)
130 if answer:
131 data += answer
H A Dqemurunner.py686 answer = self.server_socket.recv(1024)
687 if answer:
688 data += re_vt100.sub("", answer.decode('utf-8'))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dfix_for_mips_with_gcc-4.5.0.patch7 http://us.generation-nt.com/answer/bug-568418-libmad0-dev-mpg321-compilation-errors-mips-mipsel-arc…
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh141 answer=$(getch)
142 if [ "$answer" != "y" ] && [ "$answer" != "Y" ] ;
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py114 answer = input( variable
120 if answer == "Y":
/openbmc/bmcweb/
H A DOWNERS39 # - Join and answer questions of the #bmcweb-and-redfish channel within
42 # - Join and answer architecture queries posed to the mailing list concerning
/openbmc/docs/
H A Ddiscord-rules.md8 2. OpenBMC community members are volunteering their time to answer your
H A Dhw-vendor-repos-policy.md122 organization. This document aims to answer the following questions:
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm1829 my $answer=$GLOBAL_CONFIG{$module}{$key};
1830 &B_log("ACTION","Answer to question $module.$key is \"$answer\".\n");
1831 return $answer;
/openbmc/openbmc/poky/documentation/test-manual/
H A Dyocto-project-compatible.rst24 with other ones. This takes the form of a set of "yes/no" binary answer
70 answer the questions and run the script.
/openbmc/entity-manager/
H A DREADME.md70 answer to "Is X device supported". An EM configuration contains a number of
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb31 # Required to work round AC_FUNC_MEMCMP which gets the wrong answer
/openbmc/ipmitool/lib/
H A Dipmi_fru.c1431 char answer; in ipmi_fru_query_new_value() local
1434 ret = scanf("%c", &answer); in ipmi_fru_query_new_value()
1439 if( answer == 'y' || answer == 'Y' ){ in ipmi_fru_query_new_value()
1465 printf("Entered %c\n",answer); in ipmi_fru_query_new_value()
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch139 +;; Got answer:

12