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

  /src/usr.bin/config/
mkioconf.c 434 unit = i->i_base->d_umax;
474 (i->i_unit != STAR || i->i_base->d_umax != 0))
496 d->d_name, d->d_umax);
sem.c 637 dev->d_umax = 0;
1182 if (unit >= d->d_umax)
1183 d->d_umax = unit + 1;
1549 * - reconstruct d->d_umax
1551 d->d_umax = 0;
1553 if (i->i_unit >= d->d_umax)
1554 d->d_umax = i->i_unit + 1;
1792 d->d_umax = 0; /* clear neads-count entries */
files.c 503 * set xx's d_umax > 0, you cannot mix '*' and needs-count). The
518 nv = newnv(name, NULL, NULL, dev->d_umax, NULL);
522 return (dev->d_umax != 0);
defs.h 284 int d_umax; /* highest unit number + 1 */ member in struct:devbase
main.c 1481 devunit >= dev->d_umax)
1484 if (pd->i_base == dev && devunit < dev->d_umax &&

Completed in 17 milliseconds