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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c61 char *bf_buf; /* Memory buffer */ member in struct:bf
145 bfp->bf_buf = (char *) sm_malloc(bsize);
146 if (bfp->bf_buf == NULL)
155 bfp->bf_buf = NULL;
167 if (bfp->bf_buf != NULL)
168 sm_free(bfp->bf_buf);
319 sm_free(bfp->bf_buf);
362 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);
534 memcpy(bfp->bf_buf + bfp->bf_offset, buf, count);
743 bfp->bf_buf
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h752 buf_t bf_buf; member in struct:mddb_bf

Completed in 47 milliseconds