Home
last modified time | relevance | path

Searched refs:cf_starunit1 (Results 1 – 4 of 4) sorted by path

/openbsd/sys/kern/
H A Dsubr_autoconf.c455 for (dev->dv_unit = cf->cf_starunit1; in config_make_softc()
H A Dsubr_userconf.c1162 if (cfdata[i].cf_starunit1 < star_unit) in userconf_add()
1163 cfdata[i].cf_starunit1 = in userconf_add()
/openbsd/sys/sys/
H A Ddevice.h100 short cf_starunit1; /* 1st usable unit number by STAR */ member
/openbsd/usr.sbin/config/
H A Dukcutil.c1176 if (cd->cf_starunit1 < star_unit) in add()
1177 cd->cf_starunit1 = star_unit; in add()