Home
last modified time | relevance | path

Searched defs:vbuf (Results 1 – 18 of 18) sorted by relevance

/plan9/sys/src/libc/port/
H A Dcrypt.c20 encrypt(void *key, void *vbuf, int n) in encrypt()
47 decrypt(void *key, void *vbuf, int n) in decrypt()
/plan9/sys/src/cmd/unix/drawterm/libc/
H A Dcrypt.c20 encrypt(void *key, void *vbuf, int n) in encrypt()
47 decrypt(void *key, void *vbuf, int n) in decrypt()
/plan9/sys/src/libflate/
H A Dadler.c12 adler32(ulong adler, void *vbuf, int n) in adler32()
H A Dcrc.c30 blockcrc(ulong *crctab, ulong crc, void *vbuf, int n) in blockcrc()
/plan9/sys/src/cmd/gs/src/
H A Dgdevpdtc.c43 process_composite_text(gs_text_enum_t *pte, void *vbuf, uint bsize) in process_composite_text()
560 process_cmap_text(gs_text_enum_t *penum, void *vbuf, uint bsize) in process_cmap_text()
587 process_cid_text(gs_text_enum_t *pte, void *vbuf, uint bsize) in process_cid_text()
H A Dgdevrinkj.c1049 byte vbuf[4]; in rinkj_write_image_data() local
1077 byte vbuf[4]; in rinkj_write_image_data() local
1105 byte vbuf[4]; in rinkj_write_image_data() local
H A Dgdevpdte.c1027 process_plain_text(gs_text_enum_t *pte, void *vbuf, uint bsize) in process_plain_text()
/plan9/sys/src/cmd/unix/9pfreebsd/mount_9fs/
H A Dcrypt.c28 encrypt9(void *key, void *vbuf, int n) in encrypt9()
54 decrypt(void *key, void *vbuf, int n) in decrypt()
/plan9/sys/src/cmd/9nfs/
H A Dserver.c340 readtcp(int fd, void *vbuf, long blen) in readtcp()
369 writetcp(int fd, void *vbuf, long len) in writetcp()
/plan9/sys/src/cmd/unix/
H A Dnetkey.c122 encrypt9(void *key, void *vbuf, int n) in encrypt9()
148 decrypt(void *key, void *vbuf, int n) in decrypt()
/plan9/sys/src/libhttpd/
H A Dhio.c450 hwrite(Hio *h, void *vbuf, int len) in hwrite()
/plan9/sys/src/cmd/unix/u9fs/
H A Dauthp9any.c102 encrypt9p(void *key, void *vbuf, int n) in encrypt9p()
128 decrypt9p(void *key, void *vbuf, int n) in decrypt9p()
/plan9/sys/src/cmd/ext2srv/
H A Dext2subs.c420 readfile(Xfile *f, void *vbuf, vlong offset, long count) in readfile()
481 readdir(Xfile *f, void *vbuf, vlong offset, long count) in readdir()
674 writefile(Xfile *f, void *vbuf, vlong offset, long count) in writefile()
/plan9/sys/src/9/pcboot/
H A Dbootld.c685 bootpass(Boot *b, void *vbuf, int nbuf) in bootpass()
H A Dtrap.c107 irqallocread(Chan*, void *vbuf, long n, vlong offset) in irqallocread()
/plan9/sys/src/cmd/jpg/
H A Dreadpng.c339 zwrite(void *vz, void *vbuf, int n) in zwrite()
/plan9/sys/src/9/pc/
H A Dtrap.c105 irqallocread(Chan*, void *vbuf, long n, vlong offset) in irqallocread()
/plan9/sys/src/cmd/auth/
H A Dkeyfs.c685 passline(Biobuf *b, void *vbuf) in passline()