Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/openbsd-src/regress/usr.bin/dc/
H A Dt3.out2 take one down, pass it around,
5 take one down, pass it around,
8 take one down, pass it around,
11 take one down, pass it around,
14 take one down, pass it around,
17 take one down, pass it around,
20 take one down, pass it around,
23 take one down, pass it around,
26 take one down, pass it around,
29 take one down, pass it around,
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/
H A D01_basic.t36 $st->down();
40 $st->down(4);
46 $st->down(2);
50 $st->down(4);
55 $sm->down();
59 $sm->down();
63 $sm->down();
67 $sm->down(2);
68 $st->down();
H A D02_errs.t22 eval { $s->down(undef); };
24 eval { $s->down(0); };
26 eval { $s->down(-1); };
28 eval { $s->down(1.5); };
30 eval { $s->down('foo'); };
H A D06_timed.t55 $sm->down();
59 $sm->down();
63 $sm->down();
67 $sm->down(2);
68 $st->down();
H A D05_force.t38 $st->down();
43 $sm->down();
51 $sm->down();
/openbsd-src/regress/usr.sbin/syslogd/
H A Dsyslogd.pl128 $rc->down if $args{rsyslogd}{connect};
129 $c->down if !$args{client}{noclient} && !$c->{early};
130 $s->down unless $args{server}{noserver};
134 $_->down;
136 $_->down;
138 $_->run->up->down;
142 $r->down;
143 $c->down if !$args{client}{noclient} && $c->{early};
H A DSyslogc.pm51 sub down { subroutine
53 eval { Proc::down($self, @_) };
54 die $@ if $@ && $self->{down} ne "Shutdown";
H A Dargs-memory-read.pl23 down => get_downlog(),
26 down => get_downlog(),
/openbsd-src/sys/dev/usb/
H A Duts.c73 int down; member
353 int down, x, y, z; in uts_get_pos() local
357 down = (~p[7] & 0x20); in uts_get_pos()
372 down = (p[0] & 0x01); in uts_get_pos()
376 z = down; in uts_get_pos()
380 down = (~p[7] & 0x20); in uts_get_pos()
384 z = (down != 0); in uts_get_pos()
392 sc->sc_dev.dv_xname, down, sc->sc_pkts)); in uts_get_pos()
395 if (down) { in uts_get_pos()
420 tp->down = down; in uts_get_pos()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dutftaint.t96 my $down = pack("a*", $ary->[1]);
109 my $taint = $arg; substr($taint, 0) = $down;
123 is($taint, $down, "compare: $encode, downgrade up");
125 is(pack('a*',$taint), pack('a*',$down), "bytecmp: $encode, downgrade up");
131 my $taint = $arg; substr($taint, 0) = $down;
134 is($taint, $down, "compare: $encode, downgrade down");
136 is(pack('a*',$taint), pack('a*',$down), "bytecmp: $encode, downgrade down");
H A Dpack.t1522 my $down = "\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff\x05\x06";
1523 my $up = $down;
1556 for my $string ($down, $up) {
1590 my $down = eval { pack($format, $val) };
1593 ok(!utf8::is_utf8($down), "Simple $format pack doesn't get upgraded");
1596 is($down, $up, "$format generated strings are equal though");
1597 my @down_expanded = unpack("$format W", $down . chr(0xce));
1606 is(pack($format, $down_expanded[0]), $down, "Pack $format undoes unpack $format");
1613 my $down = "\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff\x05\x06";
1614 my $up = $down;
[all …]
H A Dinc.t110 my %down = (1=>0, ab => -1);
123 my $ans = $down{$_};
124 my $down;
125 eval {$down = --$_};
126 is($down, $ans, "key '$_' decremented correctly");
144 my $down;
145 eval {$down = $_--};
146 is($down, $ans, "assignment preceded postdecrement");
/openbsd-src/usr.sbin/pppd/
H A Dfsm.c121 * fsm_lowerdown - The lower layer is down.
153 if( f->callbacks->down )
154 (*f->callbacks->down)(f);
230 else if( f->callbacks->down )
231 (*f->callbacks->down)(f); /* Inform upper layers we're down */
398 /* Go down and restart negotiation */
399 if( f->callbacks->down )
400 (*f->callbacks->down)(f); /* Inform upper layers */
494 /* Go down an
[all...]
/openbsd-src/usr.sbin/npppd/npppd/
H A Dfsm.c174 if( f->callbacks->down ) in fsm_lowerdown()
175 (*f->callbacks->down)(f); in fsm_lowerdown()
250 else if( f->callbacks->down ) in fsm_close()
251 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in fsm_close()
413 if( f->callbacks->down ) in fsm_rconfreq()
414 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq()
504 if (f->callbacks->down) in fsm_rconfack()
505 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack()
558 if (f->callbacks->down) in fsm_rconfnakrej()
559 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej()
[all …]
/openbsd-src/regress/sys/kern/sosplice/tcp/
H A Decho.pl71 $s->down;
79 $c->down;
80 $r->down;
82 $s->down;
H A Dremote.pl85 $r->down;
125 $c->down;
126 $r->down if $r;
127 $s->down;
H A Drelay.pl73 $c->down;
74 $r->down;
75 $s->down;
/openbsd-src/regress/sys/kern/sosplice/udp/
H A Dremote.pl87 $r->down;
129 $c->down;
130 $r->down if $r;
131 $s->down;
H A Drelay.pl76 $c->down;
77 $r->down;
78 $s->down;
/openbsd-src/regress/sys/kern/sosplice/scapy/
H A Dscapy.pl73 down => "Broken pipe|Connection reset by peer",
92 $r->down;
112 down => "Broken pipe|Connection reset by peer",
128 $r->down if $r;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcond2.C6 int down = 0; variable
13 ~T() { printf ("DOWN\n"); down++; } in ~T()
61 if (up == down && up == 18) in main()
/openbsd-src/regress/sys/net/pf_divert/
H A Dremote.pl128 down => $args{packet} && "Shutdown Packet",
244 $l->down;
249 $p->down;
260 $c->down if $c;
262 $r->down(30) if $r;
263 $s->down if $s;
/openbsd-src/regress/sys/kern/pipe/
H A DMakefile9 SRCS+= test-run-down.c
24 TESTS+= run-down-write-big
25 TESTS+= run-down-write-small
/openbsd-src/regress/usr.sbin/relayd/
H A Dremote.pl93 $r->down;
140 $c->down unless $args{client}{noclient};
141 $s->down unless $args{server}{noserver};
143 $r->down;
H A Drelayd.pl84 $c->down unless $args{client}{noclient};
85 $s->down unless $args{server}{noserver};
87 $r->down;

12345678910>>...29