Home
last modified time | relevance | path

Searched refs:d_umax (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.sbin/config.new/
H A Dfiles.c213 if (dev->d_umax) in fixfiles()
215 nv->nv_int = dev->d_umax; in fixfiles()
H A Dmkioconf.c226 unit = i->i_base->d_umax;
268 (i->i_unit != STAR || i->i_base->d_umax != 0))
300 d->d_name, d->d_umax) < 0)
H A Dconfig.h93 int d_umax; /* highest unit number + 1 */ member
H A Dsem.c336 dev->d_umax = 0;
574 if (unit >= d->d_umax)
575 d->d_umax = unit + 1;