Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Ddevice.h78 struct cfdriver { struct
79 void **cd_devs; /* devices found */
80 char *cd_name; /* device name */
81 cfmatch_t cd_match; /* returns a match level */
82 void (*cd_attach) __P((struct device *, struct device *, void *));
83 enum devclass cd_class; /* device classification */
84 size_t cd_devsize; /* size of dev data (for malloc) */
85 void *cd_aux; /* additional driver, if any */
86 int cd_ndevs; /* size of cd_devs array */