Searched defs:lc_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.h45 Dwarf_Loc_Chain lc_next; member in struct:Dwarf_Loc_Chain_s
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c121 struct lib_cache *lc_next; member in struct:lib_cache
1860 entry = entry->lc_next;
1889 entry->lc_next = lib_cache;
1902 next = entry->lc_next;
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c62 struct link_chain_s *lc_next; member in struct:link_chain_s
899 link_curr = link_curr->lc_next) {
911 link_curr->lc_next = state->ls_linkchain;
938 lcurr = lcurr->lc_next;
943 state->ls_linkchain = lcurr->lc_next;
945 lprev->lc_next = lcurr->lc_next;
948 lcurr = lcurr->lc_next;

Completed in 111 milliseconds