Searched refs:si_next (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | input.c | 339 int si_next; member 377 si->si_next = 0; in symit_reset() 393 for (; si->si_next < si->si_nument; si->si_next++) { in symit_next() 394 gelf_getsym(si->si_symd, si->si_next, &si->si_cursym); in symit_next() 395 gelf_getsym(si->si_symd, si->si_next, &sym); in symit_next() 410 si->si_next++; in symit_next()
|
/freebsd/sbin/fsck_ffs/ |
H A D | suj.c | 71 LIST_ENTRY(suj_ino) si_next; 217 LIST_FOREACH(sino, hd, si_next) in ino_lookup() 228 LIST_INSERT_HEAD(hd, sino, si_next); in ino_lookup() 1556 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) in cg_build() 1571 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) { in cg_trunc() 1591 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) { in cg_adj_blk() 1625 LIST_FOREACH(sino, &sc->sc_inohash[i], si_next) in cg_check_ino()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_private.h | 306 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */
|
H A D | ip_dummynet.c | 884 offsetof(struct dn_sch_inst, si_next), in schk_new()
|