Searched refs:ebuf_data (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sbin/hastd/ |
| H A D | hast_proto.c | 118 hptr = ebuf_data(eb, &hsize); in hast_proto_send() 157 hptr = ebuf_data(eb, NULL); in hast_proto_recv_hdr()
|
| H A D | metadata.c | 103 buf = ebuf_data(eb, NULL); in metadata_read() 213 ptr = ebuf_data(eb, &size); in metadata_write()
|
| H A D | ebuf.h | 50 void *ebuf_data(struct ebuf *eb, size_t *sizep);
|
| H A D | nv.c | 219 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_validate() 354 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_hton() 640 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_dump() 849 ptr = ebuf_data(nv->nv_ebuf, &size); in nv_find()
|
| H A D | ebuf.c | 189 ebuf_data(struct ebuf *eb, size_t *sizep) in ebuf_data() function
|