Lines Matching defs:dkdev
19 struct dkdev { struct
20 short d_state ; /* various bit values, defined below */
21 short dc_state; /* more bit values */
22 short d_bufct ; /* count of buffers in write Q */
23 short d_rmode ; /* receive termination modes */
24 short d_rresid ; /* 1 of 3 */ /* residual buffer left in receive */
25 short d_rdone ; /* 2 of 3 */ /* completion status of last receive */
26 short d_rctl ; /* 3 of 3 */ /* control char received */
27 short d_xctl ; /* control char to send */
28 int d_pgrp ; /* process group number */
29 short d_prot; /* active protocols on this channel */
30 struct diocxwin d_win; /* Requested window size */
31 struct diocctype *d_ctype; /* Connection type */
37 union { struct { /* DK */
55 } d_var ;