Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/lib/posix/options/
DKconfig.fs18 When selected via Kconfig, Zephyr will provide an alias for fstat() as _fstat().
Dfs.c441 int fstat(int fildes, struct stat *buf) in fstat() function
446 FUNC_ALIAS(fstat, _fstat, int);
/Zephyr-latest/drivers/flash/
Dflash_simulator_native.c61 rc = fstat(*flash_fd, &f_stat); in flash_mock_init_native()
/Zephyr-latest/drivers/eeprom/
Deeprom_simulator_native.c56 rc = fstat(*eeprom_fd, &f_stat); in eeprom_mock_init_native()
/Zephyr-latest/include/zephyr/posix/sys/
Dstat.h199 int fstat(int __fd, struct stat *__sbuf);
/Zephyr-latest/tests/posix/shm/src/
Dmain.c65 zassert_ok(fstat(fd[0], &st)); in ZTEST()
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c283 __weak FUNC_ALIAS(_fstat, fstat, int);
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py364 mm = mmap.mmap(f.fileno(), os.fstat(f.fileno()).st_size)
367 % (barnum, os.fstat(f.fileno()).st_size))
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst240 fstat(), yes