Searched refs:DRIVER_ALLOC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c83 #define DRIVER_ALLOC 10 macro
331 realloc(dlist, sizeof (struct driver) * DRIVER_ALLOC) :
333 malloc(sizeof (struct driver) * DRIVER_ALLOC);
338 ndalloc += DRIVER_ALLOC;

Completed in 404 milliseconds