Home
last modified time | relevance | path

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

12345678910>>...12

/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh64 answer=""
73 answer="Y"
151 if [ "$answer" = "Y" ]; then
207 if [ "$answer" = "" ]; then
208 read answer
209 [ "$answer" = "" ] && answer="$default_answer"
211 echo $answer
214 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/linux/arch/m68k/fpsp040/
H A Dutil.S192 leal EXT_PINF,%a1 |answer is +/- infinity
223 leal EXT_PINF,%a1 |answer is +/- infinity
254 leal EXT_PINF,%a1 |answer is +/- infinity
522 leal EXT_PZRO,%a1 |answer is +/- zero
526 leal EXT_PZRO,%a1 |answer is +/- zero
537 leal EXT_PZRO,%a1 |answer is positive zero
544 leal EXT_PZRO,%a1 |answer is negative zero
554 leal DBL_PZRO,%a1 |answer is +/- zero
558 leal DBL_PZRO,%a1 |answer is +/- zero
586 leal SGL_PZRO,%a1 |answer is +/- zero
[all …]
/openbmc/linux/security/smack/
H A DKconfig14 If you are unsure how to answer this question, answer N.
32 If you are unsure how to answer this question, answer N.
43 If you are unsure how to answer this question, answer N.
55 If you are unsure how to answer this question, answer N.
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c55 bool answer = false; in wl1271_cmd_general_parms() local
79 answer = true; in wl1271_cmd_general_parms()
84 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms()
104 answer == false ? in wl1271_cmd_general_parms()
122 bool answer = false; in wl128x_cmd_general_parms() local
146 answer = true; in wl128x_cmd_general_parms()
152 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl128x_cmd_general_parms()
172 answer == false ? in wl128x_cmd_general_parms()
/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/linux/security/
H A DKconfig20 If you are unsure how to answer this question, answer N.
33 If you are unsure how to answer this question, answer N.
41 If you are unsure how to answer this question, answer N.
50 If you are unsure how to answer this question, answer N.
59 If you are unsure how to answer this question, answer N.
72 If you are unsure how to answer this question, answer N.
81 If you are unsure how to answer this question, answer N.
111 If you are unsure as to whether this is required, answer N.
/openbmc/linux/drivers/gpio/
H A Dgpio-viperboard.c52 u8 answer; member
84 int ret, answer, error = 0; in vprbrd_gpioa_get() local
104 gamsg->answer = 0x00; in vprbrd_gpioa_get()
118 answer = gamsg->answer & 0x01; in vprbrd_gpioa_get()
128 return answer; in vprbrd_gpioa_get()
156 gamsg->answer = 0x00; in vprbrd_gpioa_set()
193 gamsg->answer = 0x00; in vprbrd_gpioa_direction_input()
234 gamsg->answer = 0x00; in vprbrd_gpioa_direction_output()
/openbmc/linux/fs/fuse/
H A DKconfig19 a filesystem based on FUSE, answer Y or M.
29 based on CUSE, answer Y or M.
39 If you want to share files between guests or with the host, answer Y
54 option, answer Y.
/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.sh105 read answer
106 if [ "$answer" = "n" ]; then
111 if [ "$answer" = "$hdname" ]; then
112 TARGET_DEVICE_NAME=$answer
H A Dinit-install-efi-testfs.sh31 read answer
32 if [ "$answer" = "y" ] ; then
36 if [ "$answer" = "n" ] ; then
/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c525 Answer *answer; in ccid_print_pending_answers() local
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()
560 Answer *answer; in ccid_remove_pending_answer() local
564 answer = in ccid_remove_pending_answer()
566 *slot = answer->slot; in ccid_remove_pending_answer()
567 *seq = answer->seq; in ccid_remove_pending_answer()
1191 Answer *answer; in ccid_card_send_apdu_to_guest() local
[all …]
/openbmc/linux/net/ipv6/
H A Daf_inet6.c125 struct inet_protosw *answer; in inet6_create() local
142 if (protocol == answer->protocol) { in inet6_create()
148 protocol = answer->protocol; in inet6_create()
151 if (IPPROTO_IP == answer->protocol) in inet6_create()
184 sock->ops = answer->ops; in inet6_create()
185 answer_prot = answer->prot; in inet6_create()
186 answer_flags = answer->flags; in inet6_create()
753 struct inet_protosw *answer; in inet6_register_protosw() local
765 answer = NULL; in inet6_register_protosw()
778 answer = NULL; in inet6_register_protosw()
[all …]
/openbmc/linux/security/yama/
H A DKconfig14 If you are unsure how to answer this question, answer N.
/openbmc/linux/security/selinux/
H A DKconfig10 If you are unsure how to answer this question, answer N.
24 If you are unsure how to answer this question, answer N.
/openbmc/linux/security/keys/
H A DKconfig22 If you are unsure as to whether this is required, answer N.
69 If you are unsure as to whether this is required, answer N.
80 If you are unsure as to whether this is required, answer N.
103 If you are unsure as to whether this is required, answer N.
113 If you are unsure as to whether this is required, answer N.
126 If you are unsure as to whether this is required, answer N.
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c290 } answer; in netlink_check_answer() local
292 if (recv(sock, &answer, sizeof(answer), 0) < 0) { in netlink_check_answer()
298 } else if (answer.error) { in netlink_check_answer()
300 answer.error, strerror(-answer.error)); in netlink_check_answer()
301 return answer.error; in netlink_check_answer()
1018 } answer; in xfrm_state_check() local
1046 if (recv(xfrm_sock, &answer, sizeof(answer), 0) < 0) { in xfrm_state_check()
1052 answer.error, strerror(-answer.error)); in xfrm_state_check()
1286 } answer; in xfrm_state_allocspi() local
1304 if (recv(xfrm_sock, &answer, sizeof(answer), 0) < 0) { in xfrm_state_allocspi()
[all …]
/openbmc/linux/security/safesetid/
H A DKconfig15 If you are unsure how to answer this question, answer N.
/openbmc/linux/kernel/bpf/
H A DKconfig87 If you are unsure how to answer this question, answer Y.
101 If you are unsure how to answer this question, answer N.
/openbmc/linux/fs/romfs/
H A DKconfig17 answer N.
37 If unsure, answer Y.
49 If unsure, answer Y.
/openbmc/linux/drivers/net/ethernet/moxa/
H A DKconfig13 Note that the answer to this question doesn't directly affect the
26 want to use the internal ethernet then you should answer Y to this.
/openbmc/linux/drivers/net/ethernet/litex/
H A DKconfig11 Note that the answer to this question doesn't directly affect the
23 device then you should answer Y to this.

12345678910>>...12