HomeSort by: relevance | last modified time | path
    Searched refs:cfp_unit (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);
subr_autoconf.c 919 if (cfp->cfp_unit == DVUNIT_ANY || /* wildcard */
920 cfp->cfp_unit == parent->dv_unit)
  /src/sys/sys/
device.h 321 int cfp_unit; /* optional specific unit member in struct:cfparent

Completed in 15 milliseconds