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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c318 static uchar_t *clusterBuffer = NULL; local
328 if (clusterBuffer == NULL &&
329 (clusterBuffer = (uchar_t *)malloc(BytesPerCluster)) == NULL) {
337 if ((*datasize = read(fd, clusterBuffer, BytesPerCluster)) ==
339 *data = clusterBuffer;
344 *data = clusterBuffer;

Completed in 264 milliseconds