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

/external/e2fsprogs/lib/blkid/
H A Dprobe.c57 if (!pr->sbbuf) {
58 pr->sbbuf = malloc(SB_BUFFER_SIZE);
59 if (!pr->sbbuf)
63 ret_read = read(pr->fd, pr->sbbuf, SB_BUFFER_SIZE);
70 return pr->sbbuf + off;
1556 probe.sbbuf = 0;
1631 free(probe.sbbuf);
H A Dprobe.h27 unsigned char *sbbuf; member in struct:blkid_probe

Completed in 273 milliseconds