Lines Matching refs:filp
110 int (EFIAPI *fo_close) (struct __filedes *filp);
112 ssize_t (EFIAPI *fo_read) (struct __filedes *filp, off_t *Offset, size_t Len, void *Buf);
113 …ssize_t (EFIAPI *fo_write) (struct __filedes *filp, off_t *Offset, size_t Len, const void *Buf);
116 int (EFIAPI *fo_fcntl) (struct __filedes *filp, UINT32 Cmd, void *p3, void *p4);
117 short (EFIAPI *fo_poll) (struct __filedes *filp, short Events);
118 int (EFIAPI *fo_flush) (struct __filedes *filp);
121 int (EFIAPI *fo_stat) (struct __filedes *filp, struct stat *StatBuf, void *Buf);
122 int (EFIAPI *fo_ioctl) (struct __filedes *filp, ULONGN Cmd, va_list argp);
123 int (EFIAPI *fo_delete) (struct __filedes *filp);
124 int (EFIAPI *fo_rmdir) (struct __filedes *filp);
129 off_t (EFIAPI *fo_lseek) (struct __filedes *filp, off_t, int);
172 int EFIAPI fnullop_fcntl (struct __filedes *filp, UINT32 Cmd, void *p3, void *p4);
173 short EFIAPI fnullop_poll (struct __filedes *filp, short Events);
174 int EFIAPI fnullop_flush (struct __filedes *filp);
176 int EFIAPI fbadop_stat (struct __filedes *filp, struct stat *StatBuf, void *Buf);
177 int EFIAPI fbadop_ioctl (struct __filedes *filp, ULONGN Cmd, va_list argp);
178 int EFIAPI fbadop_delete (struct __filedes *filp);
179 int EFIAPI fbadop_rmdir (struct __filedes *filp);