Searched refs:down (Results 1 - 25 of 175) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcond2.C7 int down = 0; variable
14 ~T() { printf ("DOWN\n"); down++; }
62 if (up == down && up == 18)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcond2.C7 int down = 0; variable
14 ~T() { printf ("DOWN\n"); down++; }
62 if (up == down && up == 18)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmorestack.c59 down (int i) function
81 down (i - 1);
103 down (1000);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dextern.h43 void down(int, char **);
H A Dcmdtab.c69 { "down", downhelp, down, 1 },
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Ddowninterfaces29 echo "Shutting down interfaces:$iflist"
31 ifconfig $int down
/netbsd-6-1-5-RELEASE/share/examples/racoon/roadwarrior/client/
H A DMakefile8 FILES= phase1-down.sh phase1-up.sh racoon.conf
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dztp.c432 int down; local
437 /* check that pen is down */
443 down = (t0 >= 10);
444 if (down == 0)
476 /* check that pen is still down */
479 down = 0;
480 pos->z = down;
487 return down;
507 int down; local
523 down
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dchecktime.in42 push(@down,$dargs[0]);
52 # are in @toofarout. Hosts that are down are in @down. They are treated the same
61 foreach $i ( (@down,@toofarout) ) {
/netbsd-6-1-5-RELEASE/share/examples/apm/
H A Dscript46 ifconfig $if down
57 ifconfig $if down
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dwzero3_tp.c410 int down; local
426 down = (*sc->sc_model->chip.readpos)(&tp);
427 DPRINTF(("%s: x = %d, y = %d, z = %d, down = %d\n",
428 device_xname(sc->sc_dev), tp.x, tp.y, tp.z, down));
438 if (down) {
448 if (!down) {
453 if (down || sc->sc_buttons != down) {
454 wsmouse_input(sc->sc_wsmousedev, down, tp.x, tp.y, 0, 0,
456 sc->sc_buttons = down;
609 int down; local
701 int down; local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/client/scripts/
H A Dsolaris65 $ifconfig ${interface}:1 0 down > /dev/null 2>&1
97 $ifconfig ${interface}:1 inet 0 down > /dev/null 2>&1
101 $ifconfig ${interface} inet 0 down
128 $ifconfig ${interface}:1 0 down > /dev/null 2>&1
132 $ifconfig $interface inet 0 down
147 $ifconfig ${interface}:1 0 down > /dev/null 2>&1
167 $ifconfig $interface inet 0 down
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dname_test.c77 dns_name_t *name, *origin, *comp, *down; local
276 down = name;
279 down = dns_fixedname_name(&downname);
281 result = dns_name_downcase(name, down, NULL);
284 dns_name_toregion(down, &r);
287 dns_name_countlabels(down),
291 print_name(down);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Difconfig.sh149 stop|down)
160 ifconfig lo0:$int 0.0.0.0 down
163 ifconfig lo0:$int 10.53.0.$ns down
166 ifconfig lo0:$int 10.53.0.$ns down
170 ifconfig lo0:$int6 inet6 down
175 ifconfig lo:$int 10.53.0.$ns down
226 echo "Usage: $0 { up | down } [base]"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D941014-3.c64 down:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D941014-3.c64 down:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dfile-transfer.exp42 gdb_test "remote put \"$filename\" down-server" \
44 gdb_test "remote get down-server up-server" \
50 set result [remote_exec host "cmp -s $filename down-server"]
65 gdb_test "remote delete down-server" \
69 if { ! [remote_file target exists down-server] } {
/netbsd-6-1-5-RELEASE/usr.sbin/btpand/
H A Dchannel.c80 assert(chan->down != NULL);
169 chan->down(chan);
192 chan->down(chan);
200 chan->down(chan);
206 chan->down(chan);
277 * closes the channel down if it times out.
310 chan->down(chan);
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dfsm.c135 * fsm_lowerdown - The lower layer is down.
168 if( f->callbacks->down )
169 (*f->callbacks->down)(f);
217 * terminate_layer - Start process of shutting down the FSM
229 else if( f->callbacks->down )
230 (*f->callbacks->down)(f); /* Inform upper layers we're down */
443 /* Go down and restart negotiation */
444 if( f->callbacks->down )
445 (*f->callbacks->down)(
[all...]
H A Dfsm.h106 void (*down) /* Called when fsm leaves OPENED state */ member in struct:fsm_callbacks
128 #define STOPPED 3 /* Open, waiting for down event */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Duwin.asm16 subl $0x1000,%ecx /* yes, move pointer down 4k*/
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-file-transfer.exp58 mi_gdb_test "-target-file-put \"$filename\" \"down-server\"" \
60 mi_gdb_test "-target-file-get \"down-server\" \"up-server\"" \
66 set result [remote_exec host "cmp -s $filename down-server"]
81 mi_gdb_test "-target-file-delete \"down-server\"" \
85 if { ! [remote_file target exists down-server] } {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/
H A Dlshift.asm120 C cool down phase 2/1
138 C cool down phase 2/2
145 C cool down phase 2/3
149 C cool down phase 1/1
158 C cool down phase 1/2
H A Drshift.asm118 C cool down phase 2/1
136 C cool down phase 2/2
143 C cool down phase 2/3
147 C cool down phase 1/1
156 C cool down phase 1/2
/netbsd-6-1-5-RELEASE/dist/dhcp/dhcpctl/
H A Dcltest.c47 enum modes { up, down, undefined }; enumerator in enum:modes
75 mode = down;
135 /* down the interface */

Completed in 151 milliseconds

1234567