Searched defs:SDifc (Results 1 – 2 of 2) sorted by relevance
5 typedef struct SDifc SDifc; typedef67 struct SDifc { struct68 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 …]
5 typedef struct SDifc SDifc; typedef52 typedef struct SDifc { struct68 } SDifc; argument