Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Debuf.c51 int eb_magic; member
91 eb->eb_magic = EBUF_MAGIC; in ebuf_alloc()
100 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_free()
102 eb->eb_magic = 0; in ebuf_free()
112 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_head()
139 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_tail()
166 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_head()
177 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_tail()
190 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_data()
204 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_size()
[all …]