Searched refs:bio (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/io/ |
H A D | ppt.c | 238 struct ppt_bar_io bio; in ppt_ioctl() local 244 if (ddi_copyin(data, &bio, sizeof (bio), md) != 0) { in ppt_ioctl() 247 rnum = bio.pbi_bar; in ppt_ioctl() 255 addr = pbar->io_ptr + bio.pbi_off; in ppt_ioctl() 257 switch (bio.pbi_width) { in ppt_ioctl() 259 bio.pbi_data = ddi_get32(pbar->io_handle, addr); in ppt_ioctl() 262 bio.pbi_data = ddi_get16(pbar->io_handle, addr); in ppt_ioctl() 265 bio.pbi_data = ddi_get8(pbar->io_handle, addr); in ppt_ioctl() 271 if (ddi_copyout(&bio, data, sizeof (bio), md) != 0) { in ppt_ioctl() 277 struct ppt_bar_io bio; in ppt_ioctl() local [all …]
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | Makefile | 31 bio.c \ 63 bio.o \
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | disk.h | 25 void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | Makefile.files | 36 bio.c \
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 3390 BIO *bio = NULL; in local_export_pk12() local 3403 if ((bio = BIO_new_file(filename, "wb")) == NULL) { in local_export_pk12() 3528 if (!i2d_PKCS12_bio(bio, p12_elem)) { in local_export_pk12() 3538 if (bio != NULL) in local_export_pk12() 3539 (void) BIO_free_all(bio); in local_export_pk12() 4397 BIO *bio = NULL; in openssl_import_objects() local 4423 bio = BIO_new_file(filename, "rb"); in openssl_import_objects() 4424 if (bio == NULL) { in openssl_import_objects() 4430 rv = extract_pkcs12(bio, (uchar_t *)cred->cred, in openssl_import_objects() 4478 if (bio != NULL) in openssl_import_objects() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 965 BIO *bio; local 967 if ((bio = BIO_new_file(dhparam, "r")) != NULL) 969 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); 970 BIO_free(bio);
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.h | 212 PKCS7 *p7, BIO *bio);
|
H A D | pkinit_crypto_openssl.c | 6682 BIO *out=NULL,*etmp=NULL,*bio=NULL; local 6816 bio = BIO_new_mem_buf(data_body->data, data_body->length); 6818 bio=BIO_new(BIO_s_mem()); 6819 BIO_set_mem_eof_return(bio,0); 6821 BIO_push(out,bio); 6822 bio=NULL; 6830 if (bio != NULL) BIO_free_all(bio);
|
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/ |
H A D | nvme.h | 1927 struct bio; 1972 int nvme_ns_cmd_write_bio(struct nvme_namespace *ns, struct bio *bp, 1977 int nvme_ns_cmd_read_bio(struct nvme_namespace *ns, struct bio *bp, 2017 int nvme_ns_bio_process(struct nvme_namespace *ns, struct bio *bp,
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 114 bio.o \
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | southamerica | 939 # From Fábio Gomes (2018-10-04):
|