| Home | Sort by: relevance | last modified time | path |
| /src/sys/sys/ | |
| device.h | 378 int (*ca_match)(device_t, cfdata_t, void *); member in struct:cfattach 395 .ca_match = matfn, \ |
| /src/sys/kern/ | |
| subr_autoconf.c | 1152 return (*ca->ca_match)(parent, cf, aux); |