Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/disk/kfs/
H A Ddat.h5 typedef struct Devcall Devcall; typedef
81 struct Devcall struct
83 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*);