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

  /src/sys/kern/
subr_userconf.c 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
subr_autoconf.c 907 if (cfp->cfp_parent == NULL)
913 if (STREQ(pcd->cd_name, cfp->cfp_parent) == 0)
  /src/sys/sys/
device.h 320 const char *cfp_parent; /* optional specific parent */ member in struct:cfparent

Completed in 59 milliseconds