| /src/sys/arch/emips/ebus/ |
| ace_ebus.c | 160 struct ace_bio sc_bio; /* current transfer */ member in struct:ace_softc 396 sc, bp, sc->sc_bio.flags, sc->sc_bio.databuf, 397 sc->sc_bio.blkno, sc->sc_bio.nbytes, 398 sc->sc_bio.nblks)); 400 sc->sc_bio.error = 0; 401 for (; sc->sc_bio.nblks > 0;) { 403 bnow = sc->sc_bio.nblks; 404 if (sc->sc_bio.flags & ATA_SINGLE [all...] |
| flash_ebus.c | 181 struct eflash_bio sc_bio; /* current transfer */ member in struct:eflash_softc 1606 sc->sc_bio.flags, sc->sc_bio.databuf, sc->sc_bio.blkno, 1607 sc->sc_bio.nbytes, sc->sc_bio.nblks)); 1609 sc->sc_bio.error = 0; 1610 for (; sc->sc_bio.nblks > 0;) { 1612 bnow = sc->sc_bio.nblks; 1613 if (sc->sc_bio.flags & ATA_SINGLE) bnow = 1 [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| dtls_mtu_test.c | 52 BIO *sc_bio = NULL; local 70 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) 105 reclen = BIO_read(sc_bio, buf, sizeof(buf));
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| dtls_mtu_test.c | 52 BIO *sc_bio = NULL; local 70 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) 105 reclen = BIO_read(sc_bio, buf, sizeof(buf));
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| dtls_mtu_test.c | 53 BIO *sc_bio = NULL; local 72 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) 107 reclen = BIO_read(sc_bio, buf, sizeof(buf));
|