Searched refs:DCONS_GEN_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/dcons/
H A Ddcons.h60 #define DCONS_GEN_MASK (0xff) macro
75 #define DCONS_NEXT_GEN(x) (((x) + 1) & DCONS_GEN_MASK)
/freebsd-12-stable/usr.sbin/dconschat/
H A Ddconschat.c499 lost = ch->size * DCONS_GEN_MASK - ch->pos;
509 lost += DCONS_GEN_MASK;

Completed in 80 milliseconds