Searched refs:pressed (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/xen/interface/io/
H A Dkbdif.h59 uint8_t pressed; /* 1 if pressed; 0 otherwise */ member in struct:xenkbd_key
/freebsd-12-stable/share/examples/ipfw/
H A Dchange_rules.sh126 rules' does not appear on the screen or the y key is not pressed in 30
/freebsd-12-stable/sys/dev/gpio/
H A Dgpiokeys.c186 gpiokeys_key_event(struct gpiokeys_softc *sc, struct gpiokey *key, int pressed) argument
194 evdev_push_key(sc->sc_evdev, key->evcode, pressed);
200 if (!pressed)
/freebsd-12-stable/stand/lua/
H A Dmenu.lua390 -- 'keypress' allows the caller to indicate that a key has been pressed that we
461 -- autoboot_key should return the key pressed. It will only
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S443 * If we have pressed F5 or 5, then this is a good, fake value
449 cmpb $0x4,%al # F5/#5 pressed?
454 * F1..F4 was pressed, so make %bx point to the currently

Completed in 108 milliseconds