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

  /src/sys/arch/sun3/dev/
xy.c 214 static dev_type_ioctl(xyioctl);
223 .d_ioctl = xyioctl,
235 .d_ioctl = xyioctl,
806 * xyioctl: ioctls on XY drives. based on ioctl's of other netbsd disks.
809 xyioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function in typeref:typename:int
  /src/sys/dev/vme/
xy.c 205 dev_type_ioctl(xyioctl);
214 .d_ioctl = xyioctl,
226 .d_ioctl = xyioctl,
937 * xyioctl: ioctls on XY drives. based on ioctl's of other netbsd disks.
940 xyioctl(dev_t dev, u_long command, void *addr, int flag, struct lwp *l) function in typeref:typename:int

Completed in 14 milliseconds