Home
last modified time | relevance | path

Searched refs:firsti (Results 1 – 2 of 2) sorted by relevance

/netbsd/usr.bin/config/
H A Dsem.c109 struct devi *firsti, *i; in makedevstack() local
112 for (firsti = d->d_ihead; firsti != NULL; firsti = firsti->i_bsame) in makedevstack()
1349 struct devi *firsti, *i; in deldevi() local
1377 remove_devi(firsti); in deldevi()
1658 struct devi *firsti, *i; in deldev() local
1669 if (firsti == NULL) { in deldev()
1975 struct devi *i, *firsti; in getdevi() local
1995 if (firsti == NULL) { in getdevi()
2001 while (firsti->i_alias) in getdevi()
2002 firsti = firsti->i_alias; in getdevi()
[all …]
/netbsd/sys/dev/pcmcia/
H A Dif_ray.c1059 u_int firsti, hinti, previ, i, pcount; in ray_intr_start() local
1076 firsti = i = previ = RAY_CCS_LINK_NULL; in ray_intr_start()
1187 if (firsti == RAY_CCS_LINK_NULL) in ray_intr_start()
1188 firsti = i; in ray_intr_start()
1246 if (firsti == RAY_CCS_LINK_NULL) in ray_intr_start()
1258 ray_free_ccs_chain(sc, firsti); in ray_intr_start()
1265 firsti)); in ray_intr_start()
1266 SRAM_WRITE_1(sc, RAY_SCB_CCSI, firsti); in ray_intr_start()