Searched defs:SDifc (Results 1 – 2 of 2) sorted by relevance
7 typedef struct SDifc SDifc; typedef69 struct SDifc { struct70 char* name;72 SDev* (*pnp)(void);73 SDev* (*legacy)(int, int);74 int (*enable)(SDev*);75 int (*disable)(SDev*);77 int (*verify)(SDunit*);78 int (*online)(SDunit*);79 int (*rio)(SDreq*);[all …]