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

/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dinput.c343 int si_next; member in struct:symit_data
381 si->si_next = 0;
397 for (; si->si_next < si->si_nument; si->si_next++) {
398 gelf_getsym(si->si_symd, si->si_next, &si->si_cursym);
399 gelf_getsym(si->si_symd, si->si_next, &sym);
414 si->si_next++;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c108 struct syncinfo_s *si_next; member in struct:syncinfo_s
5809 syncinfo_t *si_next; local
5815 si_next = sie->si_next;
5952 sie = si_next;
5953 } while ( free_all && si_next );
7149 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next );
7150 sip->si_next = si;
7161 si->si_next
[all...]
H A Dbconfig.c1061 struct ServerID *si_next; member in struct:ServerID
1342 for ( si = sid_list; si; si=si->si_next ) {
1601 *sip = si->si_next;
1608 sip = &si->si_next;
2340 si->si_next = NULL;
2342 for ( sip = &sid_list; *sip; sip = &(*sip)->si_next );

Completed in 211 milliseconds