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

  /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;
  /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;
  /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: */

Completed in 46 milliseconds