Home
last modified time | relevance | path

Searched refs:semihosting_open (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dsemihosting.h18 int semihosting_open(const char *fname, int flags);
/optee_os/core/drivers/
H A Dsemihosting_console.c60 semihosting_open(file_path, O_RDWR | O_CREAT | O_TRUNC); in semihosting_console_init()
/optee_os/core/kernel/
H A Dsemihosting.c79 int semihosting_open(const char *fname, int flags) in semihosting_open() function