Home
last modified time | relevance | path

Searched refs:DCONS_NPORT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/dcons/
H A Ddcons.h45 #define DCONS_NPORT 2 macro
52 V u_int32_t ooffset[DCONS_NPORT];
53 V u_int32_t ioffset[DCONS_NPORT];
54 V u_int32_t osize[DCONS_NPORT];
55 V u_int32_t isize[DCONS_NPORT];
61 V u_int32_t optr[DCONS_NPORT];
62 V u_int32_t iptr[DCONS_NPORT];
H A Ddcons_os.c101 static struct dcons_softc sc[DCONS_NPORT];
232 for (i = 0; i < DCONS_NPORT; i ++) { in dcons_timeout()
H A Ddcons.c168 for (port = 0; port < DCONS_NPORT; port ++) { in dcons_load_buffer()
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c121 } port[DCONS_NPORT];
392 for (j = 0; j < DCONS_NPORT; j++) { in dconschat_fetch_header()
438 u_int32_t ptr[DCONS_NPORT*2+1]; in dconschat_get_ptr()
461 for (i = 0; i < DCONS_NPORT; i ++) { in dconschat_get_ptr()
463 dc->port[i].iptr = ntohl(ptr[DCONS_NPORT + i + 1]); in dconschat_get_ptr()
910 for (port = 0; port < DCONS_NPORT; port ++) { in dconschat_proc_dcons()
995 int port[DCONS_NPORT]; in main()
1138 for (i = 0; i < DCONS_NPORT; i++) in main()
1144 for (i = 0; i < DCONS_NPORT; i++) { in main()