Searched defs:wherece (Results 1 – 7 of 7) sorted by relevance
/components/drivers/pci/ |
A D | procfs.c | 220 static off_t pci_lseek(struct dfs_file *file, off_t offset, int wherece) in pci_lseek()
|
/components/lwp/terminal/ |
A D | tty_ptmx.c | 218 static off_t ptm_fops_lseek(struct dfs_file *file, off_t offset, int wherece) in ptm_fops_lseek()
|
A D | tty_device.c | 230 static off_t tty_fops_lseek(struct dfs_file *file, off_t offset, int wherece) in tty_fops_lseek()
|
/components/dfs/dfs_v2/filesystems/devfs/ |
A D | devfs.c | 301 static off_t dfs_devfs_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_devfs_lseek()
|
/components/dfs/dfs_v2/filesystems/tmpfs/ |
A D | dfs_tmpfs.c | 367 static off_t dfs_tmpfs_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_tmpfs_lseek()
|
/components/dfs/dfs_v2/filesystems/elmfat/ |
A D | dfs_elm.c | 629 off_t dfs_elm_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_elm_lseek()
|
/components/dfs/dfs_v2/src/ |
A D | dfs_file.c | 1214 off_t dfs_file_lseek(struct dfs_file *file, off_t offset, int wherece) in dfs_file_lseek()
|
Completed in 38 milliseconds