Searched refs:f_arg (Results 1 – 13 of 13) sorted by relevance
49 fp->f_arg = ramfs_file.entry; in ramfs_vfs_open()63 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_close()81 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_read()107 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_write()147 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_lseek()195 fp->f_arg = dp; in ramfs_vfs_opendir()211 dp = (ramfs_vfs_dir_t *)fp->f_arg; in ramfs_vfs_closedir()273 ramfs_file.entry = (ramfs_entry_t *)fp->f_arg; in ramfs_vfs_fstat()332 dp = fp->f_arg; in ramfs_vfs_readdir()364 dp = fp->f_arg; in ramfs_vfs_rewinddir()
45 file->f_arg = pdev; in event_open()51 event_dev_t *pdev = file->f_arg; in event_close()73 event_dev_t *pdev = f->f_arg; in _event_write()133 event_dev_t *pdev = f->f_arg; in event_read()167 event_dev_t *pdev = f->f_arg; in event_poll()
29 wdg_dev_handle_t wdg = (wdg_dev_handle_t)f->f_arg; in wdg_device_ioctl()82 f->f_arg = wdg; in wdg_device_open()92 wdg_dev_handle_t wdg = (wdg_dev_handle_t)f->f_arg; in wdg_device_close()105 f->f_arg = NULL; in wdg_device_close()
150 fp->f_arg = (void *)f; in fatfs_vfs_open()164 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_close()170 fp->f_arg = NULL; in fatfs_vfs_close()182 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_read()198 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_write()243 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_lseek()272 FIL *f = (FIL *)(fp->f_arg); in fatfs_vfs_sync()
167 file->f_arg = pdev; in epoll_open()182 file->f_arg = NULL; in epoll_open()190 epoll_dev_t *pdev = file->f_arg; in epoll_close()223 file->f_arg = NULL; in epoll_close()431 epoll_dev_t *pdev = f->f_arg; in epoll_ioctl()
134 i2c_dev_handle_t slave = (i2c_dev_handle_t)f->f_arg; in i2c_device_ioctl()288 f->f_arg = slave; in i2c_device_open()298 i2c_dev_handle_t slave = (i2c_dev_handle_t)f->f_arg; in i2c_device_close()305 f->f_arg = NULL; in i2c_device_close()
851 fp->f_arg = (void *)file; in lfs_vfs_open()862 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_close()887 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_read()905 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_write()931 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_lseek()948 lfs_file_t *file = (lfs_file_t *)(fp->f_arg); in lfs_vfs_sync()966 lfs_file_t *file = (lfs_file_t*)(fp->f_arg); in lfs_vfs_fstat()1189 fp->f_arg = (void *)lfsvfs_dir; in lfs_vfs_opendir()
92 f->f_arg = NULL; in vfs_file_new()
77 void *f_arg; /* arguments for file or device */ member
85 void *f_arg; /**< f_arg for file */ member
Completed in 41 milliseconds