Home
last modified time | relevance | path

Searched refs:semihost_seek (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/arch/common/
Dsemihost.h171 long semihost_seek(long fd, long offset);
/Zephyr-latest/subsys/demand_paging/backing_store/
Dbacking_store_ondemand_semihost.c45 if (semihost_seek(semih_fd, (long)location) != 0 || in k_mem_paging_backing_store_page_in()
/Zephyr-latest/arch/common/
Dsemihost.c91 long semihost_seek(long fd, long offset) in semihost_seek() function
/Zephyr-latest/tests/arch/common/semihost/src/
Dmain.c54 zassert_equal(semihost_seek(fd, 1), 0, "Seek failed"); in ZTEST()