Home
last modified time | relevance | path

Searched refs:Semihost_SYS_CLOSE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
DSemihostPrivate.h161 #define Semihost_SYS_CLOSE(Handle) _Semihost_SYS_CLOSE(0x02, Handle) macro
185 #define Semihost_SYS_CLOSE(Handle) GccSemihostCall(0x02, (UINTN)(Handle)) macro
203 #define Semihost_SYS_CLOSE(Handle) (-1) macro
DSemihostLib.c144 INT32 Result = Semihost_SYS_CLOSE(&FileHandle); in SemihostFileClose()