Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Ddevice.h127 struct cfattach { struct
128 size_t ca_devsize; /* size of dev data (for malloc) */
129 cfmatch_t ca_match; /* returns a match level */
130 void (*ca_attach)(struct device *, struct device *, void *);
131 int (*ca_detach)(struct device *, int);
132 int (*ca_activate)(struct device *, int);