ebuf_data
void *ebuf_data(struct ebuf *eb, size_t *sizep);
hptr = ebuf_data(eb, &hsize);
hptr = ebuf_data(eb, NULL);
buf = ebuf_data(eb, NULL);
ptr = ebuf_data(eb, &size);
ptr = ebuf_data(nv->nv_ebuf, &size);
ptr = ebuf_data(nv->nv_ebuf, &size);
ptr = ebuf_data(nv->nv_ebuf, &size);
ptr = ebuf_data(nv->nv_ebuf, &size);