| /src/sys/dev/ata/ |
| wd.c | 695 KASSERT(bp == xfer->c_bio.bp || xfer->c_bio.bp == NULL); 702 memset(&xfer->c_bio, 0, sizeof(xfer->c_bio)); 705 xfer->c_bio.blkno = bp->b_rawblkno; 706 xfer->c_bio.bcount = bp->b_bcount; 707 xfer->c_bio.databuf = bp->b_data; 708 xfer->c_bio.blkdone = 0; 709 xfer->c_bio.bp = bp; 713 KASSERT(xfer->c_skip < xfer->c_bio.bcount) [all...] |
| ata_wdc.c | 150 struct ata_bio *ata_bio = &xfer->c_bio; 181 struct ata_bio *ata_bio = &xfer->c_bio; 339 struct ata_bio *ata_bio = &xfer->c_bio; 624 return (xfer->c_bio.flags & ATA_ITSDONE) ? ATAPOLL_DONE : ATAPOLL_AGAIN; 632 struct ata_bio *ata_bio = &xfer->c_bio; 797 struct ata_bio *ata_bio = &xfer->c_bio; 829 struct ata_bio *ata_bio = &xfer->c_bio;
|
| atavar.h | 151 struct ata_bio c_bio; /* ATA transfer */ member in union:ata_xfer::__anon2510 159 #define c_bio u.c_bio macro
|
| satafis_subr.c | 103 struct ata_bio *ata_bio = &xfer->c_bio;
|
| ata.c | 2342 if (xfer->c_bio.flags & ATA_FUA 2349 *cmd = (xfer->c_bio.flags & ATA_READ) ? 2358 if (xfer->c_bio.flags & ATA_PRIO_HIGH) 2362 if (xfer->c_bio.flags & ATA_FUA)
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| ssl_old_test.c | 2594 BIO *c_bio = NULL; local 2619 c_bio = BIO_new(BIO_f_ssl()); 2621 if ((c_bio == NULL) || (s_bio == NULL)) { 2629 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE); 2672 i = (int)BIO_pending(c_bio); 2696 i = BIO_write(c_bio, cbuf, j); 2700 if (BIO_should_retry(c_bio)) { 2701 if (BIO_should_read(c_bio)) 2703 if (BIO_should_write(c_bio)) 2725 i = BIO_read(c_bio, cbuf, bufsiz) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| ssl_old_test.c | 2605 BIO *c_bio = NULL; local 2630 c_bio = BIO_new(BIO_f_ssl()); 2632 if ((c_bio == NULL) || (s_bio == NULL)) { 2640 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE); 2683 i = (int)BIO_pending(c_bio); 2707 i = BIO_write(c_bio, cbuf, j); 2711 if (BIO_should_retry(c_bio)) { 2712 if (BIO_should_read(c_bio)) 2714 if (BIO_should_write(c_bio)) 2736 i = BIO_read(c_bio, cbuf, bufsiz) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssltest_old.c | 2580 BIO *c_bio = NULL; local 2605 c_bio = BIO_new(BIO_f_ssl()); 2607 if ((c_bio == NULL) || (s_bio == NULL)) { 2615 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE); 2658 i = (int)BIO_pending(c_bio); 2682 i = BIO_write(c_bio, cbuf, j); 2686 if (BIO_should_retry(c_bio)) { 2687 if (BIO_should_read(c_bio)) 2689 if (BIO_should_write(c_bio)) 2711 i = BIO_read(c_bio, cbuf, bufsiz) [all...] |
| /src/sys/dev/ic/ |
| siisata.c | 1180 struct ata_bio *ata_bio = &xfer->c_bio; 1200 struct ata_bio *ata_bio = &xfer->c_bio; 1247 if (xfer->c_bio.flags & ATA_ITSDONE) 1253 if ((xfer->c_bio.flags & ATA_ITSDONE) == 0) { 1277 struct ata_bio *ata_bio = &xfer->c_bio; 1318 struct ata_bio *ata_bio = &xfer->c_bio;
|
| mvsata.c | 993 struct ata_bio *ata_bio = &xfer->c_bio; 1021 struct ata_bio *ata_bio = &xfer->c_bio; 1264 return (xfer->c_bio.flags & ATA_ITSDONE) ? ATAPOLL_DONE : ATAPOLL_AGAIN; 1272 struct ata_bio *ata_bio = &xfer->c_bio; 1406 struct ata_bio *ata_bio = &xfer->c_bio; 1451 struct ata_bio *ata_bio = &xfer->c_bio; 2641 struct ata_bio *ata_bio = &xfer->c_bio; 2804 ata_bio = &xfer->c_bio; 2890 mvsata_dma_bufunload(mvport, i, xfer->c_bio.flags); 3550 struct ata_bio *ata_bio = &xfer->c_bio; [all...] |
| ahcisata_core.c | 1407 struct ata_bio *ata_bio = &xfer->c_bio; 1427 struct ata_bio *ata_bio = &xfer->c_bio; 1487 if (xfer->c_bio.flags & ATA_ITSDONE) 1501 if ((xfer->c_bio.flags & ATA_ITSDONE) == 0) { 1502 xfer->c_bio.error = TIMEOUT; 1520 struct ata_bio *ata_bio = &xfer->c_bio; 1555 struct ata_bio *ata_bio = &xfer->c_bio;
|