Home
last modified time | relevance | path

Searched refs: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; in dotape()
1259 tape = (struct tape *)calloc(DFLT_NTAPE, sizeof (struct tape)); in initmem()