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

/freebsd-13-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-13-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h316 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ member in struct:dn_sch_inst
H A Dip_dummynet.c874 offsetof(struct dn_sch_inst, si_next),
/freebsd-13-stable/sbin/fsck_ffs/
H A Dsuj.c73 LIST_ENTRY(suj_ino) si_next;
218 LIST_FOREACH(sino, hd, si_next)
229 LIST_INSERT_HEAD(hd, sino, si_next);
1496 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next)
1511 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) {
1531 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) {
1565 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next)

Completed in 55 milliseconds