Searched refs:si_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c339 int si_next; member in struct:symit_data
377 si->si_next = 0;
393 for (; si->si_next < si->si_nument; si->si_next++) {
394 gelf_getsym(si->si_symd, si->si_next, &si->si_cursym);
395 gelf_getsym(si->si_symd, si->si_next, &sym);
410 si->si_next++;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_private.h298 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ member in struct:dn_sch_inst
H A Dip_dummynet.c726 offsetof(struct dn_sch_inst, si_next),
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dsuj.c74 LIST_ENTRY(suj_ino) si_next;
294 LIST_FOREACH(sino, hd, si_next)
305 LIST_INSERT_HEAD(hd, sino, si_next);
1764 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next)
1779 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) {
1799 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) {
1833 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next)

Completed in 184 milliseconds