HomeSort by: relevance | last modified time | path
    Searched refs:cfsubmatch_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
device.h 355 typedef int (*cfsubmatch_t)(device_t, cfdata_t, const int *, void *); typedef in typeref:typename:int (*)(device_t,cfdata_t,const int *,void *)
474 cfsubmatch_t submatch; /* submatch function (direct config) */
547 cfdata_t config_rootsearch(cfsubmatch_t, const char *, void *);
  /src/sys/kern/
subr_autoconf.c 159 cfsubmatch_t fn;
178 cfsubmatch_t submatch;/* submatch function (direct config) */
1223 config_rootsearch(cfsubmatch_t fn, const char *rootname, void *aux)

Completed in 15 milliseconds