OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIF_LARVAL
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h
77
#define
FIF_LARVAL
0x80000000 /* not fully constructed; don't use */
152
(FIF_WANTCLOSE|
FIF_LARVAL
)) == 0)
156
(fp)->f_iflags &= ~
FIF_LARVAL
; \
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c
95
Mfd[i].f_iflags =
FIF_LARVAL
; // Temporarily mark this fd as reserved
474
gMD->fdarray[fildes2].f_iflags =
FIF_LARVAL
; // Mark the file closed, but reserved
[
all
...]
Completed in 286 milliseconds