Searched refs:nf_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c74 uint8_t *nf_buf; member in struct:nandfs
413 fs->nf_buf = NULL;
441 if (fs->nf_buf != NULL)
442 free(fs->nf_buf);
578 if (fs->nf_buf == NULL)
579 fs->nf_buf = malloc(fs->nf_blocksize);
582 fs->nf_buf, 0))
588 *buf_p = fs->nf_buf + blkoff;

Completed in 72 milliseconds