OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bioc_vol
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/dev/
biovar.h
133
#define BIOCVOL _IOWR('B', 34, struct
bioc_vol
)
135
struct
bioc_vol
{
struct
262
void bio_vol_to_envsys(struct envsys_data *, const struct
bioc_vol
*) ;
bio.c
293
bio_vol_to_envsys(envsys_data_t *edata, const struct
bioc_vol
*bv)
/src/sys/compat/common/
bio_30.c
75
struct
bioc_vol
*bv = kmem_zalloc(sizeof(*bv), KM_SLEEP);
/src/sys/dev/ic/
cac.c
85
int cac_ioctl_vol(struct cac_softc *, struct
bioc_vol
*);
633
error = cac_ioctl_vol(sc, (struct
bioc_vol
*)addr);
655
cac_ioctl_vol(struct cac_softc *sc, struct
bioc_vol
*bv)
731
struct
bioc_vol
bv;
ciss.c
95
int ciss_ioctl_vol(struct ciss_softc *, struct
bioc_vol
*);
1408
error = ciss_ioctl_vol(sc, (struct
bioc_vol
*)addr);
1521
ciss_ioctl_vol(struct ciss_softc *sc, struct
bioc_vol
*bv)
1680
struct
bioc_vol
bv;
mfi.c
169
static int mfi_ioctl_vol(struct mfi_softc *, struct
bioc_vol
*);
1973
error = mfi_ioctl_vol(sc, (struct
bioc_vol
*)addr);
2038
mfi_ioctl_vol(struct mfi_softc *sc, struct
bioc_vol
*bv)
2432
struct
bioc_vol
*vdhs;
2595
struct
bioc_vol
bv;
mpt_netbsd.c
113
static int mpt_bio_ioctl_vol(mpt_softc_t *, struct
bioc_vol
*);
1820
mpt_bio_ioctl_vol(mpt_softc_t *mpt, struct
bioc_vol
*bv)
/src/sbin/bioctl/
bioctl.c
63
struct
bioc_vol
*bv;
81
static int bio_show_volumes(struct biotmp *, struct
bioc_vol
*);
235
bio_show_volumes(struct biotmp *bt, struct
bioc_vol
*bv)
433
struct
bioc_vol
bv;
938
struct
bioc_vol
bv;
/src/sys/dev/ata/
ld_ataraid.c
120
static int ld_ataraid_biovol(struct ld_ataraid_softc *, struct
bioc_vol
*);
602
error = ld_ataraid_biovol(sc, (struct
bioc_vol
*)addr);
628
ld_ataraid_biovol(struct ld_ataraid_softc *sc, struct
bioc_vol
*bv)
/src/sys/dev/pci/
arcmsr.c
97
static int arc_bio_vol(struct arc_softc *, struct
bioc_vol
*);
743
error = arc_bio_vol(sc, (struct
bioc_vol
*)addr);
1317
arc_bio_vol(struct arc_softc *sc, struct
bioc_vol
*bv)
1769
struct
bioc_vol
bv;
1898
struct
bioc_vol
bv;
mpii.c
357
static int mpii_ioctl_vol(struct mpii_softc *, struct
bioc_vol
*);
366
static int mpii_bio_volstate(struct mpii_softc *, struct
bioc_vol
*);
3448
error = mpii_ioctl_vol(sc, (struct
bioc_vol
*)addr);
3480
mpii_ioctl_vol(struct mpii_softc *sc, struct
bioc_vol
*bv)
3818
mpii_bio_volstate(struct mpii_softc *sc, struct
bioc_vol
*bv)
3942
struct
bioc_vol
bv;
mfii.c
506
static int mfii_ioctl_vol(struct mfii_softc *, struct
bioc_vol
*);
2945
error = mfii_ioctl_vol(sc, (struct
bioc_vol
*)addr);
3103
mfii_ioctl_vol(struct mfii_softc *sc, struct
bioc_vol
*bv)
3812
struct
bioc_vol
*vdhs;
3972
struct
bioc_vol
bv;
ips.c
473
int ips_ioctl_vol(struct ips_softc *, struct
bioc_vol
*);
1054
return (ips_ioctl_vol(sc, (struct
bioc_vol
*)data));
1082
ips_ioctl_vol(struct ips_softc *sc, struct
bioc_vol
*bv)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
543
unsigned struct_bioc_vol_sz = sizeof(
bioc_vol
);
Completed in 31 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025