Searched refs:bio (Results 276 - 300 of 437) sorted by relevance

<<1112131415161718

/freebsd-13-stable/crypto/openssl/apps/
H A Ddhparam.c17 #include <openssl/bio.h>
/freebsd-13-stable/sys/powerpc/booke/
H A Dbooke_machdep.c95 #include <sys/bio.h>
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dasn1.h16 # include <openssl/bio.h>
873 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
876 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
H A Dcrypto.h318 int CRYPTO_mem_leaks(BIO *bio);
H A Ddh.h17 # include <openssl/bio.h>
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_qpair.c1097 KASSERT(req->u.bio->bio_bcount <= qpair->ctrlr->max_xfer_size,
1098 ("bio->bio_bcount (%jd) exceeds max_xfer_size (%d)\n",
1099 (intmax_t)req->u.bio->bio_bcount,
1102 tr->payload_dma_map, req->u.bio, nvme_payload_map, tr, 0);
H A Dnvme.h1604 struct bio;
1649 int nvme_ns_cmd_write_bio(struct nvme_namespace *ns, struct bio *bp,
1654 int nvme_ns_cmd_read_bio(struct nvme_namespace *ns, struct bio *bp,
1695 int nvme_ns_bio_process(struct nvme_namespace *ns, struct bio *bp,
H A Dnvme_sim.c99 req = nvme_allocate_request_bio((struct bio *)payload,
/freebsd-13-stable/sys/dev/ida/
H A Dida.c48 #include <sys/bio.h>
486 ida_submit_buf(struct ida_softc *ida, struct bio *bp)
500 struct bio *bp;
/freebsd-13-stable/crypto/openssh/
H A Dsshkey.c3774 BIO *bio = NULL; local
3778 if ((bio = BIO_new(BIO_s_mem())) == NULL)
3783 success = PEM_write_bio_DSAPrivateKey(bio, key->dsa,
3788 success = PEM_write_bio_ECPrivateKey(bio, key->ecdsa,
3793 success = PEM_write_bio_RSAPrivateKey(bio, key->rsa,
3804 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0) {
3812 BIO_free(bio);
3928 BIO *bio = NULL; local
3934 if ((bio = BIO_new(BIO_s_mem())) == NULL || sshbuf_len(blob) > INT_MAX)
3936 if (BIO_write(bio, sshbuf_pt
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.c18 # include <openssl/bio.h>
1344 BIO *bio; local
1346 if ((bio = BIO_new_file(dhparam, "r")) != NULL)
1348 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
1349 BIO_free(bio);
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c45 #include <sys/bio.h>
516 struct bio *bp;
540 sddastrategy(struct bio *bp)
750 sddagetattr(struct bio *bp)
1803 struct bio *bp;
1938 struct bio *bp;
1999 bp = (struct bio *)done_ccb->ccb_h.ccb_bp;
/freebsd-13-stable/sys/geom/part/
H A Dg_part.c33 #include <sys/bio.h>
293 g_part_get_physpath_done(struct bio *bp)
299 struct bio *pbp;
2147 * bio, and return non-zero to indicate to the slice code that we did so.
2221 g_part_start(struct bio *bp)
2223 struct bio *bp2;
2230 void (*done_func)(struct bio *) = g_std_done;
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h81 CAM_DATA_BIO = 0x00200000,/* Data type (100:bio) */
765 struct bio *bio; /* Associated bio */ member in struct:ccb_scsiio
1401 csio->bio = NULL;
/freebsd-13-stable/sbin/ggate/ggatec/
H A Dggatec.c52 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm.c39 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/aac/
H A Daac_pci.c46 #include <sys/bio.h>
/freebsd-13-stable/sys/dev/amr/
H A Damr_cam.c68 #include <sys/bio.h>
H A Damr_pci.c68 #include <sys/bio.h>
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_acl.c38 #include <sys/bio.h>
H A Dext2_bmap.c42 #include <sys/bio.h>
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c34 #include <sys/bio.h>
/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.h108 struct bio **ds_bios; /* BIOs for synchronization I/O. */
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3.h106 struct bio **ds_bios; /* BIOs for synchronization I/O. */
/freebsd-13-stable/sys/i386/i386/
H A Dvm_machdep.c55 #include <sys/bio.h>

Completed in 444 milliseconds

<<1112131415161718