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

/netbsd-current/sys/dev/vme/
H A DMakefile6 INCS= xio.h
H A Dxd.c87 #include <dev/vme/xio.h>
1024 struct xd_iocmd *xio; local
1116 xio = (struct xd_iocmd *) addr;
1117 req = xd_getkauthreq(xio->cmd);
1119 dev, req, xio)) != 0)
1121 return (xdc_ioctlcmd(xd, dev, xio));
2319 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) argument
2330 switch (xio->cmd) {
2333 if (xio->subfn || xio
[all...]
H A Dxy.c87 #include <dev/vme/xio.h>
943 struct xd_iocmd *xio; local
1034 xio = (struct xd_iocmd *) addr;
1035 req = xy_getkauthreq(xio->cmd);
1037 dev, req, xio)) != 0)
1039 return (xyc_ioctlcmd(xy, dev, xio));
2132 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) argument
2142 switch (xio->cmd) {
2145 if (xio->subfn || xio
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c85 #include <sun3/dev/xio.h>
859 struct xd_iocmd *xio; local
928 xio = (struct xd_iocmd *)addr;
929 req = xd_getkauthreq(xio->cmd);
931 dev, req, xio)) != 0)
933 return xdc_ioctlcmd(xd, dev, xio);
2139 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) argument
2147 switch (xio->cmd) {
2150 if (xio->subfn || xio
[all...]
H A Dxy.c85 #include <sun3/dev/xio.h>
812 struct xd_iocmd *xio; local
881 xio = (struct xd_iocmd *)addr;
882 req = xy_getkauthreq(xio->cmd);
884 dev, req, xio)) != 0)
886 return xyc_ioctlcmd(xy, dev, xio);
1970 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) argument
1978 switch (xio->cmd) {
1981 if (xio->subfn || xio
[all...]
/netbsd-current/sys/arch/sgimips/
H A DMakefile21 DSGIMIPS= dev eisa gio hpc include pci xio
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc320 #include <dev/vme/xio.h>
H A Dsanitizer_interceptors_ioctl_netbsd.inc494 /* Entries from file: dev/vme/xio.h */
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc493 /* Entries from file: dev/vme/xio.h */
H A Dsanitizer_platform_limits_netbsd.cc472 #include <dev/vme/xio.h>
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc493 /* Entries from file: dev/vme/xio.h */
H A Dsanitizer_platform_limits_netbsd.cpp472 #include <dev/vme/xio.h>

Completed in 315 milliseconds