HomeSort by: relevance | last modified time | path
    Searched defs:pdev_total (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rump_autoconf.c 71 static int pdev_total = 0; variable in typeref:typename:int
82 pdev_new = &pdevinit[pdev_total];
86 pdev_total++;
87 KASSERT(pdev_total < MAXPDEVS);
rump_autoconf.c 71 static int pdev_total = 0; variable in typeref:typename:int
82 pdev_new = &pdevinit[pdev_total];
86 pdev_total++;
87 KASSERT(pdev_total < MAXPDEVS);

Completed in 41 milliseconds