Searched refs:bio (Results 301 - 325 of 437) sorted by relevance

<<1112131415161718

/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_machdep.c43 #include <sys/bio.h>
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_machdep.c39 #include <sys/bio.h>
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_rawread.c45 #include <sys/bio.h>
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_bmap.c44 #include <sys/bio.h>
/freebsd-13-stable/sys/vm/
H A Dvm_pager.c77 #include <sys/bio.h>
/freebsd-13-stable/crypto/openssl/apps/
H A Decparam.c18 #include <openssl/bio.h>
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c14 #include <openssl/bio.h>
124 /* Set bio as read only so its content can't be clobbered */
/freebsd-13-stable/sys/dev/firewire/
H A Dfwdev.c44 #include <sys/bio.h>
861 fw_strategy(struct bio *bp)
/freebsd-13-stable/sys/i386/i386/
H A Dgenassym.c47 #include <sys/bio.h>
/freebsd-13-stable/sys/kern/
H A Dsubr_sglist.c38 #include <sys/bio.h>
331 * Append the segments to describe a bio's data to a scatter/gather list.
337 sglist_append_bio(struct sglist *sg, struct bio *bp)
H A Dvfs_aio.c29 #include <sys/bio.h>
271 int kaio_buffer_count; /* (a) number of bio buffers */
310 static void aio_biocleanup(struct bio *bp);
322 static void aio_biowakeup(struct bio *bp);
750 * does the I/O request for the non-bio version of the operations. The normal
1200 * Try the high-performance, low-overhead bio method for eligible
1218 struct bio **bios = NULL;
1283 bios = malloc(sizeof(struct bio *) * iovcnt, M_TEMP, M_WAITOK);
1287 struct bio *bp;
1496 * Queue a new AIO request. Choosing either the threaded or direct bio VCH
[all...]
H A Dvfs_bio.c52 #include <sys/bio.h>
1090 * Ideal allocation size for the transient bio submap is 10%
1117 * the buffer map to the transient bio map.
4332 biodone(struct bio *bp)
4335 void (*done)(struct bio *);
4375 biowait(struct bio *bp, const char *wchan)
4392 biofinish(struct bio *bp, struct devstat *stat, int error)
4406 biotrack_buf(struct bio *bp, const char *location)
5106 * Set bio_data or bio_ma for struct bio from the struct buf.
5109 bdata2bio(struct buf *bp, struct bio *bi
[all...]
/freebsd-13-stable/sys/dev/twe/
H A Dtwe_freebsd.c576 * Given a detected drive, attach it to the bio interface.
727 twed_strategy(struct bio *bp)
740 printf("twe: bio for invalid disk!\n");
746 /* queue the bio on the controller */
784 twed_intr(struct bio *bp)
1171 printf("twed: total bio count in %u out %u\n", twed_bio_in, twed_bio_out);
H A Dtwe.c404 struct bio *bp;
418 /* build a command from an outstanding bio */
421 /* get a command to handle the bio with */
431 /* connect the bio to the command */
468 bp = (struct bio *)(tr->tr_private);
1020 struct bio *bp = tr->tr_private;
/freebsd-13-stable/sys/amd64/amd64/
H A Dgenassym.c46 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/mlx/
H A Dmlx.c37 #include <sys/bio.h>
744 mlx_submit_buf(struct mlx_softc *sc, struct bio *bp)
1851 struct bio *bp;
1921 struct bio *bp;
1969 struct bio *bp = mc->mc_private;
/freebsd-13-stable/sys/cam/
H A Dcam_periph.c40 #include <sys/bio.h>
1619 if (ccb->ccb_h.func_code == XPT_SCSI_IO && ccb->csio.bio != NULL)
1620 biotrack(ccb->csio.bio, __func__);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pass.c38 #include <sys/bio.h>
1323 * The user shouldn't be able to supply a bio.
1651 * A user shouldn't be attaching a bio to the CCB. It
1764 inccb->csio.bio = NULL;
1875 ccb->csio.bio = NULL;
/freebsd-13-stable/crypto/openssl/crypto/err/
H A Derr.c19 #include <openssl/bio.h>
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dpem.h14 # include <openssl/bio.h>
H A Drsa.h17 # include <openssl/bio.h>
H A Dx509_vfy.h22 # include <openssl/bio.h>
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_table.c41 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/mps/
H A Dmps_table.c43 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/pst/
H A Dpst-iop.c39 #include <sys/bio.h>

Completed in 238 milliseconds

<<1112131415161718