Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
device.h | 352 typedef int (*cfsubmatch_t)(device_t, cfdata_t, const int *, void *); typedef in typeref:typename:int (*)(device_t,cfdata_t,const int *,void *) 471 cfsubmatch_t submatch; /* submatch function (direct config) */ 544 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *); |