Searched refs:xd_iocmd (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/vme/ |
| D | xio.h | 45 struct xd_iocmd { struct 57 #define DIOSXDCMD _IOWR('x', 101, struct xd_iocmd) /* do xd command */ argument
|
| D | xy.c | 155 int xyc_ioctlcmd(struct xy_softc *, dev_t dev, struct xd_iocmd *); 943 struct xd_iocmd *xio; in xyioctl() 1034 xio = (struct xd_iocmd *) addr; in xyioctl() 2132 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) in xyc_ioctlcmd()
|
| D | xd.c | 214 int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *); 1024 struct xd_iocmd *xio; in xdioctl() 1116 xio = (struct xd_iocmd *) addr; in xdioctl() 2319 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) in xdc_ioctlcmd()
|
| /netbsd/src/sys/arch/sun3/dev/ |
| D | xio.h | 44 struct xd_iocmd { struct 56 #define DIOSXDCMD _IOWR('x', 101, struct xd_iocmd) /* do xd command */ argument
|
| D | xy.c | 165 int xyc_ioctlcmd(struct xy_softc *, dev_t dev, struct xd_iocmd *); 812 struct xd_iocmd *xio; in xyioctl() 881 xio = (struct xd_iocmd *)addr; in xyioctl() 1970 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) in xyc_ioctlcmd()
|
| D | xd.c | 233 int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *); 859 struct xd_iocmd *xio; in xdioctl() 928 xio = (struct xd_iocmd *)addr; in xdioctl() 2139 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) in xdc_ioctlcmd()
|