Searched refs:FIF_LARVAL (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dkfile.h77 #define FIF_LARVAL 0x80000000 /* not fully constructed; don't use */ macro
138 (FIF_WANTCLOSE|FIF_LARVAL)) == 0)
142 (fp)->f_iflags &= ~FIF_LARVAL; \
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c93 Mfd[i].f_iflags = FIF_LARVAL; // Temporarily mark this fd as reserved
449 gMD->fdarray[fildes2].f_iflags = FIF_LARVAL; // Mark the file closed, but reserved

Completed in 103 milliseconds