Searched refs:totdev (Results 1 – 4 of 4) sorted by relevance
182 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 …]
201 maxdev = totdev = 0; in init()206 totdev = i; in init()219 totdev = i; in init()224 totdev = totdev - 1; in init()
119 int totdev = 0; variable130 extern int totdev;
220 while (i <= (totdev+maxpseudo)) { in Xlist()