/plan9/sys/src/9/mtx/ |
H A D | devether.c | 20 Chan *chan; in etherattach() local 39 etherwalk(Chan* chan, Chan* nchan, char** name, int nname) in etherwalk() 45 etherstat(Chan* chan, uchar* dp, int n) in etherstat() 51 etheropen(Chan* chan, int omode) in etheropen() 62 etherclose(Chan* chan) in etherclose() 68 etherread(Chan* chan, void* buf, long n, vlong off) in etherread() 89 etherbread(Chan* chan, long n, ulong offset) in etherbread() 95 etherwstat(Chan* chan, uchar* dp, int n) in etherwstat() 238 etherwrite(Chan* chan, void* buf, long n, vlong) in etherwrite() 280 etherbwrite(Chan* chan, Block* bp, ulong) in etherbwrite()
|
/plan9/sys/src/9/ppc/ |
H A D | devether.c | 21 Chan *chan; in etherattach() local 40 etherwalk(Chan* chan, Chan* nchan, char** name, int nname) in etherwalk() 46 etherstat(Chan* chan, uchar* dp, int n) in etherstat() 52 etheropen(Chan* chan, int omode) in etheropen() 63 etherclose(Chan* chan) in etherclose() 69 etherread(Chan* chan, void* buf, long n, vlong off) in etherread() 90 etherbread(Chan* chan, long n, ulong offset) in etherbread() 96 etherwstat(Chan* chan, uchar* dp, int n) in etherwstat() 238 etherwrite(Chan* chan, void* buf, long n, vlong) in etherwrite() 278 etherbwrite(Chan* chan, Block* bp, ulong) in etherbwrite()
|
/plan9/sys/src/9/omap/ |
H A D | devether.c | 21 Chan *chan; in etherattach() local 47 etherwalk(Chan* chan, Chan* nchan, char** name, int nname) in etherwalk() 53 etherstat(Chan* chan, uchar* dp, int n) in etherstat() 59 etheropen(Chan* chan, int omode) in etheropen() 70 etherclose(Chan* chan) in etherclose() 76 etherread(Chan* chan, void* buf, long n, vlong off) in etherread() 97 etherbread(Chan* chan, long n, ulong offset) in etherbread() 103 etherwstat(Chan* chan, uchar* dp, int n) in etherwstat() 246 etherwrite(Chan* chan, void* buf, long n, vlong) in etherwrite() 294 etherbwrite(Chan* chan, Block* bp, ulong) in etherbwrite()
|
/plan9/sys/src/9/teg2/ |
H A D | devether.c | 19 Chan *chan; in etherattach() local 45 etherwalk(Chan* chan, Chan* nchan, char** name, int nname) in etherwalk() 51 etherstat(Chan* chan, uchar* dp, int n) in etherstat() 57 etheropen(Chan* chan, int omode) in etheropen() 68 etherclose(Chan* chan) in etherclose() 74 etherread(Chan* chan, void* buf, long n, vlong off) in etherread() 95 etherbread(Chan* chan, long n, ulong offset) in etherbread() 101 etherwstat(Chan* chan, uchar* dp, int n) in etherwstat() 244 etherwrite(Chan* chan, void* buf, long n, vlong) in etherwrite() 292 etherbwrite(Chan* chan, Block* bp, ulong) in etherbwrite()
|
/plan9/sys/src/9/kw/ |
H A D | devether.c | 21 Chan *chan; in etherattach() local 47 etherwalk(Chan* chan, Chan* nchan, char** name, int nname) in etherwalk() 53 etherstat(Chan* chan, uchar* dp, int n) in etherstat() 59 etheropen(Chan* chan, int omode) in etheropen() 70 etherclose(Chan* chan) in etherclose() 76 etherread(Chan* chan, void* buf, long n, vlong off) in etherread() 97 etherbread(Chan* chan, long n, ulong offset) in etherbread() 103 etherwstat(Chan* chan, uchar* dp, int n) in etherwstat() 248 etherwrite(Chan* chan, void* buf, long n, vlong) in etherwrite() 296 etherbwrite(Chan* chan, Block* bp, ulong) in etherbwrite()
|
/plan9/sys/src/9/pc/ |
H A D | devether.c | 21 Chan *chan; in etherattach() local 45 etherwalk(Chan* chan, Chan* nchan, char** name, int nname) in etherwalk() 51 etherstat(Chan* chan, uchar* dp, int n) in etherstat() 57 etheropen(Chan* chan, int omode) in etheropen() 68 etherclose(Chan* chan) in etherclose() 74 etherread(Chan* chan, void* buf, long n, vlong off) in etherread() 95 etherbread(Chan* chan, long n, ulong offset) in etherbread() 101 etherwstat(Chan* chan, uchar* dp, int n) in etherwstat() 254 etherwrite(Chan* chan, void* buf, long n, vlong) in etherwrite() 302 etherbwrite(Chan* chan, Block* bp, ulong) in etherbwrite()
|
H A D | dma.c | 106 dmainit(int chan, int maxtransfer) in dmainit() 156 dmasetup(int chan, void *va, long len, int isread) in dmasetup() 207 dmadone(int chan) in dmadone() 225 dmaend(int chan) in dmaend()
|
/plan9/sys/src/cmd/cwfs/ |
H A D | 9p2.c | 131 version(Chan* chan, Fcall* f, Fcall* r) in version() 161 auth(Chan* chan, Fcall* f, Fcall* r) in auth() 218 authorize(Chan* chan, Fcall* f) in authorize() 271 attach(Chan* chan, Fcall* f, Fcall* r) in attach() 362 flush(Chan* chan, Fcall*, Fcall*) in flush() 531 walk(Chan* chan, Fcall* f, Fcall* r) in walk() 636 fs_open(Chan* chan, Fcall* f, Fcall* r) in fs_open() 790 fs_create(Chan* chan, Fcall* f, Fcall* r) in fs_create() 992 fs_read(Chan* chan, Fcall* f, Fcall* r, uchar* data) in fs_read() 1190 fs_write(Chan* chan, Fcall* f, Fcall* r) in fs_write() [all …]
|
/plan9/sys/src/cmd/disk/kfs/ |
H A D | 9p2.c | 16 fsversion(Chan* chan, Fcall* f, Fcall* r) in fsversion() 39 fsauth(Chan *chan, Fcall *f, Fcall *r) in fsauth() 190 checkattach(Chan *chan, File *afile, File *file, Filsys *fs) in checkattach() 227 fsattach(Chan* chan, Fcall* f, Fcall* r) in fsattach() 323 fsflush(Chan* chan, Fcall*, Fcall*) in fsflush() 492 fswalk(Chan* chan, Fcall* f, Fcall* r) in fswalk() 603 fsopen(Chan* chan, Fcall* f, Fcall* r) in fsopen() 801 fscreate(Chan* chan, Fcall* f, Fcall* r) in fscreate() 1009 fsread(Chan* chan, Fcall* f, Fcall* r) in fsread() 1204 fswrite(Chan* chan, Fcall* f, Fcall* r) in fswrite() [all …]
|
/plan9/sys/src/cmd/jpg/ |
H A D | onechan.c | 12 notrans(ulong chan) in notrans() 27 easycase(ulong chan) in easycase() 50 ulong chan, pixel; in load() local
|
H A D | writeppm.c | 25 ulong chan; in writedata() local 111 writeppm0(Biobuf *fd, Image *image, Memimage *memimage, Rectangle r, int chan, char *comment) in writeppm0()
|
H A D | multichan.c | 13 notrans(ulong chan) in notrans()
|
/plan9/sys/src/libmemdraw/ |
H A D | alloc.c | 24 allocmemimaged(Rectangle r, ulong chan, Memdata *md) in allocmemimaged() 67 allocmemimage(Rectangle r, ulong chan) in allocmemimage() 160 memsetchan(Memimage *i, ulong chan) in memsetchan()
|
H A D | cread.c | 14 ulong chan; in creadmemimage() local
|
/plan9/sys/src/cmd/unix/drawterm/libdraw/ |
H A D | alloc.c | 6 allocimage(Display *d, Rectangle r, ulong chan, int repl, ulong val) in allocimage() 12 _allocimage(Image *ai, Display *d, Rectangle r, ulong chan, int repl, ulong val, int screenid, int … in _allocimage() 104 ulong chan; in namedimage() local
|
/plan9/sys/src/libdraw/ |
H A D | alloc.c | 6 allocimage(Display *d, Rectangle r, ulong chan, int repl, ulong val) in allocimage() 17 _allocimage(Image *ai, Display *d, Rectangle r, ulong chan, int repl, ulong val, int screenid, int … in _allocimage() 109 ulong chan; in namedimage() local
|
H A D | creadimage.c | 13 ulong chan; in creadimage() local
|
/plan9/sys/src/cmd/unix/drawterm/libmemdraw/ |
H A D | alloc.c | 26 allocmemimaged(Rectangle r, ulong chan, Memdata *md, void *X) in allocmemimaged() 70 _allocmemimage(Rectangle r, ulong chan) in _allocmemimage() 163 memsetchan(Memimage *i, ulong chan) in memsetchan()
|
H A D | cread.c | 14 ulong chan; in creadmemimage() local
|
H A D | read.c | 11 ulong chan; in readmemimage() local
|
/plan9/sys/src/cmd/unix/drawterm/gui-win32/ |
H A D | alloc.c | 7 allocmemimage(Rectangle r, ulong chan) in allocmemimage()
|
/plan9/sys/src/cmd/unix/drawterm/gui-osx/ |
H A D | alloc.c | 7 allocmemimage(Rectangle r, ulong chan) in allocmemimage()
|
/plan9/sys/src/cmd/vnc/ |
H A D | color.c | 13 chan2fmt(Pixfmt *fmt, ulong chan) in chan2fmt() 115 ulong chan; in choosecolor() local
|
/plan9/sys/src/cmd/auth/secstore/ |
H A D | SConn.h | 8 void *chan; member
|
/plan9/sys/src/cmd/ssh1/ |
H A D | agent.c | 16 u32int chan; /* of remote */ member 199 u32int chan, len; in handleagentmsg() local 245 u32int chan, len, n, rt; in handlefullmsg() local
|