Home
last modified time | relevance | path

Searched defs:Dev (Results 1 – 2 of 2) sorted by relevance

/inferno-os/os/port/
H A Dportdat.h10 typedef struct Dev Dev; typedef
225 struct Dev struct
246 int (*config)(int, char*, DevConf*); argument
/inferno-os/emu/port/
H A Ddat.h6 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 …]