Searched defs:fileops (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | kfile.h | 103 struct fileops { struct 110 int (EFIAPI *fo_close) (struct __filedes *filp); 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); 142 …struct fileops Abstraction; ///< Pointers to functions implementing this device's ab… argument
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | file.h | 66 struct fileops { struct 67 int (*fo_read) __P((struct file *fp, struct uio *uio, 69 int (*fo_write) __P((struct file *fp, struct uio *uio, 72 int (*fo_ioctl) __P((struct file *fp, u_long com, 74 int (*fo_poll) __P((struct file *fp, int events, 76 int (*fo_close) __P((struct file *fp, struct proc *p));
|