Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/config/
Dukcutil.c182 if (devno > maxdev && devno <= totdev) { in pdev()
186 if (devno > totdev && devno <= totdev + maxpseudo) { in pdev()
187 pi = get_pdevinit(devno - totdev -1); in pdev()
189 get_pdevnames(devno - totdev - 1), in pdev()
460 if (devno > maxdev && devno <= totdev) { in change()
465 if (devno > totdev && devno <= totdev + maxpseudo) { in change()
468 pi = get_pdevinit(devno-totdev-1); in change()
471 get_pdevnames(devno - totdev - 1)); in change()
478 printf("Unknown devno (max is %d)\n", totdev+maxpseudo); in change()
575 if (devno > maxdev && devno <= totdev) { in change_history()
[all …]
Dukc.c201 maxdev = totdev = 0; in init()
206 totdev = i; in init()
219 totdev = i; in init()
224 totdev = totdev - 1; in init()
Dukc.h119 int totdev = 0; variable
130 extern int totdev;
Dcmd.c220 while (i <= (totdev+maxpseudo)) { in Xlist()