Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c117 #define DFLT_NCD 10 /* size of initial array */ macro
832 ncd = DFLT_NCD; in docd()
1261 cd = (struct cd *)calloc(DFLT_NCD, sizeof (struct cd)); in initmem()