Home
last modified time | relevance | path

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

/freebsd/sys/dev/dcons/
H A Ddcons.c189 buf->magic = ntohl(DCONS_MAGIC); in dcons_load_buffer()
207 buf->magic = ntohl(DCONS_MAGIC); in dcons_init()
H A Ddcons.h56 #define DCONS_MAGIC 0x64636f6e /* "dcon" */ macro
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c376 if (dbuf.magic != htonl(DCONS_MAGIC)) { in dconschat_fetch_header()
453 if (ptr[0] != htonl(DCONS_MAGIC)) { in dconschat_get_ptr()