Home
last modified time | relevance | path

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

/trueos/sys/dev/dcons/
HDdcons.c190 buf->magic = ntohl(DCONS_MAGIC); in dcons_load_buffer()
208 buf->magic = ntohl(DCONS_MAGIC); in dcons_init()
HDdcons.h55 #define DCONS_MAGIC 0x64636f6e /* "dcon" */ macro
/trueos/usr.sbin/dconschat/
HDdconschat.c375 if (dbuf.magic != htonl(DCONS_MAGIC)) { in dconschat_fetch_header()
461 if (ptr[0] != htonl(DCONS_MAGIC)) { in dconschat_get_ptr()