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 496 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
504 readb = b->peer->ptr;
506 readb = b;
508 if (CRYPTO_THREAD_write_lock(readb->lock) == 0)
511 saved_idx = readb->rbuf.idx[1];
512 saved_count = readb->rbuf.count;
514 l = dgram_pair_read_inner(readb, (uint8_t *)&hdr, sizeof(hdr));
516 readb->rbuf.idx[1] = saved_idx;
517 readb->rbuf.count = saved_count;
519 CRYPTO_THREAD_unlock(readb->lock)
554 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
896 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
1059 struct bio_dgram_pair_st *b = bio->ptr, *readb; local
1223 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 18 milliseconds