xv6-simplified 0.1
简化版xv6
|
#include <file.h>
Public Types | |
enum | { FD_NONE , FD_PIPE , FD_ENTRY , FD_DEVICE } |
Data Fields | |
enum file:: { ... } | type |
int | ref |
char | readable |
char | writable |
struct pipe * | pipe |
struct dirent * | entry |
uint | off |
short | major |
struct dirent* entry |
short major |
uint off |
struct pipe* pipe |
char readable |
int ref |
enum { ... } type |
char writable |