OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Key
(Results
1 - 13
of
13
) 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;
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/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
efilib.h
794
OUT EFI_INPUT_KEY *
Key
/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/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/bsd/acpica/dist/include/platform/
acefiex.h
303
ACPI_EFI_INPUT_KEY *
Key
);
Completed in 63 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026