sem.c | 109 struct devi *firsti, *i; local in function:makedevstack 112 for (firsti = d->d_ihead; firsti != NULL; firsti = firsti->i_bsame) 113 for (i = firsti; i != NULL; i = i->i_alias) 1349 struct devi *firsti, *i; local in function:deldevi 1371 if ((firsti = ht_lookup(devitab, name)) == NULL) { 1375 if (at == NULL && firsti->i_at == NULL) { 1377 remove_devi(firsti); 1658 struct devi *firsti, *i; local in function:deldev 1975 struct devi *i, *firsti; local in function:getdevi [all...] |