/src/sys/arch/amiga/stand/bootblock/boot/ |
xd.c | 46 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 in typeref:typename:int
|
/src/sys/arch/sun3/dev/ |
xd.c | 283 static dev_type_ioctl(xdioctl); 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 in typeref:typename:int
|
/src/sys/dev/vme/ |
xd.c | 289 dev_type_ioctl(xdioctl); 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 in typeref:typename:int
|