/src/usr.bin/config/ |
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...] |
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...] |
/src/sys/dev/pcmcia/ |
if_ray.c | 1059 u_int firsti, hinti, previ, i, pcount; local in function:ray_intr_start 1076 firsti = i = previ = RAY_CCS_LINK_NULL; 1187 if (firsti == RAY_CCS_LINK_NULL) 1188 firsti = i; 1246 if (firsti == RAY_CCS_LINK_NULL) 1258 ray_free_ccs_chain(sc, firsti); 1265 firsti)); 1266 SRAM_WRITE_1(sc, RAY_SCB_CCSI, firsti);
|
if_ray.c | 1059 u_int firsti, hinti, previ, i, pcount; local in function:ray_intr_start 1076 firsti = i = previ = RAY_CCS_LINK_NULL; 1187 if (firsti == RAY_CCS_LINK_NULL) 1188 firsti = i; 1246 if (firsti == RAY_CCS_LINK_NULL) 1258 ray_free_ccs_chain(sc, firsti); 1265 firsti)); 1266 SRAM_WRITE_1(sc, RAY_SCB_CCSI, firsti);
|