Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Debuf.h39 struct ebuf *ebuf_alloc(size_t size);
H A Dhast_proto.c150 eb = ebuf_alloc(hdr.size); in hast_proto_recv_hdr()
H A Dmetadata.c87 eb = ebuf_alloc(METADATA_SIZE); in metadata_read()
H A Debuf.c67 ebuf_alloc(size_t size) in ebuf_alloc() function
H A Dnv.c133 nv->nv_ebuf = ebuf_alloc(0); in nv_alloc()