Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/hastd/
Debuf.c66 static int ebuf_head_extend(struct ebuf *eb, size_t size);
121 if (ebuf_head_extend(eb, size) == -1) in ebuf_add_head()
215 ebuf_head_extend(struct ebuf *eb, size_t size) in ebuf_head_extend() function