Searched refs:xdc_ioctlcmd (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c233 int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *);
933 return xdc_ioctlcmd(xd, dev, xio);
2133 * xdc_ioctlcmd: this function provides a user level interface to the
2139 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) function
/netbsd-current/sys/dev/vme/
H A Dxd.c214 int xdc_ioctlcmd(struct xd_softc *, dev_t dev, struct xd_iocmd *);
1121 return (xdc_ioctlcmd(xd, dev, xio));
2313 * xdc_ioctlcmd: this function provides a user level interface to the
2319 xdc_ioctlcmd(struct xd_softc *xd, dev_t dev, struct xd_iocmd *xio) function

Completed in 181 milliseconds