Searched defs:Devcall (Results 1 – 1 of 1) sorted by relevance
5 typedef struct Devcall Devcall; typedef81 struct Devcall struct83 void (*init)(Device);84 void (*ream)(Device);85 int (*check)(Device);86 long (*super)(Device);87 long (*root)(Device);88 long (*size)(Device);89 int (*read)(Device, long, void*);90 int (*write)(Device, long, void*);