Home
last modified time | relevance | path

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

/src/sbin/hastd/
H A Debuf.h38 struct ebuf *ebuf_alloc(size_t size);
H A Dhast_proto.c150 eb = ebuf_alloc(hdr.size); in hast_proto_recv_hdr()
H A Debuf.c66 ebuf_alloc(size_t size) in ebuf_alloc() function
H A Dmetadata.c86 eb = ebuf_alloc(METADATA_SIZE); in metadata_read()
H A Dnv.c132 nv->nv_ebuf = ebuf_alloc(0); in nv_alloc()