HomeSort by: relevance | last modified time | path
    Searched refs:firsti (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
sem.c 109 struct devi *firsti, *i; local
112 for (firsti = d->d_ihead; firsti != NULL; firsti = firsti->i_bsame)
113 for (i = firsti; i != NULL; i = i->i_alias)
1354 struct devi *firsti, *i; local
1376 if ((firsti = ht_lookup(devitab, name)) == NULL) {
1380 if (at == NULL && firsti->i_at == NULL) {
1382 remove_devi(firsti);
1663 struct devi *firsti, *i; local
1980 struct devi *i, *firsti; local
    [all...]
  /src/sys/dev/pcmcia/
if_ray.c 1059 u_int firsti, hinti, previ, i, pcount; local
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);

Completed in 16 milliseconds