OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_handle_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/stand/efi/libefi/
efifs.c
297
UINTN
fs_handle_count
;
variable in typeref:typename:UINTN
305
while (u <
fs_handle_count
&& fs_handles[u] != h)
307
return ((u <
fs_handle_count
) ? u : -1);
328
fs_handle_count
= sz / sizeof(EFI_HANDLE);
342
for (i = 0; i <
fs_handle_count
; i++) {
372
if (unit < 0 || unit >=
fs_handle_count
) {
efifs.c
297
UINTN
fs_handle_count
;
variable in typeref:typename:UINTN
305
while (u <
fs_handle_count
&& fs_handles[u] != h)
307
return ((u <
fs_handle_count
) ? u : -1);
328
fs_handle_count
= sz / sizeof(EFI_HANDLE);
342
for (i = 0; i <
fs_handle_count
; i++) {
372
if (unit < 0 || unit >=
fs_handle_count
) {
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025