Home
last modified time | relevance | path

Searched defs:dcons_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/dcons/
H A Ddcons.h49 struct dcons_buf { struct
72 #define DCONS_HEADER_SIZE sizeof(struct dcons_buf) argument
H A Ddcons_os.c110 struct dcons_buf *dcons_buf; /* for local dconschat */ variable
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c1106 void *dcons_buf; in main() local