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

1 2

  /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/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/external/bsd/dhcpcd/dist/src/
ipv4ll.h 49 bool down; member in struct:ipv4ll_state
61 (IPV4LL_CSTATE((ifp)) && !IPV4LL_CSTATE((ifp))->down && \
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest.c 102 enum modes { up, down, undefined }; enumerator in enum:modes
131 mode = down;
191 /* down the interface */
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c 152 down(struct semaphore *s) function
  /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/usr.sbin/btpand/
btpand.h 90 void (*down)(channel_t *); member in struct:channel
  /src/usr.sbin/lpr/lpc/
cmds.c 483 * (reason for being down).
486 down(int argc, char *argv[]) function
493 printf("Usage: down {all | printer} [message ...]\n");
1009 * Enable everything and start printer (undo `down').
  /src/external/bsd/ppp/dist/pppd/
fsm.h 108 void (*down)(fsm *); /* Called when fsm leaves OPENED state */ member in struct:fsm_callbacks
122 #define INITIAL 0 /* Down, hasn't been opened */
123 #define STARTING 1 /* Down, been opened */
125 #define STOPPED 3 /* Open, waiting for down event */
138 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rbt.h 108 dns_rbtnode_t *down; member in struct:dns_rbtnode
174 * chain to remain valid, the tree has to be locked down against writes for the
425 * in levels down from it are removed too.
567 * Then the down pointer, left and right pointers are displayed
568 * recursively in turn. NULL down pointers are silently omitted;
583 * Then the down pointer, left and right pointers are displayed
584 * recursively in turn. NULL left, right and down pointers are
834 * Descend down if possible.
rdataslab.h 113 * Otherwise, it points up to the header whose down pointer points
117 struct dns_slabheader *down; member in struct:dns_slabheader
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rbt.h 136 dns_rbtnode_t *down; member in struct:dns_rbtnode
215 * chain to remain valid, the tree has to be locked down against writes for the
591 * in levels down from it are removed too.
783 * Then the down pointer, left and right pointers are displayed
784 * recursively in turn. NULL down pointers are silently omitted;
799 * Then the down pointer, left and right pointers are displayed
800 * recursively in turn. NULL left, right and down pointers are
1051 * Descend down if possible.
  /src/lib/libmenu/
menu.h 98 ITEM *down; member in struct:__item
  /src/sys/arch/zaurus/dev/
zkbd.c 548 int down; local
553 down = pxa2x0_gpio_get_bit(sc->sc_onkey_pin) ? 1 : 0;
556 * Change run mode depending on how long the key is held down.
562 if (down) {
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/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/bsd/openldap/dist/tests/progs/
slapd-watcher.c 123 time_t down; member in struct:server
222 printf(", down@");
223 timestamp( &servers[i].down );
697 servers[i].down = tv.tv_sec;
730 servers[i].down = servers[i].c_curr.time.tv_sec;
  /src/external/gpl3/gcc/dist/gcc/text-art/
table.cc 269 # down?
280 const bool down = (cell_c != cell_d); local
283 return directions (up, down, left, right);
349 true, /* down */
354 false, /* down */
403 c.m_down, /* down */
417 false, /* down */
426 false, // down
438 false, // down
  /src/games/sail/
pl_7.c 280 * Move down by 1, scrolling if needed. MAX is the total number of
284 down(int *posp, int *scrollp, int max, int visible) function
982 down(&player, NULL, cc->vessels,
1053 down(&loadpos, NULL, 3, 3);
1238 down(&pickerpos, &pickerscroll, NSCENE, LINES-12);
1571 down(&joinpos, &joinscroll,
1574 down(&startpos, NULL,
1577 down(&optionspos, NULL,
1580 down(&mainpos, NULL,
  /src/lib/libform/
form.h 99 #define REQ_DOWN_FIELD (KEY_MAX + 0x110) /* go down one field */
123 #define REQ_DOWN_CHAR (KEY_MAX + 0x11e) /* move down in the field */
228 FIELD *down; /* field below this one */ member in struct:_form_field
  /src/games/battlestar/
extern.h 135 #define DOWN 1001
250 #define down link[6] macro
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 680 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } function in struct:DataFlowGraph::DefStack::Iterator
  /src/external/gpl3/binutils/dist/bfd/
archive.c 1447 const char * down;
1497 down = pwd + strlen (pwd) - 1;
1499 while (dir_down && down > pwd)
1501 if (IS_DIR_SEPARATOR (*down))
1505 len += strlen (down) + 1;
1508 down = NULL;
1528 if (down)
1529 sprintf (newp, "%s/%s", down, pathp);
1442 const char * down; local

Completed in 35 milliseconds

1 2