Home
last modified time | relevance | path

Searched refs:xd_iocmd (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/vme/
Dxio.h45 struct xd_iocmd { struct
57 #define DIOSXDCMD _IOWR('x', 101, struct xd_iocmd) /* do xd command */ argument
Dxy.c155 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()
Dxd.c214 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/
Dxio.h44 struct xd_iocmd { struct
56 #define DIOSXDCMD _IOWR('x', 101, struct xd_iocmd) /* do xd command */ argument
Dxy.c165 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()
Dxd.c233 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()