Home | History | Annotate | Download | only in dev

Lines Matching refs:dev_t

52 		   (dev_t);
54 (dev_t, int);
56 (dev_t, int);
58 (dev_t, u_int, u_int, u_int);
60 (dev_t);
62 (dev_t);
63 dev_t cn_dev; /* major/minor of device */
92 void nullcnpollc(dev_t, int);
98 #define dev_type_cngetc(n) int n(dev_t)
99 #define dev_type_cnputc(n) void n(dev_t, int)
100 #define dev_type_cnpollc(n) void n(dev_t, int)
101 #define dev_type_cnbell(n) void n(dev_t, u_int, u_int, u_int)
102 #define dev_type_cnhalt(n) void n(dev_t)
103 #define dev_type_cnflush(n) void n(dev_t)