HomeSort by: relevance | last modified time | path
    Searched refs:down (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/usr.sbin/lpr/lpc/
extern.h 43 void down(int, char **);
cmdtab.c 69 { "down", downhelp, down, 1 },
  /src/etc/rc.d/
downinterfaces 29 echo "Shutting down interfaces:$iflist"
31 ifconfig $int down
  /src/share/examples/racoon/roadwarrior/client/
Makefile 8 FILES= phase1-down.sh phase1-up.sh racoon.conf
  /src/usr.bin/make/unit-tests/
directive-if-nested.mk 11 all: set-up test tear-down
24 tear-down: .PHONY
cond-cmp-numeric-eq.mk 53 # bits, these two numbers are considered the same. The 993 is rounded down
59 # The 995 is rounded up, the 997 is rounded down.
  /src/sys/arch/zaurus/dev/
ztp.c 431 int down; local
436 /* check that pen is down */
442 down = (t0 >= 10);
443 if (down == 0)
475 /* check that pen is still down */
478 down = 0;
479 pos->z = down;
486 return down;
506 int down; local
522 down = ztp_readpos(sc, &tp)
    [all...]
zrc.c 61 "(release)", "volume down", "mute", "rewind", "volume up",
353 zrc_input(struct zrc_softc *sc, int key, int down)
355 u_int type = down ? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP;
371 if (!down)
  /src/sys/arch/acorn32/doc/
interrupts 44 interrupt serviced but pass on down the chain
45 1 - interrupt serviced do not pass on down the chain
47 The important bit is whether the interrupt should be passed on down
52 Passing it on down the chain may result in the stray interrupt handler
54 There are however some interrupt that should *always* be passed on down
  /src/tests/sbin/ifconfig/
t_repeated_updown.sh 33 atf_set "descr" "Test with ifconfig(8) that repeated up/down " \
54 state="down"
60 ifconfig $i down
61 echo "Test $n: $i down"
  /src/share/examples/apm/
script 46 ifconfig $if down
57 ifconfig $if down
  /src/sys/external/bsd/drm2/dist/include/drm/
task_barrier.h 85 down(&tb->enter_turnstile);
99 down(&tb->exit_turnstile);
  /src/sys/arch/hpcarm/dev/
wzero3_tp.c 409 int down; local
425 down = (*sc->sc_model->chip.readpos)(&tp);
426 DPRINTF(("%s: x = %d, y = %d, z = %d, down = %d\n",
427 device_xname(sc->sc_dev), tp.x, tp.y, tp.z, down));
437 if (down) {
447 if (!down) {
452 if (down || sc->sc_buttons != down) {
453 wsmouse_input(sc->sc_wsmousedev, down, tp.x, tp.y, 0, 0,
455 sc->sc_buttons = down;
608 int down; local
700 int down; local
    [all...]
  /src/usr.sbin/btpand/
channel.c 80 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);
  /src/tests/net/if_pppoe/
t_pppoe.sh 88 inet $SERVER_IP $CLIENT_IP down
100 inet 0.0.0.0 0.0.0.1 down
201 atf_ifconfig pppoe0 down
220 atf_ifconfig pppoe0 down
247 atf_ifconfig pppoe0 down
319 atf_ifconfig pppoe0 inet6 $SERVER_IP6/64 down
327 atf_ifconfig pppoe0 inet6 $CLIENT_IP6/64 down
341 atf_ifconfig pppoe0 down
364 atf_ifconfig pppoe0 down
394 atf_ifconfig pppoe0 down
    [all...]
t_pppoe_unnumbered.sh 66 inet $SERVER_IP $CLIENT_IP down
78 inet $CLIENT_IP/32 0.0.0.1 down
186 atf_ifconfig pppoe0 down
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt7622-rfb1.dts 289 bias-pull-down;
311 bias-pull-down;
348 bias-pull-down;
433 bias-pull-down;
456 bias-pull-down;
mt7622-bananapi-bpi-r64.dts 350 bias-pull-down;
372 bias-pull-down;
409 bias-pull-down;
499 bias-pull-down;
522 bias-pull-down;
  /src/games/battlestar/
command6.c 72 location[position].down) {
74 position = location[position].down;
78 puts("You are down.");
  /src/lib/libmenu/
driver.c 99 drv_new_item = drv_new_item->down;
111 drv_new_item = drv_new_item->down;
125 drv_new_item = drv_new_item->down;
internals.c 101 item->down = item;
104 item->down = NULL;
147 /* Down */
151 item->down = menu->items[0];
153 item->down = NULL;
155 item->down = menu->items[item_no + 1];
183 item->down = menu->items[neighbour];
185 item->down = NULL;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/lpc/
lpc4357-ea4357-devkit.dts 353 bias-pull-down;
368 bias-pull-down;
375 bias-pull-down;
410 bias-pull-down;
434 bias-pull-down;
450 bias-pull-down;
  /src/sys/fs/v7fs/
v7fs_datablock.c 672 v7fs_daddr_t down; local
678 down = v7fs_unlink(fs, up, 0);
683 return down;
689 v7fs_daddr_t down; local
695 down = v7fs_unlink(fs, up, n);
698 v7fs_datablock_deallocate(fs, down);
700 return down;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun4i-a10-inet9f-rev03.dts 90 event-left-joystick-down {
91 label = "Left Joystick Down";
122 event-right-joystick-down {
123 label = "Right Joystick Down";
154 event-dpad-down {
155 label = "DPad Down";
275 label = "Volume Down";
  /src/tests/net/net/
t_ipv6address.sh 171 atf_check -s exit:0 rump.ifconfig shmif0 down
173 atf_check -s exit:0 rump.ifconfig shmif1 down
178 atf_check -s exit:0 rump.ifconfig shmif0 down
180 atf_check -s exit:0 rump.ifconfig shmif1 down
185 atf_check -s exit:0 rump.ifconfig shmif0 down
187 atf_check -s exit:0 rump.ifconfig shmif1 down

Completed in 22 milliseconds

1 2 3 4