Home
last modified time | relevance | path

Searched refs:ebuf_data (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sbin/hastd/
H A Dhast_proto.c116 hptr = ebuf_data(eb, &hsize); in hast_proto_send()
155 hptr = ebuf_data(eb, NULL); in hast_proto_recv_hdr()
H A Dmetadata.c100 buf = ebuf_data(eb, NULL); in metadata_read()
210 ptr = ebuf_data(eb, &size); in metadata_write()
H A Debuf.h47 void *ebuf_data(struct ebuf *eb, size_t *sizep);
H A Dnv.c216 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_validate()
351 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_hton()
637 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_dump()
846 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_find()
H A Debuf.c188 ebuf_data(struct ebuf *eb, size_t *sizep) in ebuf_data() function