Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dpreenlib.c84 static int ndrivers, ndalloc; variable
328 if (ndrivers == ndalloc) { in alloc_driver()
329 dlist = ndalloc ? in alloc_driver()
338 ndalloc += DRIVER_ALLOC; in alloc_driver()