HomeSort by: relevance | last modified time | path
    Searched refs:Key (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/bsd/gnu-efi/dist/lib/
pause.c 9 // Pause until any key is pressed
11 EFI_INPUT_KEY Key;
15 Status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &Key);
console.c 61 EFI_INPUT_KEY Key;
73 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key);
79 if (Key.UnicodeChar == '\n' ||
80 Key.UnicodeChar == '\r') {
84 if (Key.UnicodeChar == '\b') {
92 if (Key.UnicodeChar >= ' ') {
94 InStr[Len] = Key.UnicodeChar;
event.c 144 OUT EFI_INPUT_KEY *Key
153 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) {
158 CopyMem(Key, &TimeoutKey, sizeof(EFI_INPUT_KEY));
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6dl-prtvt7.dts 36 label = "GPIO Key ESC";
42 label = "GPIO Key UP";
48 label = "GPIO Key DOWN";
54 label = "GPIO Key Enter";
60 label = "GPIO Key CYCLE";
66 label = "GPIO Key F1";
72 label = "GPIO Key F2";
78 label = "GPIO Key F3";
84 label = "GPIO Key F4";
90 label = "GPIO Key F5"
    [all...]
lpc3250-ea3250.dts 25 label = "Interrupt Key";
55 label = "Joystick Key 0";
61 label = "Joystick Key 1";
67 label = "Joystick Key 2";
73 label = "Joystick Key 3";
79 label = "Joystick Key 4";
imx6dl-prtmvt.dts 62 label = "GPIO Key F1";
68 label = "GPIO Key F2";
74 label = "GPIO Key F3";
80 label = "GPIO Key F4";
86 label = "GPIO Key F5";
92 label = "GPIO Key CYCLE";
98 label = "GPIO Key ESC";
104 label = "GPIO Key UP";
110 label = "GPIO Key DOWN";
116 label = "GPIO Key OK"
    [all...]
exynos4412-itop-elite.dts 48 label = "GPIO Key Home";
54 label = "GPIO Key Back";
60 label = "GPIO Key Sleep";
66 label = "GPIO Key Vol+";
72 label = "GPIO Key Vol-";
imx6q-var-dt6customboard.dts 34 label = "Key Back";
43 label = "Key Home";
52 label = "Key Menu";
rk3066a-bqcurie2.dts 54 label = "GPIO Key Power";
62 label = "GPIO Key Vol-";
da850-lcdk.dts 107 label = "GPIO Key USER1";
113 label = "GPIO Key USER2";
rk3188-px3-evb.dts 35 label = "GPIO Key Power";
rk3229-evb.dts 116 power_key: power-key {
117 label = "GPIO Key Power";
174 pwr_key: pwr-key {
  /src/usr.sbin/ypserv/yptest/
yptest.c 53 const char *Key = "root";
70 KeyLen = strlen(Key);
71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen);
135 yptest_foreach(int status, char *key, int keylen, char *val, int vallen,
142 /* key avslutas med NUL */
144 key[keylen] = '\0';
146 printf("%s %s\n", key, val);
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof.c 102 CallerInfo Key, *Res;
103 Key.CallerAddr = func;
104 Res = (CallerInfo *) bsearch(&Key, CallerInfos, sizeof(CallerInfos) / sizeof(CallerInfo),
  /src/sys/external/bsd/gnu-efi/dist/inc/
eficonex.h 37 EFI_INPUT_KEY Key;
eficon.h 298 OUT EFI_INPUT_KEY *Key
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-sm1-khadas-vim3l.dts 89 * an USB3.0 Type A connector and a M.2 Key M slot.
94 * to the M.2 Key M slot, uncomment the following block to disable
meson-gxl-s905x-khadas-vim.dts 155 "Power Key In",
  /src/usr.sbin/sysinst/
msg.pm.en 118 message cgd_key_fmt {Key size}
120 message cgd_keygen_fmt {Key generation}
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc 77 // Use a global pthread key to identify thread-local data for logging.
78 static pthread_key_t Key;
135 if (pthread_getspecific(Key) == NULL) {
137 pthread_setspecific(Key, &TLDStorage);
689 &Key, +[](void *TLDPtr) {
  /src/sys/dev/arcbios/
arcbios.h 111 uint32_t Key;
258 /* Key for Cache: */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3308-evb.dts 26 func-key {
40 esc-key {
46 home-key {
52 menu-key {
58 vol-down-key {
64 vol-up-key {
81 label = "GPIO Key Power";
203 pwr_key: pwr-key {
  /src/sys/arch/sgimips/sgimips/
machdep.c 967 mci->mci_sdcache_size = COMPONENT_KEY_Cache_CacheSize(comp->Key);
969 COMPONENT_KEY_Cache_LineSize(comp->Key);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-am654-base-board.dts 77 label = "GPIO Key USER1";
83 label = "GPIO Key USER2";
k3-j721e-common-proc-board.dts 27 label = "GPIO Key USER1";
33 label = "GPIO Key USER2";

Completed in 27 milliseconds

1 2