| /src/external/bsd/ppp/dist/sample/ |
| auth-down | 15 echo auth-down `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
|
| /src/external/gpl3/gcc/dist/contrib/unicode/ |
| gen-box-drawing-chars.py | 24 down: bool, 29 if up and down: 32 down = False 47 for dir_name in ('up', 'down', 'vertical', 'left', 'right', 'horizontal'): 65 'DOWN LIGHT' 66 'LEFT DOWN HEAVY' 67 'HEAVY DOWN AND RIGHT' 85 down = (i & 4) variable 88 name = get_box_drawing_char_name(up, down, left, right)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| morestack.c | 59 down (int i) function 78 down (i - 1); 100 down (1000);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| morestack.c | 59 down (int i) function 78 down (i - 1); 100 down (1000);
|
| /src/usr.sbin/lpr/lpc/ |
| extern.h | 43 void down(int, char **);
|
| cmdtab.c | 69 { "down", downhelp, down, 1 },
|
| /src/tests/net/if_pppoe/ |
| common.sh | 115 atf_ifconfig pppoe0 inet $serverip $clientip down 118 atf_ifconfig pppoe0 inet 0.0.0.0 0.0.0.1 down 127 atf_ifconfig pppoe0 inet6 $serverip6/64 down 130 atf_ifconfig pppoe0 inet6 $clientip6/64 down 178 atf_ifconfig pppoe0 down 183 atf_ifconfig pppoe0 down 194 atf_ifconfig pppoe0 down 199 atf_ifconfig pppoe0 down 236 atf_ifconfig shmif0 down
|
| t_pppoe_keepalive.sh | 62 atf_ifconfig shmif0 down 74 atf_ifconfig pppoe0 down 123 atf_ifconfig shmif0 down 136 atf_ifconfig pppoe0 down 147 # Test for taking interface down during if_down() and if_up() 149 echo "Test for taking interface down during if_down() and if_up()" 152 atf_ifconfig shmif0 down 164 atf_ifconfig pppoe0 down 171 atf_ifconfig pppoe0 down 178 # pppoe0 should NOT reconnect after `ifconfig pppoe0 down` [all...] |
| /src/etc/rc.d/ |
| downinterfaces | 29 echo "Shutting down interfaces:$iflist" 31 ifconfig $int down
|
| /src/external/bsd/dhcpcd/dist/src/ |
| ipv4ll.h | 49 bool down; member in struct:ipv4ll_state 61 (IPV4LL_CSTATE((ifp)) && !IPV4LL_CSTATE((ifp))->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
|
| /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...] |
| /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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-file-transfer.exp | 58 set down_server [standard_output_file down-server] 61 set down_server down-server
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-file-transfer.exp | 58 set down_server [standard_output_file down-server] 61 set down_server down-server
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| ifconfig.sh.in | 135 down() { function 138 [ "$a" ] && ifconfig lo0:$int 0.0.0.0 down 141 [ "$a" ] && ifconfig lo0:$int $a down 145 ifconfig lo0:$int $a down 149 ifconfig lo0:$int inet6 down 169 [ "$a" ] && ifconfig lo:$int $a down 244 start | up | stop | down) 273 stop | down) down ;; 279 echo "Usage: $0 { up | down }" [all...] |
| /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/external/mpl/dhcp/dist/client/scripts/ |
| solaris | 81 $ifconfig ${interface}:1 0 down > /dev/null 2>&1 113 $ifconfig ${interface}:1 inet 0 down > /dev/null 2>&1 117 $ifconfig ${interface} inet 0 down 157 $ifconfig ${interface}:1 0 down > /dev/null 2>&1 161 $ifconfig $interface inet 0 down 176 $ifconfig ${interface}:1 0 down > /dev/null 2>&1 196 $ifconfig $interface inet 0 down
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/ |
| file-transfer.exp | 39 set down_server down-server
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/ |
| file-transfer.exp | 39 set down_server down-server
|
| /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);
|