Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.h45 Dwarf_Loc_Chain lc_next; member
H A Ddwarf_loc.c473 prev_loc->lc_next = curr_loc; in _dwarf_get_locdesc()
493 curr_loc = curr_loc->lc_next; in _dwarf_get_locdesc()
/titanic_50/usr/src/cmd/dlstat/
H A Ddlstat.c62 struct link_chain_s *lc_next; member
899 link_curr = link_curr->lc_next) { in get_link_prev_stat()
911 link_curr->lc_next = state->ls_linkchain; in get_link_prev_stat()
938 lcurr = lcurr->lc_next; in cleanup_removed_links()
943 state->ls_linkchain = lcurr->lc_next; in cleanup_removed_links()
945 lprev->lc_next = lcurr->lc_next; in cleanup_removed_links()
948 lcurr = lcurr->lc_next; in cleanup_removed_links()
/titanic_50/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c121 struct lib_cache *lc_next; member
1860 entry = entry->lc_next; in lookup_cache()
1889 entry->lc_next = lib_cache; in update_cache()
1902 next = entry->lc_next; in destroy_cache()