Lines Matching defs:filep
82 INT32 GetFilepOps(const struct file *filep, struct file **privFilep, const struct file_operations_v… in GetFilepOps()
113 struct file *filep = NULL; in ConsoleTcGetAttr() local
132 struct file *filep = NULL; in ConsoleTcSetAttr() local
324 INT32 FilepOpen(struct file *filep, const struct file_operations_vfs *fops) in FilepOpen()
339 STATIC INLINE VOID UserEndOfRead(CONSOLE_CB *consoleCB, struct file *filep, in UserEndOfRead()
403 STATIC VOID EchoToTerminal(CONSOLE_CB *consoleCB, struct file *filep, const struct file_operations_… in EchoToTerminal()
443 STATIC INT32 UserFilepRead(CONSOLE_CB *consoleCB, struct file *filep, const struct file_operations_… in UserFilepRead()
499 INT32 FilepRead(struct file *filep, const struct file_operations_vfs *fops, CHAR *buffer, size_t bu… in FilepRead()
514 INT32 FilepWrite(struct file *filep, const struct file_operations_vfs *fops, const CHAR *buffer, si… in FilepWrite()
525 INT32 FilepClose(struct file *filep, const struct file_operations_vfs *fops) in FilepClose()
540 INT32 FilepIoctl(struct file *filep, const struct file_operations_vfs *fops, INT32 cmd, unsigned lo… in FilepIoctl()
551 INT32 FilepPoll(struct file *filep, const struct file_operations_vfs *fops, poll_table *fds) in FilepPoll()
566 STATIC INT32 ConsoleOpen(struct file *filep) in ConsoleOpen()
597 STATIC INT32 ConsoleClose(struct file *filep) in ConsoleClose()
642 STATIC ssize_t ConsoleRead(struct file *filep, CHAR *buffer, size_t bufLen) in ConsoleRead()
744 STATIC ssize_t ConsoleWrite(struct file *filep, const CHAR *buffer, size_t bufLen) in ConsoleWrite()
833 struct file *filep = NULL; in ConsoleGetTermios() local
863 STATIC INT32 ConsoleIoctl(struct file *filep, INT32 cmd, unsigned long arg) in ConsoleIoctl()
939 STATIC INT32 ConsolePoll(struct file *filep, poll_table *fds) in ConsolePoll()
1010 struct file *filep = NULL; in OsConsoleFileInit() local
1039 struct file *filep = NULL; in OsConsoleDevInit() local
1532 struct file *filep = NULL; in WriteToTerminal() local