Searched refs:yes (Results 1 – 6 of 6) sorted by relevance
561 int yes = 1; in inet_diag_bc_run() local568 yes = 0; in inet_diag_bc_run()571 yes = entry->sport == op[1].no; in inet_diag_bc_run()574 yes = entry->sport >= op[1].no; in inet_diag_bc_run()577 yes = entry->sport <= op[1].no; in inet_diag_bc_run()580 yes = entry->dport == op[1].no; in inet_diag_bc_run()583 yes = entry->dport >= op[1].no; in inet_diag_bc_run()586 yes = entry->dport <= op[1].no; in inet_diag_bc_run()589 yes = !(entry->userlocks & SOCK_BINDPORT_LOCK); in inet_diag_bc_run()600 yes = 0; in inet_diag_bc_run()[all …]
22 Say yes if you use an NCI driver that requires SPI link layer.29 Say yes if you use an NCI driver that requires UART link layer.
17 Say yes if you use an NFC HCI driver that requires SHDLC link layer.
33 If you say yes here you get support of a generic gpio RFKILL
19 built as modules. You will also need to say yes to any CAIF physical
477 u32 yes; in crush_decode() local480 ceph_decode_32_safe(p, end, yes, bad); in crush_decode()481 if (!yes) { in crush_decode()492 ceph_decode_32_safe(p, end, yes, bad); in crush_decode()494 if (yes > (ULONG_MAX - sizeof(*r)) in crush_decode()498 r = kmalloc(struct_size(r, steps, yes), GFP_NOFS); in crush_decode()503 r->len = yes; in crush_decode()