Searched refs:get_local_fd (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.5.0/components/vfs/ |
D | vfs.c | 283 static inline int get_local_fd(const vfs_entry_t *vfs, int fd) in get_local_fd() function 425 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_write() 438 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_lseek() 451 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_read() 465 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_pread() 479 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_pwrite() 492 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_close() 515 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_fstat() 528 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_fcntl_r() 541 const int local_fd = get_local_fd(vfs, fd); in esp_vfs_ioctl() [all …]
|