HomeSort by: relevance | last modified time | path
    Searched refs:RELEASE (Results 1 - 15 of 15) sorted by relevancy

  /src/distrib/mac68k/miniroot/
install.md 130 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
  /src/sys/dev/bluetooth/
btkbd.c 466 #define RELEASE 0x100
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/
hidkbd.c 66 #define RELEASE 0x100
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/
asan_device_setup 184 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/arch/m68k/060sp/dist/
changes 8 # M68060 Software Package Production Release
38 CHANGES SINCE LAST RELEASE:
75 This has been fixed in the current release.
misc 8 # M68060 Software Package Production Release
38 RELEASE FILE VERSIONS:
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
CMakeLists.txt 54 if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE")
  /src/sys/dev/usb/
ukbd.c 96 #define RELEASE 0x100
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/
install.md 147 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
158 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} upgrade program."
  /src/distrib/miniroot/
install.sub 39 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/
CMakeLists.txt 106 if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE")
  /src/distrib/hp300/miniroot/
install.md 478 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
  /src/distrib/amiga/miniroot/
install.md 142 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
153 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} upgrade program."
415 This release uses the ELF binary object format. Existing (a.out) binaries
  /src/distrib/sun2/miniroot/
install.md 147 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
CMakeLists.txt 86 if(CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE")

Completed in 42 milliseconds