OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UI_STRING_ENTRY
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/efi32/include/efi/
efiui.h
16
For each string there is an array of
UI_STRING_ENTRY
. Each string
19
UI_STRING_ENTRY
arrays. A NULL array terminates the list. A NULL array
22
Thus the shortest possible EFI_UI_PROTOCOL has three
UI_STRING_ENTRY
.
44
}
UI_STRING_ENTRY
;
50
UI_STRING_ENTRY
*Entry;
/external/syslinux/efi64/include/efi/
efiui.h
16
For each string there is an array of
UI_STRING_ENTRY
. Each string
19
UI_STRING_ENTRY
arrays. A NULL array terminates the list. A NULL array
22
Thus the shortest possible EFI_UI_PROTOCOL has three
UI_STRING_ENTRY
.
44
}
UI_STRING_ENTRY
;
50
UI_STRING_ENTRY
*Entry;
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiui.h
16
For each string there is an array of
UI_STRING_ENTRY
. Each string
19
UI_STRING_ENTRY
arrays. A NULL array terminates the list. A NULL array
22
Thus the shortest possible EFI_UI_PROTOCOL has three
UI_STRING_ENTRY
.
44
}
UI_STRING_ENTRY
;
50
UI_STRING_ENTRY
*Entry;
Completed in 180 milliseconds