Searched refs:bio (Results 326 - 350 of 437) sorted by relevance

<<1112131415161718

/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_rrip.c44 #include <sys/bio.h>
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_inode.c44 #include <sys/bio.h>
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_io.c35 #include <sys/bio.h>
/freebsd-13-stable/sys/geom/part/
H A Dg_part_apm.c34 #include <sys/bio.h>
H A Dg_part_bsd.c33 #include <sys/bio.h>
H A Dg_part_mbr.c33 #include <sys/bio.h>
H A Dg_part_vtoc8.c33 #include <sys/bio.h>
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3_ctl.c38 #include <sys/bio.h>
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_create.c34 #include <sys/bio.h>
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmachdep.c67 #include <sys/bio.h>
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_subr.c66 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_cam.c44 #include <sys/bio.h>
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c39 #include <sys/bio.h>
/freebsd-13-stable/sys/amd64/amd64/
H A Dvm_machdep.c53 #include <sys/bio.h>
/freebsd-13-stable/crypto/openssl/apps/
H A Dopenssl.c14 #include <openssl/bio.h>
H A Dopt.c19 #include <openssl/bio.h>
H A Dsrp.c19 #include <openssl/bio.h>
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c64 #include <openssl/bio.h>
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c65 #include <openssl/bio.h>
/freebsd-13-stable/sys/powerpc/aim/
H A Daim_machdep.c68 #include <sys/bio.h>
/freebsd-13-stable/secure/lib/libcrypto/
H A DMakefile78 # bio
399 INCS= aes.h asn1.h asn1_mac.h asn1err.h asn1t.h async.h asyncerr.h bio.h
483 ${LCRYPTO_SRC}/crypto/bio \
/freebsd-13-stable/sys/cam/ctl/
H A Dctl.c56 #include <sys/bio.h>
2276 union ctl_io *bio; local
2336 bio = (union ctl_io *)LIST_NEXT(&ctsio->io_hdr, ooa_links);
2337 switch (ctl_check_ooa(lun, (union ctl_io *)ctsio, &bio)) {
2357 ctsio->io_hdr.blocker = bio;
2358 TAILQ_INSERT_TAIL(&bio->io_hdr.blocked_queue, &ctsio->io_hdr,
11080 union ctl_io *bio, *obio; local
11090 obio = bio = io->io_hdr.blocker;
11092 bio = (union ctl_io *)LIST_NEXT(&bio
11179 ctl_try_unblock_others(struct ctl_lun *lun, union ctl_io *bio, bool skip) argument
11417 union ctl_io *bio; local
[all...]
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c38 #include <sys/bio.h>
428 inccb->csio.bio = NULL;
613 ccb->csio.bio = NULL;
4614 done_ccb->csio.bio != NULL)
4615 biotrack(done_ccb->csio.bio, __func__);
5360 if (csio->bio != NULL)
5361 biotrack(csio->bio, __func__);
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c49 #include <sys/bio.h>
1891 if (csio->bio != NULL)
1892 biotrack(csio->bio, __func__);
2011 if (ccb->csio.bio != NULL)
2012 biotrack(ccb->csio.bio, __func__);
/freebsd-13-stable/sys/dev/aac/
H A Daac.c976 * Try to build a command off the bio queue (ignore error
999 (struct bio *)cm->cm_private,
1172 * Handle a bio submitted from a disk device.
1175 aac_submit_bio(struct bio *bp)
1190 * Get a bio and build a command to go with it.
1198 struct bio *bp;
1316 * Handle a bio-instigated command that has been completed.
1323 struct bio *bp;
1327 bp = (struct bio *)cm->cm_private;
1337 /* fix up the bio base
[all...]

Completed in 366 milliseconds

<<1112131415161718