sem.c | 1189 struct devbase **ab, int *atunit) 1198 *atunit = -1; 1201 if (split(at, strlen(at), atbuf, sizeof atbuf, atunit)) { 1278 int atunit, first; local in function:adddev 1284 attr = finddevattr(name, at, ib, &ab, &atunit); 1321 p = getpspec(attr, ab, atunit, first); 1933 getpspec(struct attr *attr, struct devbase *ab, int atunit, int first) 1941 p->p_atunit == atunit) { 1957 p->p_atunit = atunit;
|