Searched refs:totdev (Results 1 – 4 of 4) sorted by relevance
184 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 …]
192 totdev = i; in init()205 totdev = i; in init()210 totdev = totdev - 1; in init()
73 int totdev = 0; variable84 extern int totdev;
212 while (i <= (totdev+maxpseudo)) { in Xlist()