Searched defs:Dev (Results 1 – 2 of 2) sorted by relevance
/inferno-os/os/port/ |
H A D | portdat.h | 10 typedef struct Dev Dev; typedef 225 struct Dev struct 246 int (*config)(int, char*, DevConf*); argument
|
/inferno-os/emu/port/ |
H A D | dat.h | 6 typedef struct Dev Dev; typedef 142 struct Dev struct 144 int dc; 145 char* name; 147 void (*init)(void); 148 Chan* (*attach)(char*); 149 Walkqid* (*walk)(Chan*, Chan*, char**, int); 150 int (*stat)(Chan*, uchar*, int); 151 Chan* (*open)(Chan*, int); 152 void (*create)(Chan*, char*, int, ulong); [all …]
|