Symbol: bioc_setstate
sbin/bioctl/bioctl.c
684
struct bioc_setstate bs;
sys/dev/biovar.h
187
#define BIOCSETSTATE _IOWR('B', 37, struct bioc_setstate)
sys/dev/ic/ami.c
1580
error = ami_ioctl_setstate(sc, (struct bioc_setstate *)addr);
sys/dev/ic/ami.c
159
int ami_ioctl_setstate(struct ami_softc *, struct bioc_setstate *);
sys/dev/ic/ami.c
2325
ami_ioctl_setstate(struct ami_softc *sc, struct bioc_setstate *bs)
sys/dev/ic/gdt_common.c
1336
error = gdt_ioctl_setstate(sc, (struct bioc_setstate *)addr);
sys/dev/ic/gdt_common.c
1377
gdt_ioctl_setstate(struct gdt_softc *sc, struct bioc_setstate *bs)
sys/dev/ic/gdt_common.c
80
int gdt_ioctl_setstate(struct gdt_softc *, struct bioc_setstate *);
sys/dev/ic/mfi.c
113
int mfi_ioctl_setstate(struct mfi_softc *, struct bioc_setstate *);
sys/dev/ic/mfi.c
1547
error = mfi_ioctl_setstate(sc, (struct bioc_setstate *)addr);
sys/dev/ic/mfi.c
2000
mfi_ioctl_setstate(struct mfi_softc *sc, struct bioc_setstate *bs)
sys/dev/ic/mpi.c
159
int mpi_ioctl_setstate(struct mpi_softc *, struct bioc_setstate *);
sys/dev/ic/mpi.c
3175
error = mpi_ioctl_setstate(sc, (struct bioc_setstate *)addr);
sys/dev/ic/mpi.c
3382
mpi_ioctl_setstate(struct mpi_softc *sc, struct bioc_setstate *bs)
sys/dev/pci/ips.c
1071
return (ips_ioctl_setstate(sc, (struct bioc_setstate *)addr));
sys/dev/pci/ips.c
1240
ips_ioctl_setstate(struct ips_softc *sc, struct bioc_setstate *bs)
sys/dev/pci/ips.c
435
int ips_ioctl_setstate(struct ips_softc *, struct bioc_setstate *);
sys/dev/pci/mfii.c
2882
error = mfii_ioctl_setstate(sc, (struct bioc_setstate *)addr);
sys/dev/pci/mfii.c
3477
mfii_ioctl_setstate(struct mfii_softc *sc, struct bioc_setstate *bs)
sys/dev/pci/mfii.c
480
struct bioc_setstate *);
sys/dev/softraid.c
106
struct bioc_setstate *);
sys/dev/softraid.c
2523
rv = sr_ioctl_setstate(sc, (struct bioc_setstate *)bio);
sys/dev/softraid.c
2705
sr_ioctl_setstate(struct sr_softc *sc, struct bioc_setstate *bs)