Searched refs:semihosting_open (Results 1 – 3 of 3) sorted by relevance
18 int semihosting_open(const char *fname, int flags);
60 semihosting_open(file_path, O_RDWR | O_CREAT | O_TRUNC); in semihosting_console_init()
79 int semihosting_open(const char *fname, int flags) in semihosting_open() function