Searched refs:RELEASE (Results 1 - 13 of 13) sorted by relevance

/src/distrib/mac68k/miniroot/
H A Dinstall.md130 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
/src/sys/dev/bluetooth/
H A Dbtkbd.c466 #define RELEASE 0x100 macro
508 ? PRESS : RELEASE));
521 ADDKEY(key | RELEASE);
565 if (key & RELEASE)
598 key & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
/src/sys/dev/hid/
H A Dhidkbd.c66 #define RELEASE 0x100 macro
521 PRESS : RELEASE));
534 ADDKEY(key | RELEASE);
581 if (key & RELEASE)
607 key & RELEASE ? WSCONS_EVENT_KEY_UP :
622 key&RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
693 *type = c & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_device_setup184 RELEASE=$(adb_shell getprop ro.build.version.release)
186 if echo "$RELEASE" | grep '^4\.' >&/dev/null; then
190 if echo "$RELEASE" | grep '^8\.0\.' >&/dev/null; then
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A DCMakeLists.txt54 if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE")
/src/sys/dev/usb/
H A Dukbd.c96 #define RELEASE 0x100 macro
660 key = 0x00e6 | RELEASE;
834 key = i | ((isset(ud->keys, i) ? PRESS : RELEASE));
866 cbuf[j-1] |= (key & RELEASE) ? 0x80 : 0;
873 if (key & RELEASE)
907 key&RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
1034 *type = c & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;
/src/distrib/sun3/miniroot/
H A Dinstall.md147 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
158 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} upgrade program."
/src/distrib/miniroot/
H A Dinstall.sub39 RELEASE=10.0 # updated by distrib/miniroot/list
40 export RELEASE
684 echo "/pub/NetBSD/NetBSD-${RELEASE}/${MACHINE}/binary/sets"
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A DCMakeLists.txt106 if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE")
/src/distrib/hp300/miniroot/
H A Dinstall.md478 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
/src/distrib/amiga/miniroot/
H A Dinstall.md142 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
153 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} upgrade program."
/src/distrib/sun2/miniroot/
H A Dinstall.md147 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A DCMakeLists.txt86 if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE")

Completed in 10 milliseconds