| /src/sys/sys/ |
| device.h | 147 typedef struct cfdata *cfdata_t; typedef in typeref:struct:cfdata 348 cfdata_t ct_cfdata; /* pointer to cfdata table */ 355 typedef int (*cfsubmatch_t)(device_t, cfdata_t, const int *, void *); 356 typedef int (*cfsearch_t)(device_t, cfdata_t, const int *, void *); 378 int (*ca_match)(device_t, cfdata_t, void *); 549 int config_cfdata_attach(cfdata_t, int); 550 int config_cfdata_detach(cfdata_t); 559 int config_stdsubmatch(device_t, cfdata_t, const int *, void *); 560 cfdata_t config_search(device_t, void *, const struct cfargs *); 561 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *) [all...] |
| device.h | 147 typedef struct cfdata *cfdata_t; typedef in typeref:struct:cfdata 348 cfdata_t ct_cfdata; /* pointer to cfdata table */ 355 typedef int (*cfsubmatch_t)(device_t, cfdata_t, const int *, void *); 356 typedef int (*cfsearch_t)(device_t, cfdata_t, const int *, void *); 378 int (*ca_match)(device_t, cfdata_t, void *); 549 int config_cfdata_attach(cfdata_t, int); 550 int config_cfdata_detach(cfdata_t); 559 int config_stdsubmatch(device_t, cfdata_t, const int *, void *); 560 cfdata_t config_search(device_t, void *, const struct cfargs *); 561 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *) [all...] |
| /src/sys/dev/pci/ |
| xmm7360.c | 162 #define cfdata_t void * macro 1970 static int wwanc_match(struct device *, cfdata_t, void *); 1997 wwanc_match(struct device *parent, cfdata_t match, void *aux) 3214 wwan_match(struct device *parent, cfdata_t match, void *aux)
|
| xmm7360.c | 162 #define cfdata_t void * macro 1970 static int wwanc_match(struct device *, cfdata_t, void *); 1997 wwanc_match(struct device *parent, cfdata_t match, void *aux) 3214 wwan_match(struct device *parent, cfdata_t match, void *aux)
|