Lines Matching defs:firsti
109 struct devi *firsti, *i;
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;
1371 if ((firsti = ht_lookup(devitab, name)) == NULL) {
1375 if (at == NULL && firsti->i_at == NULL) {
1377 remove_devi(firsti);
1380 for (i = firsti; i != NULL; i = i->i_alias)
1658 struct devi *firsti, *i;
1668 firsti = ht_lookup(devitab, name);
1669 if (firsti == NULL) {
1675 for (i = firsti; i != NULL; i = i->i_alias)
1975 struct devi *i, *firsti;
1993 firsti = ht_lookup(devitab, name);
1995 if (firsti == NULL) {
2001 while (firsti->i_alias)
2002 firsti = firsti->i_alias;
2003 firsti->i_alias = i;