OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenBlock
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostLib.c
37
SEMIHOST_FILE_OPEN_BLOCK
OpenBlock
;
49
OpenBlock
.FileName = FileName;
50
OpenBlock
.Mode = Mode;
51
OpenBlock
.NameLength = AsciiStrLen(FileName);
53
Result = Semihost_SYS_OPEN(&
OpenBlock
);
SemihostPrivate.h
73
IN SEMIHOST_FILE_OPEN_BLOCK *
OpenBlock
160
#define Semihost_SYS_OPEN(
OpenBlock
) _Semihost_SYS_OPEN(0x01,
OpenBlock
)
184
#define Semihost_SYS_OPEN(
OpenBlock
) GccSemihostCall(0x01, (UINTN)(
OpenBlock
))
202
#define Semihost_SYS_OPEN(
OpenBlock
) (-1)
Completed in 334 milliseconds