Searched defs:DFLT_NTAPE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c92 #define DFLT_NTAPE 10 /* size of initial array */ macro
249 ntape = DFLT_NTAPE;
1259 tape = (struct tape *)calloc(DFLT_NTAPE, sizeof (struct tape));

Completed in 68 milliseconds