Searched refs:sys_semihost_read (Results 1 – 7 of 7) sorted by relevance
/picolibc-3.7.0-3.6.0/semihost/ |
D | sys_feature.c | 68 if (sys_semihost_read(fd, magic, sizeof (fb_magic)) != 0) in get_features() 77 (void) sys_semihost_read(fd, feature_bytes, to_read); in get_features()
|
D | sys_read.c | 39 sys_semihost_read(int fd, void *buf, size_t count) in sys_semihost_read() function
|
D | read.c | 53 uintptr_t ret = sys_semihost_read(fd, buf, count); in read()
|
D | semihost.h | 134 sys_semihost_read(int fd, void *buf, size_t count);
|
/picolibc-3.7.0-3.6.0/test/semihost/ |
D | semihost-write.c | 78 not_read = sys_semihost_read(fd, buf, sizeof(buf)); in main()
|
D | semihost-read.c | 78 not_read = sys_semihost_read(fd, buf, sizeof(buf)); in main()
|
D | semihost-seek.c | 88 not_read = sys_semihost_read(fd, buf, sizeof(buf)); in main()
|