HomeSort by: relevance | last modified time | path
    Searched defs:DOWN (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/ppp/usr.sbin/plugins/status/
status.c 58 * event: "up", "down", "?", or "!", representing LCP up, LCP down,
66 * shuts down, users on my LAN immediately know without having to go look
81 static char DOWN[] = "down";
117 writestatus(DOWN);
  /src/usr.bin/rwho/
rwho.c 66 #define DOWN(w,now) ((now) - (w).wd_recvtime > 11 * 60)
143 if (DOWN(wd, now)) {
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 49 DOWN = '' #: Move the cursor down one line
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
  /src/usr.sbin/ifwatchd/
ifwatchd.c 58 enum event { ARRIVAL, DEPARTURE, UP, DOWN, CARRIER, NO_CARRIER };
246 "\t\t [-d down-script] [-u up-script]\n"
252 "\t -d <cmd> specify command to run on interface down event\n"
347 ev = ifam->ifam_type == RTM_DELADDR ? DOWN : UP;
349 if ((ev == UP && aflag == READY) || ev == DOWN)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 83 DOWN,
  /src/games/battlestar/
extern.h 135 #define DOWN 1001
250 #define down link[6] macro
  /src/sys/arch/vax/include/
qdreg.h 201 #define DOWN 1
  /src/sys/dev/qbus/
qdreg.h 199 #define DOWN 1
  /src/external/bsd/tmux/dist/
server-client.c 683 DOWN,
753 /* DOWN is the only remaining event type. */
755 type = DOWN;
757 log_debug("down at %u,%u", x, y);
1494 case DOWN:
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 140 * step two: walk the tree in a depth-first, left-right-down order, writing
167 uintptr_t down, uintptr_t parent, uintptr_t data, uint64_t *crc);
212 char *adjusted_address = (char *)(node->down);
234 #define DOWN(node) ((node)->down)
379 fixup_uppernodes_helper(DOWN(node), node);
578 uintptr_t down, uintptr_t parent, uintptr_t data,
621 if (temp_node.down != NULL) {
622 temp_node.down = (dns_rbtnode_t *)(down);
662 uintptr_t left = 0, right = 0, down = 0, data = 0; local
    [all...]
  /src/games/rogue/
rogue.h 401 #define DOWN 4

Completed in 45 milliseconds