Searched refs:d_umax (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmkioconf.c420 unit = i->i_base->d_umax;
460 (i->i_unit != STAR || i->i_base->d_umax != 0))
486 d->d_name, d->d_umax);
H A Dfiles.c437 * set xx's d_umax > 0, you cannot mix '*' and needs-count). The
452 nv = newnv(name, NULL, NULL, dev->d_umax, NULL);
456 return (dev->d_umax != 0);
H A Dsem.c445 dev->d_umax = 0;
926 if (unit >= d->d_umax)
927 d->d_umax = unit + 1;
1266 * - reconstruct d->d_umax
1268 d->d_umax = 0;
1270 if (i->i_unit >= d->d_umax)
1271 d->d_umax = i->i_unit + 1;
1540 d->d_umax = 0; /* clear neads-count entries */
H A Ddefs.h211 int d_umax; /* highest unit number + 1 */ member in struct:devbase
H A Dmain.c1095 devunit >= dev->d_umax)
1098 if (pd->i_base == dev && devunit < dev->d_umax &&

Completed in 178 milliseconds