/Linux-v5.10/tools/testing/ktest/ |
D | config-bisect.pl | 113 my $ans; 121 $ans = <STDIN>; 122 chomp $ans; 123 if ($ans =~ /^\s*$/) { 125 $ans = "c"; 127 $ans = "n"; 130 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 132 last if ($ans =~ /^c$/i); 138 if ($ans =~ /^c/i) { 141 if ($ans !~ /^y$/i) {
|
D | ktest.pl | 537 my $ans; 545 $ans = <STDIN>; 546 chomp $ans; 547 if ($ans =~ /^\s*$/) { 549 $ans = "c"; 551 $ans = "y"; 554 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 556 last if ($ans =~ /^c$/i); 562 if ($ans =~ /^c/i) { 565 if ($ans !~ /^y$/i) { [all …]
|
/Linux-v5.10/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_usb.c | 584 struct ezusb_packet *ans = urb->transfer_buffer; in ezusb_request_in_callback() local 601 if ((ans->ans_reply_count == reply_count) in ezusb_request_in_callback() 602 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { in ezusb_request_in_callback() 607 le16_to_cpu(ans->hermes_rid), c->in_rid, in ezusb_request_in_callback() 608 ans->ans_reply_count, reply_count); in ezusb_request_in_callback() 615 le16_to_cpu(ans->hermes_rid)); in ezusb_request_in_callback() 622 ctx->buf = (void *) ans; in ezusb_request_in_callback() 923 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local 926 if (ans->hermes_len != 0) in ezusb_access_ltv() 927 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; in ezusb_access_ltv() [all …]
|
/Linux-v5.10/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-v5.10/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-v5.10/drivers/edac/ |
D | i7300_edac.c | 590 int mtr, ans, addrBits, channel; in decode_mtr() local 595 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; in decode_mtr() 598 slot, channel, ans ? "" : "NOT "); in decode_mtr() 601 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-v5.10/scripts/kconfig/ |
D | nconf.c | 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1025 *ans = -1; in do_match() 1041 *ans = get_mext_match(state->pattern, in do_match() 1045 *ans = get_mext_match(state->pattern, in do_match() 1049 *ans = get_mext_match(state->pattern, in do_match()
|
/Linux-v5.10/drivers/macintosh/ |
D | Makefile | 13 obj-$(CONFIG_ANSLCD) += ans-lcd.o
|
/Linux-v5.10/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-v5.10/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-v5.10/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 3790 s32 sts, ans; in test_ans() local 3801 ans = inl(DE4X5_SISR) & SISR_ANS; in test_ans() 3804 if (!(sts & irqs) && (ans ^ ANS_NWOK) && --lp->timeout) { in test_ans()
|
/Linux-v5.10/Documentation/scsi/ |
D | ChangeLog.lpfc | 1756 * Replaced ELX_DLINK_t ans ELX_SLINK_t by Linux struct list_head
|