Symbol: Read
stand/boot/efi/loader/arch/x86_64/framebuffer.c
143
status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
stand/boot/efi/loader/arch/x86_64/framebuffer.c
156
status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
sys/dev/raid/asr/asr.c
1402
I2O_PARAM_READ_OPERATION_RESULT Read;
sys/dev/raid/asr/asr.c
1634
I2O_PARAM_READ_OPERATION_RESULT Read;
sys/dev/raid/asr/asr.c
1660
I2O_PARAM_READ_OPERATION_RESULT Read;
sys/dev/raid/asr/asr.c
2474
I2O_PARAM_READ_OPERATION_RESULT Read;
test/interbench/hackbench.c
159
if (Read(readyfds[0], &dummy, 1) != 1)
test/interbench/hackbench.c
89
ret = Read(in_fd, data + done, DATASIZE - done);
test/interbench/interbench.c
1247
retval = Read(pype, &buf, sizeof(buf));
test/interbench/interbench.c
706
while ((rd = Read(tmp , buf, bsize)) > 0);
test/interbench/interbench.h
10
extern inline ssize_t Read(int fd, void *buf, size_t count);
usr.sbin/ppp/bundle.c
856
bundle.desc.Read = bundle_DescriptorRead;
usr.sbin/ppp/ccp.c
759
bp = (*algorithm[l->ccp.in.algorithm]->i.Read)
usr.sbin/ppp/ccp.h
135
struct mbuf *(*Read)(void *, struct ccp *, u_short *, struct mbuf *);
usr.sbin/ppp/chap.c
669
chap->desc.Read = chap_Read;
usr.sbin/ppp/chat.c
550
c->desc.Read = chat_Read;
usr.sbin/ppp/datalink.c
1331
dl->desc.Read = datalink_Read;
usr.sbin/ppp/datalink.c
802
dl->desc.Read = datalink_Read;
usr.sbin/ppp/datalink.c
882
dl->desc.Read = datalink_Read;
usr.sbin/ppp/descriptor.h
47
void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/descriptor.h
53
#define descriptor_Read(d, b, f) ((*(d)->Read)(d, b, f))
usr.sbin/ppp/ether.c
652
p->desc.Read = ether_DescriptorRead;
usr.sbin/ppp/mp.c
1101
s->desc.Read = mpserver_Read;
usr.sbin/ppp/netgraph.c
717
p->desc.Read = ng_DescriptorRead;
usr.sbin/ppp/physical.c
149
p->desc.Read = physical_DescriptorRead;
usr.sbin/ppp/physical.c
582
p->desc.Read = physical_DescriptorRead;
usr.sbin/ppp/prompt.c
320
p->desc.Read = prompt_Read;
usr.sbin/ppp/radius.c
617
r->desc.Read = radius_Read;