HomeSort by: relevance | last modified time | path
    Searched refs:c_bio (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ata/
wd.c 692 KASSERT(bp == xfer->c_bio.bp || xfer->c_bio.bp == NULL);
699 memset(&xfer->c_bio, 0, sizeof(xfer->c_bio));
702 xfer->c_bio.blkno = bp->b_rawblkno;
703 xfer->c_bio.bcount = bp->b_bcount;
704 xfer->c_bio.databuf = bp->b_data;
705 xfer->c_bio.blkdone = 0;
706 xfer->c_bio.bp = bp;
710 KASSERT(xfer->c_skip < xfer->c_bio.bcount)
    [all...]
ata_wdc.c 151 struct ata_bio *ata_bio = &xfer->c_bio;
182 struct ata_bio *ata_bio = &xfer->c_bio;
340 struct ata_bio *ata_bio = &xfer->c_bio;
620 return (xfer->c_bio.flags & ATA_ITSDONE) ? ATAPOLL_DONE : ATAPOLL_AGAIN;
628 struct ata_bio *ata_bio = &xfer->c_bio;
793 struct ata_bio *ata_bio = &xfer->c_bio;
825 struct ata_bio *ata_bio = &xfer->c_bio;
atavar.h 151 struct ata_bio c_bio; /* ATA transfer */ member in union:ata_xfer::__anon3
159 #define c_bio u.c_bio macro
satafis_subr.c 103 struct ata_bio *ata_bio = &xfer->c_bio;
ata.c 2380 if (xfer->c_bio.flags & ATA_FUA
2387 *cmd = (xfer->c_bio.flags & ATA_READ) ?
2396 if (xfer->c_bio.flags & ATA_PRIO_HIGH)
2400 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 994 struct ata_bio *ata_bio = &xfer->c_bio;
1022 struct ata_bio *ata_bio = &xfer->c_bio;
1260 return (xfer->c_bio.flags & ATA_ITSDONE) ? ATAPOLL_DONE : ATAPOLL_AGAIN;
1268 struct ata_bio *ata_bio = &xfer->c_bio;
1402 struct ata_bio *ata_bio = &xfer->c_bio;
1447 struct ata_bio *ata_bio = &xfer->c_bio;
2637 struct ata_bio *ata_bio = &xfer->c_bio;
2800 ata_bio = &xfer->c_bio;
2886 mvsata_dma_bufunload(mvport, i, xfer->c_bio.flags);
3546 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;

Completed in 73 milliseconds