HomeSort by: relevance | last modified time | path
    Searched defs:readb (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
io.c 95 readb(u_long addr) function
  /src/sys/arch/prep/stand/boot/
io.c 70 readb(u_long addr) function
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_dgram_pair.c 495 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
503 readb = b->peer->ptr;
505 readb = b;
507 if (CRYPTO_THREAD_write_lock(readb->lock) == 0)
510 saved_idx = readb->rbuf.idx[1];
511 saved_count = readb->rbuf.count;
513 l = dgram_pair_read_inner(readb, (uint8_t *)&hdr, sizeof(hdr));
515 readb->rbuf.idx[1] = saved_idx;
516 readb->rbuf.count = saved_count;
518 CRYPTO_THREAD_unlock(readb->lock)
553 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
895 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
1058 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
1222 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
transfer.c 3742 ssize_t rlength, readb; local
3762 readb = sread (dtp->u.p.current_unit->s, p, rlength);
3763 if (readb < 0)
3769 dtp->u.p.current_unit->bytes_left_subrecord -= readb;
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer.c 3685 ssize_t rlength, readb; local
3705 readb = sread (dtp->u.p.current_unit->s, p, rlength);
3706 if (readb < 0)
3712 dtp->u.p.current_unit->bytes_left_subrecord -= readb;

Completed in 23 milliseconds