Searched refs:xdioctl (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dxd.c46 static int xdioctl(struct open_file *, u_long, void *);
52 { "xd", xdstrategy, (void *)xdopenclose, (void *)xdopenclose, xdioctl }
139 xdioctl(struct open_file *f, u_long cmd, void *data) function
/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c283 dev_type_ioctl(xdioctl); variable
292 .d_ioctl = xdioctl,
304 .d_ioctl = xdioctl,
853 * xdioctl: ioctls on XD drives. based on ioctl's of other netbsd disks.
856 xdioctl(dev_t dev, u_long cmd, void *addr, int flag, struct lwp *l) function
/netbsd-current/sys/dev/vme/
H A Dxd.c289 dev_type_ioctl(xdioctl); variable
298 .d_ioctl = xdioctl,
310 .d_ioctl = xdioctl,
1017 * xdioctl: ioctls on XD drives. based on ioctl's of other netbsd disks.
1020 xdioctl(dev_t dev, u_long command, void *addr, int flag, struct lwp *l) function

Completed in 175 milliseconds