sem.c | 83 static struct devi *newdevi(const char *, int, struct devbase *d); 1159 newdevi(const char *name, int unit, struct devbase *d) function in typeref:struct:devi * 1821 i = newdevi(name, number - 1, d); /* foo 16 => "foo0..foo15" */ 1994 i = newdevi(name, unit, d);
|