Home
last modified time | relevance | path

Searched refs:lc_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c70 struct link_chain_s *lc_next; member
905 link_curr = link_curr->lc_next) { in get_link_prev_stat()
917 link_curr->lc_next = state->ls_linkchain; in get_link_prev_stat()
944 lcurr = lcurr->lc_next; in cleanup_removed_links()
949 state->ls_linkchain = lcurr->lc_next; in cleanup_removed_links()
951 lprev->lc_next = lcurr->lc_next; in cleanup_removed_links()
954 lcurr = lcurr->lc_next; in cleanup_removed_links()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.h46 Dwarf_Loc_Chain lc_next; member
H A Ddwarf_loc.c135 Dwarf_Loc_Chain next = cur->lc_next; in _dwarf_free_op_chain()
267 prev_loc->lc_next = new_loc; in _dwarf_get_locdesc()
290 new_loc = prev_loc->lc_next; in _dwarf_get_locdesc()
1322 prev_loc->lc_next = new_loc; in _dwarf_fill_in_locdesc_op_c()
1335 new_loc = prev_loc->lc_next; in _dwarf_fill_in_locdesc_op_c()
1355 new_loc = prev_loc->lc_next; in _dwarf_fill_in_locdesc_op_c()
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c125 struct lib_cache *lc_next; member
1866 entry = entry->lc_next; in lookup_cache()
1895 entry->lc_next = lib_cache; in update_cache()
1908 next = entry->lc_next; in destroy_cache()