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

/freebsd-10-stable/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-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h312 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ member in struct:dn_sch_inst
H A Dip_dummynet.c858 offsetof(struct dn_sch_inst, si_next),
/freebsd-10-stable/sbin/fsck_ffs/
H A Dsuj.c74 LIST_ENTRY(suj_ino) si_next;
295 LIST_FOREACH(sino, hd, si_next)
306 LIST_INSERT_HEAD(hd, sino, si_next);
1765 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next)
1780 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) {
1800 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) {
1834 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next)

Completed in 138 milliseconds