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

  /src/sys/arch/sun3/dev/
xy.c 165 int xyc_ioctlcmd(struct xy_softc *, dev_t dev, struct xd_iocmd *);
886 return xyc_ioctlcmd(xy, dev, xio);
1962 * xyc_ioctlcmd: this function provides a user level interface to the
1970 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) function in typeref:typename:int
  /src/sys/dev/vme/
xy.c 155 int xyc_ioctlcmd(struct xy_softc *, dev_t dev, struct xd_iocmd *);
1039 return (xyc_ioctlcmd(xy, dev, xio));
2124 * xyc_ioctlcmd: this function provides a user level interface to the
2132 xyc_ioctlcmd(struct xy_softc *xy, dev_t dev, struct xd_iocmd *xio) function in typeref:typename:int

Completed in 33 milliseconds