| device.h | 147 typedef struct cfdata *cfdata_t; typedef in typeref:struct:cfdata 349 cfdata_t ct_cfdata; /* pointer to cfdata table */ 356 typedef int (*cfsubmatch_t)(device_t, cfdata_t, const int *, void *); 357 typedef int (*cfsearch_t)(device_t, cfdata_t, const int *, void *); 379 int (*ca_match)(device_t, cfdata_t, void *); 550 int config_cfdata_attach(cfdata_t, int); 551 int config_cfdata_detach(cfdata_t); 560 int config_stdsubmatch(device_t, cfdata_t, const int *, void *); 561 cfdata_t config_search(device_t, void *, const struct cfargs *); 562 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *) [all...] |