HomeSort by: relevance | last modified time | path
    Searched defs:xdc_ioctlcmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xd.c 233 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 in typeref:typename:int
  /src/sys/dev/vme/
xd.c 214 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 in typeref:typename:int

Completed in 13 milliseconds