Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 281) 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
209 if [ "$answer" = "" ]; then
210 read answer
211 [ "$answer" = "" ] && answer="$default_answer"
213 echo $answer
216 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
196 leal EXT_PLRG,%a1 |answer is +/- large number
202 leal EXT_PINF,%a1 |answer is negative infinity
206 leal EXT_PLRG,%a1 |answer is large positive number
212 leal EXT_PLRG,%a1 |answer is large negative number
216 leal EXT_PINF,%a1 |answer is positive infinity
223 leal EXT_PINF,%a1 |answer is +/- infinity
227 leal DBL_PLRG,%a1 |answer is +/- large number
233 leal EXT_PINF,%a1 |answer is negative infinity
237 leal DBL_PLRG,%a1 |answer is large positive number
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c108 static int rtnl_recvmsg(int fd, struct msghdr *msg, char **answer) in rtnl_recvmsg() argument
134 if (answer) in rtnl_recvmsg()
135 *answer = buf; in rtnl_recvmsg()
149 size_t iovlen, struct nlmsghdr **answer, in __rtnl_talk_iov() argument
168 if (answer == NULL) in __rtnl_talk_iov()
238 if (answer) in __rtnl_talk_iov()
239 *answer = (struct nlmsghdr *)buf; in __rtnl_talk_iov()
244 if (answer) { in __rtnl_talk_iov()
245 *answer = (struct nlmsghdr *)buf; in __rtnl_talk_iov()
265 struct nlmsghdr **answer, bool show_rtnl_err, in __rtnl_talk() argument
[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/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/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/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/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/security/
H A DKconfig20 If you are unsure how to answer this question, answer N.
65 If you are unsure how to answer this question, answer N.
73 If you are unsure how to answer this question, answer N.
82 If you are unsure how to answer this question, answer N.
91 If you are unsure how to answer this question, answer N.
104 If you are unsure how to answer this question, answer N.
113 If you are unsure how to answer this question, answer N.
143 If you are unsure as to whether this is required, answer N.
/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
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/linux/net/ipv6/
H A Daf_inet6.c125 struct inet_protosw *answer; in inet6_create() local
138 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) { in inet6_create()
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()
218 sk->sk_backlog_rcv = answer->prot->backlog_rcv; in inet6_create()
751 struct inet_protosw *answer; in inet6_register_protosw() local
[all …]
/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()
295 } else if (answer.hdr.nlmsg_type != NLMSG_ERROR) { in netlink_check_answer()
296 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type); 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()
1050 if (answer.nh.nlmsg_type == NLMSG_ERROR) { in xfrm_state_check()
[all …]
/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/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/yama/
H A DKconfig14 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/security/safesetid/
H A DKconfig15 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.

12345678910>>...12