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

  /src/sys/kern/
subr_autoconf.c 934 const struct cfdata *cf1; local in function:rescan_with_cfdata
948 for (cf1 = cf; cf1->cf_name; cf1++) {
950 if (!cfparent_match(d, cf1->cf_pspec))
954 cfdata_ifattr(cf1), cf1->cf_loc);
992 const struct cfdata *cf1; local in function:dev_in_cfdata
994 for (cf1 = cf; cf1->cf_name; cf1++
    [all...]
subr_autoconf.c 934 const struct cfdata *cf1; local in function:rescan_with_cfdata
948 for (cf1 = cf; cf1->cf_name; cf1++) {
950 if (!cfparent_match(d, cf1->cf_pspec))
954 cfdata_ifattr(cf1), cf1->cf_loc);
992 const struct cfdata *cf1; local in function:dev_in_cfdata
994 for (cf1 = cf; cf1->cf_name; cf1++
    [all...]

Completed in 26 milliseconds