Home
last modified time | relevance | path

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

12345678

/linux-3.4.99/arch/m68k/fpsp040/
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 …]
/linux-3.4.99/drivers/block/paride/
DKconfig17 support into your kernel, you may answer Y here to build in the
18 parallel port IDE driver, otherwise you should answer M to build
31 support into your kernel, you may answer Y here to build in the
32 parallel port ATAPI CD-ROM driver, otherwise you should answer M to
47 support into your kernel, you may answer Y here to build in the
48 parallel port ATAPI disk driver, otherwise you should answer M
61 support into your kernel, you may answer Y here to build in the
62 parallel port ATAPI disk driver, otherwise you should answer M
78 answer Y here to build in the parallel port generic ATAPI driver,
79 otherwise you should answer M to build it as a loadable module. The
[all …]
/linux-3.4.99/security/selinux/
DKconfig9 If you are unsure how to answer this question, answer N.
23 If you are unsure how to answer this question, answer N.
38 If you are unsure how to answer this question, answer 1.
53 If you are unsure how to answer this question, answer N.
95 If you are unsure how to answer this question, answer 1.
113 If you are unsure how to answer this question, answer N.
128 If you are unsure how to answer this question, look for the
/linux-3.4.99/security/
DKconfig22 If you are unsure as to whether this is required, answer N.
37 If you are unsure as to whether this is required, answer N.
55 If you are unsure as to whether this is required, answer N.
73 If you are unsure as to whether this is required, answer N.
85 If you are unsure how to answer this question, answer N.
97 If you are unsure how to answer this question, answer N.
106 If you are unsure how to answer this question, answer N.
115 If you are unsure how to answer this question, answer N.
128 If you are unsure how to answer this question, answer N.
137 If you are unsure how to answer this question, answer N.
[all …]
/linux-3.4.99/security/apparmor/
DKconfig15 If you are unsure how to answer this question, answer N.
31 If you are unsure how to answer this question, answer 1.
/linux-3.4.99/net/ipv6/
Daf_inet6.c104 struct inet_protosw *answer; in inet6_create() local
120 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) { in inet6_create()
124 if (protocol == answer->protocol) { in inet6_create()
130 protocol = answer->protocol; in inet6_create()
133 if (IPPROTO_IP == answer->protocol) in inet6_create()
165 sock->ops = answer->ops; in inet6_create()
166 answer_prot = answer->prot; in inet6_create()
167 answer_no_check = answer->no_check; in inet6_create()
168 answer_flags = answer->flags; in inet6_create()
198 sk->sk_backlog_rcv = answer->prot->backlog_rcv; in inet6_create()
[all …]
/linux-3.4.99/security/integrity/evm/
DKconfig13 If you are unsure how to answer this question, answer N.
/linux-3.4.99/security/smack/
DKconfig9 If you are unsure how to answer this question, answer N.
/linux-3.4.99/security/yama/
DKconfig13 If you are unsure how to answer this question, answer N.
/linux-3.4.99/fs/romfs/
DKconfig16 answer N.
36 If unsure, answer Y.
48 If unsure, answer Y.
/linux-3.4.99/net/ipv4/
Daf_inet.c275 struct inet_protosw *answer; in inet_create() local
293 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) { in inet_create()
297 if (protocol == answer->protocol) { in inet_create()
303 protocol = answer->protocol; in inet_create()
306 if (IPPROTO_IP == answer->protocol) in inet_create()
342 sock->ops = answer->ops; in inet_create()
343 answer_prot = answer->prot; in inet_create()
344 answer_no_check = answer->no_check; in inet_create()
345 answer_flags = answer->flags; in inet_create()
1054 struct inet_protosw *answer; in inet_register_protosw() local
[all …]
/linux-3.4.99/sound/oss/dmasound/
DKconfig6 If you want to use the internal audio of your Atari in Linux, answer
20 If you want to use the internal audio of your Amiga in Linux, answer
34 If you want to use the internal audio of your Q40 in Linux, answer
/linux-3.4.99/drivers/net/wireless/wl12xx/
Dtestmode.c78 u8 answer = 0; in wl1271_tm_cmd_test() local
89 answer = nla_get_u8(tb[WL1271_TM_ATTR_ANSWER]); in wl1271_tm_cmd_test()
105 ret = wl1271_cmd_test(wl, buf, buf_len, answer); in wl1271_tm_cmd_test()
111 if (answer) { in wl1271_tm_cmd_test()
/linux-3.4.99/fs/qnx6/
DKconfig16 answer N.
26 answer N.
/linux-3.4.99/sound/isa/
Dsc6000.c392 char answer[15]; in sc6000_init_board() local
407 memset(answer, 0, sizeof(answer)); in sc6000_init_board()
408 err = sc6000_dsp_get_answer(vport, GET_DSP_COPYRIGHT, answer, 15); in sc6000_init_board()
417 if (strncmp("SC-6000", answer, 7)) in sc6000_init_board()
425 answer, version[0], version[1]); in sc6000_init_board()
/linux-3.4.99/drivers/net/ethernet/cadence/
DKconfig19 Note that the answer to this question doesn't directly affect the
33 ethernet support, then you should always answer Y to this.
/linux-3.4.99/drivers/isdn/sc/
Dcommand.c27 static int answer(int card, unsigned long channel);
116 return answer(card, cmd->arg); in command()
191 static int answer(int card, unsigned long channel) in answer() function
/linux-3.4.99/drivers/net/ethernet/micrel/
DKconfig15 Note that the answer to this question doesn't directly affect the
29 use the internal ethernet then you should answer Y to this.
/linux-3.4.99/drivers/net/wireless/wl1251/
Dcmd.c68 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer) in wl1251_cmd_test() argument
81 if (answer) { in wl1251_cmd_test()
340 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer, in wl1251_cmd_read_memory() argument
373 memcpy(answer, cmd->value, len); in wl1251_cmd_read_memory()
Dcmd.h33 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer);
42 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer,
/linux-3.4.99/drivers/net/ethernet/amd/
DKconfig15 Note that the answer to this question does not directly affect
41 answer Y here and read the Ethernet-HOWTO, available from
67 answer Y here and read the Ethernet-HOWTO, available from
89 always answer Y to this.
/linux-3.4.99/drivers/net/ppp/
Dppp_mppe.c713 int answer; in ppp_mppe_init() local
723 answer = ppp_register_compressor(&ppp_mppe); in ppp_mppe_init()
725 if (answer == 0) in ppp_mppe_init()
730 return answer; in ppp_mppe_init()
/linux-3.4.99/include/net/iucv/
Diucv.h461 void *answer, size_t asize, size_t *residual);
478 size_t size, void *answer, size_t asize, size_t *residual);
/linux-3.4.99/fs/fuse/
DKconfig15 a filesystem based on FUSE, answer Y or M.
/linux-3.4.99/fs/qnx4/
DKconfig14 answer N.

12345678