Searched refs:bf_buf (Results 1 - 3 of 3) 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
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c507 bfp->bf_buf.b_back = bfp->bf_buf.b_forw = &bfp->bf_buf;
508 bfp->bf_buf.b_flags = B_BUSY; /* initialize flags */
1272 bp = &bfp->bf_buf;
1572 bp = &bfp->bf_buf;
2532 (void) biowait(&bfp->bf_buf);
2534 if (bfp->bf_buf.b_flags & B_ERROR) {
6550 sema_init(&bfp->bf_buf.b_io, 0, NULL,
6552 sema_init(&bfp->bf_buf
[all...]

Completed in 86 milliseconds