Searched refs:disk_ioctl (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/sys/arch/sun68k/stand/bootxx/
H A Dconf.c7 { "disk", disk_strategy, disk_open, disk_close, disk_ioctl },
/netbsd-current/sys/arch/sun68k/stand/bootyy/
H A Dconf.c7 { "disk", disk_strategy, disk_open, disk_close, disk_ioctl },
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Ddev_disk.h7 int disk_ioctl(struct open_file *, u_long, void *);
H A Ddev_disk.c161 disk_ioctl(struct open_file *f, u_long cmd, void *data) function
/netbsd-current/sys/arch/sun68k/stand/ufsboot/
H A Dconf.c15 { "disk", disk_strategy, disk_open, disk_close, disk_ioctl },
/netbsd-current/usr.sbin/sysinst/
H A Dgeom.c49 disk_ioctl(const char *disk, unsigned long cmd, void *d) function
77 if (!disk_ioctl(disk, DIOCLWEDGES, dkwl))
96 return disk_ioctl(disk, DIOCGWEDGEINFO, dkw);
121 return disk_ioctl(disk, DIOCGDINFO, l);
H A Ddefs.h794 bool disk_ioctl(const char *, unsigned long, void *);
H A Ddisks.c268 if (!disk_ioctl(dd->dd_name, SCIOCCOMMAND, &req)
312 if (!disk_ioctl(dd->dd_name, ATAIOCCOMMAND, &req)
/netbsd-current/sys/sys/
H A Ddisk.h548 int disk_ioctl(struct disk *, dev_t, u_long, void *, int, struct lwp *);
/netbsd-current/sys/arch/vax/mba/
H A Dhp.c321 error = disk_ioctl(&sc->sc_disk, dev, cmd, addr, flag, l);
/netbsd-current/sys/dev/ofw/
H A Dofdisk.c376 error = disk_ioctl(&of->sc_dk, dev, cmd, data, flag, l);
/netbsd-current/sys/arch/x68k/dev/
H A Dbmd.c359 error = disk_ioctl(&sc->sc_dkdev, dev, cmd, data, flag, l);
/netbsd-current/sys/dev/mscp/
H A Dmscp_disk.c423 error = disk_ioctl(&ra->ra_disk, dev, cmd, data, flag, l);
889 error = disk_ioctl(&rx->ra_disk, dev, cmd, data, flag, l);
/netbsd-current/sys/dev/qbus/
H A Drl.c446 error = disk_ioctl(&rc->rc_disk, dev, cmd, addr, flag, l);
H A Drf.c1102 error = disk_ioctl(&rf_sc->sc_disk, dev, cmd, data, fflag, l);
/netbsd-current/sys/dev/mca/
H A Ded_mca.c482 error = disk_ioctl(&ed->sc_dk, dev, xfer, addr, flag, l);
/netbsd-current/sys/dev/
H A Dmd.c484 error = disk_ioctl(&sc->sc_dkdev, dev, cmd, data, flag, l);
H A Ddksubr.c635 error = disk_ioctl(dk, dev, cmd, data, flag, l);
/netbsd-current/sys/kern/
H A Dsubr_disk.c518 * disk_ioctl --
522 disk_ioctl(struct disk *dk, dev_t dev, u_long cmd, void *data, int flag, function
670 * If disk_set_info can happen concurrently with disk_ioctl in a
/netbsd-current/sys/arch/vax/vsa/
H A Dhdc9224.c687 error = disk_ioctl(&rd->sc_disk, dev, cmd, addr, flag, l);
/netbsd-current/sys/dev/gpib/
H A Drd.c976 error = disk_ioctl(&sc->sc_dk, dev, cmd, data, flag, l);
/netbsd-current/sys/arch/atari/dev/
H A Dfd.c437 error = disk_ioctl(&sc->dkdev, RAW_PART, cmd, addr, flag, l);
H A Dhdfd.c1314 error = disk_ioctl(&fd->sc_dk, RAW_PART, cmd, addr, flag, l);
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm_fd.c723 error = disk_ioctl(&fd->diskInfo, fdType, cmd, data, flag, l);
/netbsd-current/sys/arch/hp300/dev/
H A Drd.c1328 error = disk_ioctl(&sc->sc_dkdev, dev, cmd, data, flag, l);

Completed in 253 milliseconds

12