Lines Matching refs:dev_t
89 int (*cb_open)(dev_t *devp, int flag, int otyp, cred_t *credp);
90 int (*cb_close)(dev_t dev, int flag, int otyp, cred_t *credp);
92 int (*cb_print)(dev_t dev, char *str);
93 int (*cb_dump)(dev_t dev, caddr_t addr, daddr_t blkno, int nblk);
94 int (*cb_read)(dev_t dev, struct uio *uiop, cred_t *credp);
95 int (*cb_write)(dev_t dev, struct uio *uiop, cred_t *credp);
96 int (*cb_ioctl)(dev_t dev, int cmd, intptr_t arg, int mode,
98 int (*cb_devmap)(dev_t dev, devmap_cookie_t dhp, offset_t off,
100 int (*cb_mmap)(dev_t dev, off_t off, int prot);
101 int (*cb_segmap)(dev_t dev, off_t off, struct as *asp,
104 int (*cb_chpoll)(dev_t dev, short events, int anyyet,
106 int (*cb_prop_op)(dev_t dev, dev_info_t *dip,
119 int (*cb_aread)(dev_t dev, struct aio_req *aio, cred_t *credp);
120 int (*cb_awrite)(dev_t dev, struct aio_req *aio, cred_t *credp);
230 int (*bus_prop_op)(dev_t dev, dev_info_t *dip,
338 int (*bus_prop_op)(dev_t dev, dev_info_t *dip,