Home | History | Annotate | Download | only in kern

Lines Matching defs:cfp

201 	const struct cfparent *cfp;
217 cfp = cd->cf_pspec;
218 if (cfp == NULL)
220 else if (cfp->cfp_parent != NULL && cfp->cfp_unit != -1)
221 printf(" %s%d", cfp->cfp_parent, cfp->cfp_unit);
223 printf(" %s?", cfp->cfp_parent != NULL ? cfp->cfp_parent
224 : cfp->cfp_iattr);
238 if (cfp) {
240 ia = cfiattr_lookup(cfp->cfp_iattr, 0);