Home
last modified time | relevance | path

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

/inferno-os/os/port/
H A Dsd.h5 typedef struct SDifc SDifc; typedef
67 struct SDifc { struct
68 char* name;
70 SDev* (*pnp)(void);
71 SDev* (*legacy)(int, int);
72 SDev* (*id)(SDev*);
73 int (*enable)(SDev*);
74 int (*disable)(SDev*);
76 int (*verify)(SDunit*);
77 int (*online)(SDunit*);
[all …]
/inferno-os/os/boot/pc/
H A Dsd.h5 typedef struct SDifc SDifc; typedef
52 typedef struct SDifc { struct
68 } SDifc; argument