Home | History | Annotate | Download | only in kern

Lines Matching defs:cf1

934 	const struct cfdata *cf1;
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;
994 for (cf1 = cf; cf1->cf_name; cf1++)
995 if (d->dv_cfdata == cf1)