OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_umax
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/config/
mkioconf.c
506
unit = i->i_base->
d_umax
;
546
(i->i_unit != STAR || i->i_base->
d_umax
!= 0))
568
d->d_name, d->
d_umax
);
sem.c
637
dev->
d_umax
= 0;
1187
if (unit >= d->
d_umax
)
1188
d->
d_umax
= unit + 1;
1554
* - reconstruct d->
d_umax
1556
d->
d_umax
= 0;
1558
if (i->i_unit >= d->
d_umax
)
1559
d->
d_umax
= i->i_unit + 1;
1797
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 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026