| /openbmc/openbmc/poky/meta/files/ |
| H A D | toolchain-shar-extract.sh | 69 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 D | caddy.c | 24 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 D | caddy.h | 39 uint32_t answer; member 56 struct caddy_answer answer[CMD_SIZE]; member
|
| /openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 50 # 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 D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 482 + 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 D | init-install.sh | 99 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 D | init-install-testfs.sh | 56 read answer 57 if [ "$answer" = "y" -o "$answer" = "n" ]; then 62 if [ "$answer" = "y" ]; then
|
| H A D | init-install-efi-testfs.sh | 31 read answer 32 if [ "$answer" = "y" ] ; then 36 if [ "$answer" = "n" ] ; then
|
| H A D | init-install-efi.sh | 105 read answer 106 if [ "$answer" = "n" ]; then 111 if [ "$answer" = "$hdname" ]; then 112 TARGET_DEVICE_NAME=$answer
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-smartcard-reader.c | 525 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 D | missing-array-rsqb.json | 1 ['Daisy,', 'Daisy,', 'Give me your answer',
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 129 answer = sock.recv(1024) 130 if answer: 131 data += answer
|
| H A D | qemurunner.py | 686 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 D | fix_for_mips_with_gcc-4.5.0.patch | 7 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 D | gxp-obmc-init.sh | 141 answer=$(getch) 142 if [ "$answer" != "y" ] && [ "$answer" != "Y" ] ;
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | get_unit_test_report.py | 114 answer = input( variable 120 if answer == "Y":
|
| /openbmc/bmcweb/ |
| H A D | OWNERS | 39 # - 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 D | discord-rules.md | 8 2. OpenBMC community members are volunteering their time to answer your
|
| H A D | hw-vendor-repos-policy.md | 122 organization. This document aims to answer the following questions:
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | API.pm | 1829 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 D | yocto-project-compatible.rst | 24 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 D | README.md | 70 answer to "Is X device supported". An EM configuration contains a number of
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
| H A D | openldap_2.6.9.bb | 31 # Required to work round AC_FUNC_MEMCMP which gets the wrong answer
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_fru.c | 1431 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 D | conf.patch | 139 +;; Got answer:
|