| /plan9/sys/src/cmd/cfs/ |
| H A D | bcache.c | 143 if(bwrite(bc, nb->bno, nb->data) < 0) in bcwrite() 155 if(bwrite(bc, b->bno, b->data) < 0) in bcwrite() 190 bwrite(Bcache *bc, ulong bno, void *buf) in bwrite() function
|
| H A D | bcache.h | 42 int bwrite(Bcache*, ulong, void*);
|
| /plan9/sys/src/cmd/iostats/ |
| H A D | statfs.h | 32 ulong bwrite; member 76 ulong bwrite; member
|
| H A D | iostats.c | 255 fr->nwrite, fr->bwrite, s); in main() 349 new->bwrite = 0; in newfid() 574 fr->bwrite += f->bwrite; in fidreport() 587 fr->bwrite = f->bwrite; in fidreport()
|
| /plan9/sys/src/9/ip/ |
| H A D | netdevmedium.c | 32 .bwrite= netdevbwrite, 94 devtab[er->mchan->type]->bwrite(er->mchan, bp, 0); in netdevbwrite()
|
| H A D | nullmedium.c | 32 .bwrite= nullbwrite,
|
| H A D | ethermedium.c | 53 .bwrite= etherbwrite, 70 .bwrite= etherbwrite, 315 devtab[er->mchan4->type]->bwrite(er->mchan4, bp, 0); in etherbwrite() 320 devtab[er->mchan6->type]->bwrite(er->mchan6, bp, 0); in etherbwrite() 500 devtab[er->achan->type]->bwrite(er->achan, bp, 0); in sendarp() 575 devtab[er->achan->type]->bwrite(er->achan, bp, 0); in sendgarp() 670 devtab[er->achan->type]->bwrite(er->achan, rbp, 0); in recvarp()
|
| H A D | pktmedium.c | 25 .bwrite= pktbwrite,
|
| H A D | loopbackmedium.c | 113 .bwrite= loopbackbwrite,
|
| H A D | ipv6.c | 121 ifc->m->bwrite(ifc, bp, V6, gate); in ipoput6() 212 ifc->m->bwrite(ifc, nb, V6, gate); in ipoput6()
|
| H A D | ip.c | 212 ifc->m->bwrite(ifc, bp, V4, gate); in ipoput4() 297 ifc->m->bwrite(ifc, nb, V4, gate); in ipoput4()
|
| H A D | ip.h | 234 void (*bwrite)(Ipifc *ifc, Block *b, int version, uchar *ip); member
|
| /plan9/sys/src/cmd/cdfs/ |
| H A D | fns.h | 6 long bwrite(Buf*, void*, long);
|
| H A D | buf.c | 66 bwrite(Buf *b, void *v, long n) in bwrite() function
|
| /plan9/sys/src/libbio/ |
| H A D | mkfile | 20 bwrite.$O\
|
| /plan9/sys/src/cmd/usb/ether/ |
| H A D | ether.h | 55 long (*bwrite)(Ether*, Buf*); member
|
| H A D | ether.c | 962 if(e->bwrite(e, bp) < 0) in etherwriteproc() 1216 if(e->bwrite == nil) in ethermain() 1217 e->bwrite = etherbwrite; in ethermain()
|
| H A D | smsc.c | 393 ether->bwrite = smscbwrite; in smscreset()
|
| H A D | asix.c | 481 ether->bwrite = asixbwrite; in asixreset()
|
| /plan9/sys/src/cmd/vnc/ |
| H A D | compat.h | 76 long (*bwrite)(Chan*, Block*, ulong); member
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 227 long (*bwrite)(Chan*, Block*, ulong); member
|
| /plan9/sys/src/9/bcm/ |
| H A D | etherusb.c | 185 devtab[c->type]->bwrite(c, b, 0); in transmit()
|
| /plan9/sys/src/cmd/venti/srv/ |
| H A D | buildindex.c | 355 bwrite(Buf *buf, IEntry *ie) in bwrite() function 859 bwrite(&buf[i], &ie); in isectproc()
|
| /plan9/sys/src/9/port/ |
| H A D | devaoe.c | 562 devtab[f->nl->dc->type]->bwrite(f->nl->dc, allocfb(f), 0); in resend() 596 devtab[nl->dc->type]->bwrite(nl->dc, b, 0); in discover() 1038 devtab[f->nl->dc->type]->bwrite(f->nl->dc, allocfb(f), 0); in atarw() 1460 devtab[f->nl->dc->type]->bwrite(f->nl->dc, allocfb(f), 0); in configwrite() 1831 devtab[f->nl->dc->type]->bwrite(f->nl->dc, b, 0); in ataident()
|
| H A D | devbridge.c | 1087 devtab[port->data[1]->type]->bwrite(port->data[1], bp, 0); in etherwrite() 1154 devtab[port->data[1]->type]->bwrite(port->data[1], nb, 0); in etherwrite()
|