Home
last modified time | relevance | path

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

/freebsd/sys/dev/dcons/
H A Ddcons_crom.c268 DCONS_VERSION, DCONS_VERSION, DCONS_VERSION);
H A Ddcons.c164 if (buf->version != htonl(DCONS_VERSION)) in dcons_load_buffer()
206 buf->version = htonl(DCONS_VERSION); in dcons_init()
H A Ddcons.h50 #define DCONS_VERSION 2 macro
H A Ddcons_os.c513 MODULE_VERSION(dcons, DCONS_VERSION);
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c383 if (ntohl(dbuf.version) != DCONS_VERSION) { in dconschat_fetch_header()
386 ntohl(dbuf.version), DCONS_VERSION); in dconschat_fetch_header()