| /mirbsd/src/bin/mksh/ |
| D | check.pl | 607 $why = ''; 611 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n"; 627 $why .= 636 $why .= $tmp; 644 $why .= $tmp; 651 $why .= $tmp; 680 $why = "\tDescription" 682 . $why; 690 print $why if $verbose; 772 local($why) = ''; [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | proc-why.c | 108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument 113 if (why == 0) in proc_prettyfprint_why() 117 if (why == pr_why_table[i].value) in proc_prettyfprint_why() 123 switch (why) { in proc_prettyfprint_why() 161 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why() 173 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument 175 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
|
| D | proc-utils.h | 25 extern void proc_prettyprint_why (unsigned long why, unsigned long what, 47 extern void proc_prettyfprint_why (FILE *file, unsigned long why,
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | qe.c | 414 qe_eint(sc, why) in qe_eint() argument 416 u_int32_t why; 421 if (why & QE_CR_STAT_EDEFER) { 427 if (why & QE_CR_STAT_CLOSS) { 432 if (why & QE_CR_STAT_ERETRIES) { 439 if (why & QE_CR_STAT_LCOLL) { 446 if (why & QE_CR_STAT_FUFLOW) { 453 if (why & QE_CR_STAT_JERROR) { 458 if (why & QE_CR_STAT_BERROR) { 463 if (why & QE_CR_STAT_TCCOFLOW) { [all …]
|
| D | hme.c | 670 hme_mint(sc, why) in hme_mint() argument 672 u_int32_t why; 769 hme_eint(sc, why) in hme_eint() argument 771 u_int32_t why; 773 if (why & GR_STAT_NORXD) { 775 why &= ~GR_STAT_NORXD; 777 if (why & GR_STAT_DTIMEXP) { 779 why &= ~GR_STAT_DTIMEXP; 782 if (why & GR_STAT_ALL_ERRORS) { 784 why, GR_STAT_BITS); [all …]
|
| D | be.c | 399 beqint(sc, why) in beqint() argument 401 u_int32_t why; 405 if (why & BE_CR_STAT_TXIRQ) 407 if (why & BE_CR_STAT_RXIRQ) 410 if (why & BE_CR_STAT_ERRORS) { 418 why, BE_CR_STAT_BITS); 430 beeint(sc, why) in beeint() argument 432 u_int32_t why; 436 if (why & (BE_BR_STAT_RFIFOVF | BE_BR_STAT_TFIFO_UND | 442 (r) ? "" : " unexpected", why, BE_BR_STAT_BITS);
|
| /mirbsd/src/sys/dev/sbus/ |
| D | qe.c | 745 qe_eint(sc, why) in qe_eint() argument 747 u_int32_t why; 752 if (why & QE_CR_STAT_EDEFER) { 758 if (why & QE_CR_STAT_CLOSS) { 763 if (why & QE_CR_STAT_ERETRIES) { 771 if (why & QE_CR_STAT_LCOLL) { 778 if (why & QE_CR_STAT_FUFLOW) { 785 if (why & QE_CR_STAT_JERROR) { 790 if (why & QE_CR_STAT_BERROR) { 795 if (why & QE_CR_STAT_TCCOFLOW) { [all …]
|
| D | be.c | 734 beqint(struct be_softc *sc, u_int32_t why) in beqint() argument 738 if (why & BE_CR_STAT_TXIRQ) in beqint() 740 if (why & BE_CR_STAT_RXIRQ) in beqint() 743 if (why & BE_CR_STAT_BERROR) { in beqint() 749 if (why & BE_CR_STAT_TXDERR) { in beqint() 755 if (why & (BE_CR_STAT_TXLERR | BE_CR_STAT_TXPERR | BE_CR_STAT_TXSERR)) { in beqint() 759 if (why & BE_CR_STAT_TXLERR) in beqint() 761 if (why & BE_CR_STAT_TXPERR) in beqint() 763 if (why & BE_CR_STAT_TXSERR) in beqint() 768 if (why & BE_CR_STAT_RXDROP) { in beqint() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/t/io/ |
| D | through.t | 45 my ($fh, $str, $read_c, $how_r, $write_c, $how_w, $why) = @_; 64 is(length $buf, length $str, "length with wrc=$write_c, rdc=$read_c, $how_w, $how_r, $why"); 65 is($buf, $str, "content with wrc=$write_c, rdc=$read_c, $how_w, $how_r, $why"); 69 my ($str, $write_c, $read_c, $how_w, $how_r, $why) = @_; 86 testread($fh, $str, $read_c, $how_r, $write_c, $how_w, "pipe$why"); 90 my ($str, $write_c, $read_c, $how_w, $how_r, $why) = @_; 112 testread($fh, $str, $read_c, $how_r, $write_c, $how_w, "file$why");
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/t/ |
| D | onfail.t | 11 my $why = "zero != one"; 16 ok(0, 1, $why); 28 ok($$t{diagnostic}, $why);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/ |
| D | Builder.pm | 888 my($self, $why) = @_; 889 $why ||= ''; 890 $self->_unoverload_str(\$why); 905 reason => $why, 911 $out .= " $why" if length $why; 933 my($self, $why) = @_; 934 $why ||= ''; 949 reason => $why, 954 $out .= " # TODO & SKIP $why\n";
|
| D | More.pm | 988 my($why, $how_many) = @_; 999 $tb->skip($why); 1069 my($why, $how_many) = @_; 1080 $tb->todo_skip($why);
|
| /mirbsd/src/sys/kern/ |
| D | kern_subr.c | 315 dopowerhooks(why) in dopowerhooks() argument 316 int why; in dopowerhooks() 322 if (why == PWR_RESUME) { 324 (*dp->sfd_fn)(why, dp->sfd_arg); 328 (*dp->sfd_fn)(why, dp->sfd_arg);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | utf8.t | 175 my ($why, $prog, $expect) = @$_; 181 if ($why =~ s/^!//) { 187 like ($result, $expect, $why); 195 my ($why, $prog, $expect) = @$_; 196 next if $why =~ m/^!/; # Goes bang. 202 like ($result, $expect, $why); 262 my ($why, $prog, $expect) = @$_; 265 like ($result, $expect, $why);
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | taint.t | 645 my $why = "y"; 646 my $j = "x" | $why; 648 $why = $TAINT."y"; 649 $j = "x" | $why; 655 my $why = $TAINT."y"; 656 $why =~ s/y/z/; 657 test tainted $why; 660 $why =~ s/$z/zee/; 661 test tainted $why; 663 $why =~ s/e/'-'.$$/ge; [all …]
|
| /mirbsd/src/lib/libc/rpc/ |
| D | svc.c | 429 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) in svcerr_auth() argument 436 rply.rjcted_rply.rj_why = why; in svcerr_auth() 571 enum auth_stat why; in svc_getreq_common() local 579 if ((why= _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common() 580 svcerr_auth(xprt, why); in svc_getreq_common()
|
| /mirbsd/src/gnu/usr.bin/perl/t/ |
| D | test.pl | 285 my $why = shift; 288 print STDOUT "ok $test # skip: $why\n"; 296 my $why = shift; 300 print STDOUT "not ok $test # TODO & SKIP: $why\n";
|
| /mirbsd/src/sys/dev/ |
| D | rnd.c | 573 char why[sizeof(val) == 4 ? 1 : -1]; in enqueue_randomness() member 583 drop.why[0] = 1; in enqueue_randomness() 662 drop.why[0] = 4; in enqueue_randomness() 673 drop.why[0] = 2; in enqueue_randomness() 692 drop.why[0] = 3; in enqueue_randomness()
|
| /mirbsd/src/sys/dev/pcmcia/ |
| D | if_awi_pcmcia.c | 431 awi_pcmcia_powerhook(why, arg) in awi_pcmcia_powerhook() argument 432 int why; in awi_pcmcia_powerhook() 438 awi_power(sc, why);
|
| /mirbsd/src/sys/dev/cardbus/ |
| D | if_ral_cardbus.c | 213 ral_cardbus_power(struct ral_softc *sc, int why) in ral_cardbus_power() argument 217 if (why == PWR_RESUME) { in ral_cardbus_power()
|
| D | if_ath_cardbus.c | 278 ath_cardbus_power(struct ath_softc *sc, int why) in ath_cardbus_power() argument 283 if (why == PWR_RESUME) in ath_cardbus_power()
|
| /mirbsd/src/lib/libncurses/src/ncurses/tty/ |
| D | lib_vidattr.c | 79 #define SetColorsIf(why,old_attr) \ argument 80 if (can_color && (why)) { \
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/mips/ |
| D | irix6.mh | 4 proc-api.o proc-events.o proc-flags.o proc-why.o
|
| D | irix5.mh | 4 proc-api.o proc-events.o proc-flags.o proc-why.o
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/i386/ |
| D | i386sol2.mh | 3 procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o gcore.o
|