Home
last modified time | relevance | path

Searched refs:sys_semihost_read (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.7.0-3.6.0/semihost/
Dsys_feature.c68 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()
Dsys_read.c39 sys_semihost_read(int fd, void *buf, size_t count) in sys_semihost_read() function
Dread.c53 uintptr_t ret = sys_semihost_read(fd, buf, count); in read()
Dsemihost.h134 sys_semihost_read(int fd, void *buf, size_t count);
/picolibc-3.7.0-3.6.0/test/semihost/
Dsemihost-write.c78 not_read = sys_semihost_read(fd, buf, sizeof(buf)); in main()
Dsemihost-read.c78 not_read = sys_semihost_read(fd, buf, sizeof(buf)); in main()
Dsemihost-seek.c88 not_read = sys_semihost_read(fd, buf, sizeof(buf)); in main()