Home
last modified time | relevance | path

Searched refs:devno (Results 1 – 17 of 17) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevlfd.c17 c->type = devno('L', 0); in lfdchan()
H A Ddev.c18 devno(int c, int user) in devno() function
132 c->type = devno(tc, 0); in devattach()
H A Ddevfs-posix.c80 static int devno; in fsattach() local
94 c->dev = devno++; in fsattach()
H A Ddevfs-win32.c97 static int devno; in fsattach() local
111 c->dev = devno++; in fsattach()
H A Dfns.h70 int devno(int, int);
H A Dsysfile.c207 d = devtab[devno('|', 0)]; in _syspipe()
681 ret = devno('M', 0); in bindmount()
H A Dchan.c1097 t = devno(r, 1); in namec()
/plan9/sys/src/cmd/vnc/
H A Ddev.c18 devno(int c, int user) in devno() function
84 c->type = devno(tc, 0); in devattach()
/plan9/sys/src/9/port/
H A Ddev.c19 devno(int c, int user) in devno() function
134 c->type = devno(tc, 0); in devattach()
H A Dsysfile.c195 d = devtab[devno('|', 0)]; in syspipe()
389 d->type = devno(GBIT16(p), 1); in dirfixed()
1028 ret = devno('M', 0); in bindmount()
H A Dportfns.h70 int devno(int, int);
H A Ddevfs.c174 mkpath(int tree, int devno) in mkpath() argument
176 return (tree&0xFFFF)<<16 | devno&0xFFFF; in mkpath()
H A Dchan.c1378 t = devno(r, 1); in namec()
/plan9/sys/src/cmd/usb/serial/
H A Dprolific.c204 revid(ulong devno) in revid() argument
206 switch(devno){ in revid()
/plan9/sys/src/9/pcboot/
H A Ddir.c167 d->type = devno(GBIT16(p), 1); in dirfixed()
/plan9/sys/src/cmd/unix/drawterm/kern/unused/
H A Dsyscall.c257 c0 = (*devtab[devno('M', 0)].attach)(&mntparam); in sysmount()
/plan9/sys/src/9/pc/
H A Ddevpccard.c1390 if ((n = devno(r, 1)) >= 0 && devtab[n]->config) in pccardwrite()