Home
last modified time | relevance | path

Searched refs:FILE_TFS (Results 1 – 3 of 3) sorted by relevance

/system/ulib/ftl/utils/
A Dstdio_tfs.h39 #define stdin_TFS (*(FILE_TFS**)((char*)RunningTask + STDIN_OFF))
40 #define stdout_TFS (*(FILE_TFS**)((char*)RunningTask + STDOUT_OFF))
41 #define stderr_TFS (*(FILE_TFS**)((char*)RunningTask + STDERR_OFF))
46 typedef struct file FILE_TFS; typedef
/system/ulib/ftl/inc/kprivate/
A Dfsprivate.h156 void* (*ioctl)(FILE_TFS* stream, int code, ...);
192 void* (*ioctl)(FILE_TFS* fcb, int code, ...);
464 extern FILE_TFS Files[FOPEN_MAX + 1];
489 int IsFreeFCB(const FILE_TFS* file);
490 void FsInitFCB(FILE_TFS* file, ui32 type);
491 void FsCopyFCB(FILE_TFS* dst, const FILE_TFS* src);
515 void FsSetFl(FILE_TFS* fcb, int oflag);
516 void* FsGetFl(const FILE_TFS* fcb);
533 void FOffDel(FILE_TFS* fcbp);
537 int aioOpen(FILE_TFS* file, int sect_size);
[all …]
/system/ulib/ftl/inc/
A Dsys.h116 int TtyIoctl(FILE_TFS* stream, int code, ...);
117 void TtySetEsc(FILE_TFS* stream);
125 FILE_TFS* stream; // stream handle for file to be loaded
219 FILE_TFS* file;
306 int telTtyIoctl(FILE_TFS* stream, int code, ...);
324 extern FILE_TFS* dbgout;

Completed in 6 milliseconds