| /plan9/sys/src/cmd/iostats/ |
| H A D | statfs.h | 31 ulong bread; member 75 ulong bread; member
|
| H A D | iostats.c | 254 fprint(2, "%5lud %8lud %8lud %8lud %8lud %s\n", fr->opens, fr->nread, fr->bread, in main() 348 new->bread = 0; in newfid() 573 fr->bread += f->bread; in fidreport() 586 fr->bread = f->bread; in fidreport()
|
| H A D | statsrv.c | 609 f->bread += r; in slaveread()
|
| /plan9/sys/src/cmd/cdfs/ |
| H A D | fns.h | 2 long bread(Buf*, void*, long, vlong);
|
| H A D | buf.c | 33 bread(Buf *b, void *v, long n, vlong off) in bread() function
|
| H A D | main.c | 663 return bread(t->buf, v, n, off); in bufread()
|
| /plan9/sys/src/cmd/cfs/ |
| H A D | bcache.c | 99 if(bread(bc, bno, b->data) < 0){ in bcread() 177 bread(Bcache *bc, ulong bno, void *buf) in bread() function
|
| H A D | bcache.h | 41 int bread(Bcache*, ulong, void*);
|
| /plan9/sys/src/libbio/ |
| H A D | mkfile | 18 bread.$O\
|
| /plan9/sys/src/cmd/usb/ether/ |
| H A D | ether.h | 54 long (*bread)(Ether*, Buf*); member
|
| H A D | ether.c | 1009 if(e->bread(e, bp) < 0){ in etherreadproc() 1218 if(e->bread == nil) in ethermain() 1219 e->bread = etherbread; in ethermain()
|
| H A D | smsc.c | 392 ether->bread = smscbread; in smscreset()
|
| H A D | asix.c | 480 ether->bread = asixbread; in asixreset()
|
| /plan9/sys/src/cmd/disk/kfs/ |
| H A D | dat.h | 57 Filter bread; /* getbufs that miss and read */ member
|
| H A D | iobuf.c | 118 cons.bread.count++; in getbuf()
|
| H A D | main.c | 398 dofilter(&cons.bread); in consinit()
|
| H A D | con.c | 84 cprint(" read = %A iops\n", (Filta){&cons.bread, 1}); in cmd_stats()
|
| /plan9/sys/src/9/ip/ |
| H A D | netdevmedium.c | 117 bp = devtab[er->mchan->type]->bread(er->mchan, ifc->maxtu, 0); in netdevread()
|
| H A D | ethermedium.c | 347 bp = devtab[er->mchan4->type]->bread(er->mchan4, ifc->maxtu, 0); in etherread4() 386 bp = devtab[er->mchan6->type]->bread(er->mchan6, ifc->maxtu, 0); in etherread6() 588 ebp = devtab[er->achan->type]->bread(er->achan, ifc->maxtu, 0); in recvarp()
|
| /plan9/sys/src/cmd/vnc/ |
| H A D | compat.h | 74 Block* (*bread)(Chan*, long, ulong); member
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 225 Block* (*bread)(Chan*, long, ulong); member
|
| H A D | devmnt.c | 852 b = devtab[m->c->type]->bread(m->c, m->msize, 0); in doread()
|
| /plan9/sys/src/9/bcm/ |
| H A D | etherusb.c | 242 b = devtab[c->type]->bread(c, ctlr->bufsize, 0); in etherusbproc()
|
| /plan9/sys/src/9/port/ |
| H A D | portdat.h | 254 Block* (*bread)(Chan*, long, ulong); member
|
| H A D | devbridge.c | 984 bp = devtab[port->data[0]->type]->bread(port->data[0], in etherread()
|