Home
last modified time | relevance | path

Searched refs:bf_buf (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Dbf.c61 char *bf_buf; /* Memory buffer */ member
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 + byteswritten,
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h752 buf_t bf_buf; member
/titanic_41/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; in allocbuffer()
508 bfp->bf_buf.b_flags = B_BUSY; /* initialize flags */ in allocbuffer()
1272 bp = &bfp->bf_buf; in putblks()
1572 bp = &bfp->bf_buf; in getblks()
2532 (void) biowait(&bfp->bf_buf); in writeoptrecord()
2534 if (bfp->bf_buf.b_flags & B_ERROR) { in writeoptrecord()
6550 sema_init(&bfp->bf_buf.b_io, 0, NULL, in initit()
6552 sema_init(&bfp->bf_buf.b_sem, 0, NULL, in initit()
6554 bfp->bf_buf.b_offset = -1; in initit()