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

/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c120 #define SIZE_OF_DSK 8 /* |/dev/dsk| */ macro
928 nm = (char *)malloc(SIZE_OF_DSK + 1 + strlen(dep->d_name) + 1);
1170 nm = (char *)malloc(SIZE_OF_DSK + 1 + strlen(dep->d_name) + 1);

Completed in 46 milliseconds