Searched refs:devno (Results 1 – 17 of 17) sorted by relevance
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | devlfd.c | 17 c->type = devno('L', 0); in lfdchan()
|
| H A D | dev.c | 18 devno(int c, int user) in devno() function 132 c->type = devno(tc, 0); in devattach()
|
| H A D | devfs-posix.c | 80 static int devno; in fsattach() local 94 c->dev = devno++; in fsattach()
|
| H A D | devfs-win32.c | 97 static int devno; in fsattach() local 111 c->dev = devno++; in fsattach()
|
| H A D | fns.h | 70 int devno(int, int);
|
| H A D | sysfile.c | 207 d = devtab[devno('|', 0)]; in _syspipe() 681 ret = devno('M', 0); in bindmount()
|
| H A D | chan.c | 1097 t = devno(r, 1); in namec()
|
| /plan9/sys/src/cmd/vnc/ |
| H A D | dev.c | 18 devno(int c, int user) in devno() function 84 c->type = devno(tc, 0); in devattach()
|
| /plan9/sys/src/9/port/ |
| H A D | dev.c | 19 devno(int c, int user) in devno() function 134 c->type = devno(tc, 0); in devattach()
|
| H A D | sysfile.c | 195 d = devtab[devno('|', 0)]; in syspipe() 389 d->type = devno(GBIT16(p), 1); in dirfixed() 1028 ret = devno('M', 0); in bindmount()
|
| H A D | portfns.h | 70 int devno(int, int);
|
| H A D | devfs.c | 174 mkpath(int tree, int devno) in mkpath() argument 176 return (tree&0xFFFF)<<16 | devno&0xFFFF; in mkpath()
|
| H A D | chan.c | 1378 t = devno(r, 1); in namec()
|
| /plan9/sys/src/cmd/usb/serial/ |
| H A D | prolific.c | 204 revid(ulong devno) in revid() argument 206 switch(devno){ in revid()
|
| /plan9/sys/src/9/pcboot/ |
| H A D | dir.c | 167 d->type = devno(GBIT16(p), 1); in dirfixed()
|
| /plan9/sys/src/cmd/unix/drawterm/kern/unused/ |
| H A D | syscall.c | 257 c0 = (*devtab[devno('M', 0)].attach)(&mntparam); in sysmount()
|
| /plan9/sys/src/9/pc/ |
| H A D | devpccard.c | 1390 if ((n = devno(r, 1)) >= 0 && devtab[n]->config) in pccardwrite()
|