Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/config/
Dukcutil.c184 if (devno > maxdev && devno <= totdev) { in pdev()
188 if (devno > totdev && devno <= totdev + maxpseudo) { in pdev()
189 pi = get_pdevinit(devno - totdev -1); in pdev()
191 get_pdevnames(devno - totdev - 1), in pdev()
463 if (devno > maxdev && devno <= totdev) { in change()
468 if (devno > totdev && devno <= totdev + maxpseudo) { in change()
471 pi = get_pdevinit(devno-totdev-1); in change()
474 get_pdevnames(devno - totdev - 1)); in change()
481 printf("Unknown devno (max is %d)\n", totdev+maxpseudo); in change()
576 if (devno > maxdev && devno <= totdev) { in change_history()
[all …]
Dukc.c192 totdev = i; in init()
205 totdev = i; in init()
210 totdev = totdev - 1; in init()
Dukc.h73 int totdev = 0; variable
84 extern int totdev;
Dcmd.c212 while (i <= (totdev+maxpseudo)) { in Xlist()