Home
last modified time | relevance | path

Searched defs:dt_state (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/pmax/tc/
H A Ddtvar.h63 struct dt_state { struct
64 volatile u_int *ds_data;
65 volatile u_int *ds_poll;
66 int ds_bad_pkts;
67 int ds_state;
68 int ds_escaped;
69 int ds_len;
70 int ds_ptr;
H A Ddt.c182 struct dt_state dt_state; variable