/Linux-v4.19/tools/testing/ktest/ |
D | config-bisect.pl | 114 my $ans; 122 $ans = <STDIN>; 123 chomp $ans; 124 if ($ans =~ /^\s*$/) { 126 $ans = "c"; 128 $ans = "n"; 131 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 133 last if ($ans =~ /^c$/i); 139 if ($ans =~ /^c/i) { 142 if ($ans !~ /^y$/i) {
|
D | ktest.pl | 521 my $ans; 529 $ans = <STDIN>; 530 chomp $ans; 531 if ($ans =~ /^\s*$/) { 533 $ans = "c"; 535 $ans = "y"; 538 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 540 last if ($ans =~ /^c$/i); 546 if ($ans =~ /^c/i) { 549 if ($ans !~ /^y$/i) { [all …]
|
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_usb.c | 599 struct ezusb_packet *ans = urb->transfer_buffer; in ezusb_request_in_callback() local 616 if ((ans->ans_reply_count == reply_count) in ezusb_request_in_callback() 617 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { in ezusb_request_in_callback() 622 le16_to_cpu(ans->hermes_rid), c->in_rid, in ezusb_request_in_callback() 623 ans->ans_reply_count, reply_count); in ezusb_request_in_callback() 630 le16_to_cpu(ans->hermes_rid)); in ezusb_request_in_callback() 637 ctx->buf = (void *) ans; in ezusb_request_in_callback() 937 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local 940 if (ans->hermes_len != 0) in ezusb_access_ltv() 941 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; in ezusb_access_ltv() [all …]
|
/Linux-v4.19/tools/accounting/ |
D | getdelays.c | 169 } ans; in get_family_id() local 182 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 184 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 187 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 142 | ans := T + ( T*p + t) 155 | 6.2 ans := ans * AdjScale 157 | 6.4 Return ans := ans * Scale. Exit. 173 | 7.1 ans := X 175 | 7.3 Return ans := 1 + ans. Exit 198 | 9.2 ans := Huge, go to 9.4 199 | 9.3 ans := Tiny. 201 | 9.5 Return ans := ans * ans. Exit.
|
D | slog2.S | 42 | 2.2 Return ans := Y * INV_L10. 56 | 2.2 Return ans := Y * INV_L10. 71 | 2.2 Return ans := Y * INV_L2. 87 | 2.3 Return ans := convert-to-double-extended(k). 93 | 4.2 Return ans := Y * INV_L2.
|
/Linux-v4.19/drivers/edac/ |
D | i7300_edac.c | 592 int mtr, ans, addrBits, channel; in decode_mtr() local 597 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; in decode_mtr() 600 slot, channel, ans ? "" : "NOT "); in decode_mtr() 603 if (!ans) in decode_mtr()
|
D | i5400_edac.c | 889 int ans; in decode_mtr() local 891 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 894 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 895 if (!ans) in decode_mtr()
|
D | i5000_edac.c | 967 int ans; in decode_mtr() local 969 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 972 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 973 if (!ans) in decode_mtr()
|
/Linux-v4.19/scripts/kconfig/ |
D | nconf.c | 1022 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1026 *ans = -1; in do_match() 1042 *ans = get_mext_match(state->pattern, in do_match() 1046 *ans = get_mext_match(state->pattern, in do_match() 1050 *ans = get_mext_match(state->pattern, in do_match()
|
/Linux-v4.19/drivers/macintosh/ |
D | Makefile | 13 obj-$(CONFIG_ANSLCD) += ans-lcd.o
|
/Linux-v4.19/drivers/isdn/hardware/avm/ |
D | b1.c | 249 unsigned char ans; in b1_loaded() local 264 if ((ans = b1_get_byte(base)) == RECEIVE_POLL) { in b1_loaded() 268 card->name, ans); in b1_loaded()
|
D | b1dma.c | 652 unsigned char ans; in b1dma_loaded() local 668 if ((ans = b1_get_byte(base)) == RECEIVE_POLLDWORD) { in b1dma_loaded() 671 …intk(KERN_ERR "%s: b1dma_loaded: got 0x%x, firmware not running in dword mode\n", card->name, ans); in b1dma_loaded()
|
/Linux-v4.19/drivers/usb/host/ |
D | fhci-sched.c | 281 int ans = 1; in scan_ed_list() local 320 ans = 0; in scan_ed_list() 332 return ans; in scan_ed_list()
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6704 # Step 1. Set ans := 1.0 # 6706 # Step 2. Return ans := ans + sign(X)*2^(-126). Exit. # 6800 # ans := T + ( T*p + t) # 6814 # 6.2 ans := ans * AdjScale # 6816 # 6.4 Return ans := ans * Scale. Exit. # 6832 # 7.1 ans := X # 6834 # 7.3 Return ans := 1 + ans. Exit # 6859 # 9.2 ans := Huge, go to 9.4 # 6860 # 9.3 ans := Tiny. # 6862 # 9.5 Return ans := ans * ans. Exit. # [all …]
|
D | fpsp.S | 6978 # Step 1. Set ans := 0 # 6980 # Step 2. Return ans := X + ans. Exit. # 7049 # 6.2 ans := T + (p + (t + OnebySc)). Go to 6.6 # 7051 # 6.4 ans := (T + (p + t)) + OnebySc. Go to 6.6 # 7052 # 6.5 ans := (T + OnebySc) + (p + t). # 7054 # 6.7 Return ans := Sc * ans. Exit. # 7064 # 8.2 Restore FPCR; return ans := X - 2^(-16382). # 7067 # 8.4 Restore FPCR; ans := ans - 2^(-16382). # 7068 # Return ans := ans*2^(140). Exit # 7100 # ans := -1 # [all …]
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 3791 s32 sts, ans; in test_ans() local 3802 ans = inl(DE4X5_SISR) & SISR_ANS; in test_ans() 3805 if (!(sts & irqs) && (ans ^ ANS_NWOK) && --lp->timeout) { in test_ans()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 1756 * Replaced ELX_DLINK_t ans ELX_SLINK_t by Linux struct list_head
|