HomeSort by: relevance | last modified time | path
    Searched refs:si_next (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
input.c 343 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++;
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 121 struct syncinfo_s *si_next; member in struct:syncinfo_s
556 for ( sie = si->si_be->be_syncinfo; sie; sie = sie->si_next ) {
6028 syncinfo_t *si_next; local
6034 si_next = sie->si_next;
6179 sie = si_next;
6180 } while ( free_all && si_next );
7374 (*sip)->si_next && ( c->valx < 0 || i < c->valx );
7375 sip = &(*sip)->si_next, i++ )
7377 si->si_next = *sip
    [all...]
bconfig.c 1078 struct ServerID *si_next; member in struct:ServerID
1393 for ( si = sid_list; si; si=si->si_next ) {
1648 *sip = si->si_next;
1655 sip = &si->si_next;
2389 si->si_next = NULL;
2391 for ( sip = &sid_list; *sip; sip = &(*sip)->si_next );

Completed in 51 milliseconds