Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Debuf.c49 #define EBUF_MAGIC 0xeb0f41c macro
92 eb->eb_magic = EBUF_MAGIC; in ebuf_alloc()
101 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_free()
113 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_head()
140 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_tail()
167 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_head()
178 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_tail()
191 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_data()
205 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_size()
219 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_head_extend()
[all …]