Searched refs:xio (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A DMakefile6 INCS= xio.h
H A Dxd.c87 #include <dev/vme/xio.h>
1005 struct xd_iocmd *xio; local
1111 xio = (struct xd_iocmd *) addr;
1112 req = xd_getkauthreq(xio->cmd);
1114 dev, req, xio)) != 0)
1116 return (xdc_ioctlcmd(xd, dev, xio));
2314 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) argument
2325 switch (xio->cmd) {
2328 if (xio->subfn || xio
[all...]
H A Dxy.c87 #include <dev/vme/xio.h>
923 struct xd_iocmd *xio; local
1028 xio = (struct xd_iocmd *) addr;
1029 req = xy_getkauthreq(xio->cmd);
1031 dev, req, xio)) != 0)
1033 return (xyc_ioctlcmd(xy, dev, xio));
2124 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) argument
2134 switch (xio->cmd) {
2137 if (xio->subfn || xio
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dxd.c85 #include <sun3/dev/xio.h>
842 struct xd_iocmd *xio; local
917 xio = (struct xd_iocmd *)addr;
918 req = xd_getkauthreq(xio->cmd);
920 dev, req, xio)) != 0)
922 return xdc_ioctlcmd(xd, dev, xio);
2128 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) argument
2136 switch (xio->cmd) {
2139 if (xio->subfn || xio
[all...]
H A Dxy.c85 #include <sun3/dev/xio.h>
795 struct xd_iocmd *xio; local
870 xio = (struct xd_iocmd *)addr;
871 req = xy_getkauthreq(xio->cmd);
873 dev, req, xio)) != 0)
875 return xyc_ioctlcmd(xy, dev, xio);
1960 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) argument
1968 switch (xio->cmd) {
1971 if (xio->subfn || xio
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/
H A DMakefile21 DSGIMIPS= dev eisa gio hpc include pci xio

Completed in 71 milliseconds