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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_buf.c58 bp->dbu_buf = bp->dbu_ptr = dt_zalloc(dtp, len);
61 if (bp->dbu_buf == NULL)
76 dt_free(dtp, bp->dbu_buf);
82 if ((bp->dbu_ptr = bp->dbu_buf) != NULL)
92 size_t off = (size_t)(bp->dbu_ptr - bp->dbu_buf);
100 if (bp->dbu_ptr + adj + len > bp->dbu_buf + bp->dbu_len) {
105 while (bp->dbu_ptr + adj + len > bp->dbu_buf + new_len) {
115 bcopy(bp->dbu_buf, new_buf, off);
116 dt_free(dtp, bp->dbu_buf);
118 bp->dbu_buf
[all...]
H A Ddt_buf.h42 uchar_t *dbu_buf; /* buffer base address */ member in struct:dt_buf

Completed in 42 milliseconds