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

  /src/usr.bin/make/unit-tests/
directive-if-nested.mk 11 all: set-up test tear-down
24 tear-down: .PHONY
archive.mk 35 @${MAKE} -f ${MAKEFILE} tear-down-library
107 tear-down-library: .PHONY
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c 152 down(struct semaphore *s) function in typeref:typename:void
  /src/sys/fs/v7fs/
v7fs_datablock.c 672 v7fs_daddr_t down; local in function:v7fs_remove_self
678 down = v7fs_unlink(fs, up, 0);
683 return down;
689 v7fs_daddr_t down; local in function:v7fs_remove_leaf
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 in typeref:typename:void
493 printf("Usage: down {all | printer} [message ...]\n");
1009 * Enable everything and start printer (undo `down').
  /src/lib/libmenu/
menu.h 98 ITEM *down; member in struct:__item
  /src/sys/arch/zaurus/dev/
zkbd.c 548 int down; local in function:zkbd_on
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 in function:ztp_readpos
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 in function:ztp_irq
522 down = ztp_readpos(sc, &tp)
    [all...]
  /src/sys/arch/hpcarm/dev/
wzero3_tp.c 409 int down; local in function:wzero3tp_irq
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 in function:max1233_readpos
700 int down; local in function:ads7846_readpos
    [all...]
  /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 in typeref:typename:void
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/sys/dev/pci/
pci_subr.c 2050 onoff("Surprise Down Error Report", reg,
2444 printf("Link Down - Presence Not"
2448 printf("Link Down - Component Not Present\n");
2451 printf("Link Down - Component Present\n");
2839 onoff("Surprise Down Error", reg, PCI_AER_UC_SURPRISE_DOWN_ERROR);
4365 pcireg_t up, down; local in function:pci_conf_print_pl16g_cap
4367 down = reg & 0x0000000f;
4370 pci_print_pcie_link_preset_preshoot_deemphasis(down);

Completed in 23 milliseconds