sys/dev/ic/mfi.c
1415
return (mfi_ioctl_cache(link, cmd, (struct dk_cache *)addr));
sys/dev/ic/mfi.c
1428
mfi_ioctl_cache(struct scsi_link *link, u_long cmd, struct dk_cache *dc)
sys/dev/ic/mfi.c
60
int mfi_ioctl_cache(struct scsi_link *, u_long, struct dk_cache *);
sys/dev/ic/mpi.c
151
struct dk_cache *);
sys/dev/ic/mpi.c
2969
(struct dk_cache *)addr));
sys/dev/ic/mpi.c
2984
mpi_ioctl_cache(struct scsi_link *link, u_long cmd, struct dk_cache *dc)
sys/dev/pci/mfii.c
2255
return (mfii_ioctl_cache(link, cmd, (struct dk_cache *)addr));
sys/dev/pci/mfii.c
2268
mfii_ioctl_cache(struct scsi_link *link, u_long cmd, struct dk_cache *dc)
sys/dev/pci/mfii.c
382
int mfii_ioctl_cache(struct scsi_link *, u_long, struct dk_cache *);
sys/dev/pci/mpii.c
3240
(struct dk_cache *)addr));
sys/dev/pci/mpii.c
3255
mpii_ioctl_cache(struct scsi_link *link, u_long cmd, struct dk_cache *dc)
sys/dev/pci/mpii.c
350
int mpii_ioctl_cache(struct scsi_link *, u_long, struct dk_cache *);
sys/scsi/sd.c
1019
sd_ioctl_cache(struct sd_softc *sc, long cmd, struct dk_cache *dkc)
sys/scsi/sd.c
104
int sd_ioctl_cache(struct sd_softc *, long, struct dk_cache *);
sys/scsi/sd.c
159
struct dk_cache dkc;
sys/scsi/sd.c
961
error = sd_ioctl_cache(sc, cmd, (struct dk_cache *)addr);
sys/sys/dkio.h
71
#define DIOCGCACHE _IOR('d', 117, struct dk_cache) /* get cache enabled */
sys/sys/dkio.h
72
#define DIOCSCACHE _IOW('d', 118, struct dk_cache) /* set cache enabled */