Home
last modified time | relevance | path

Searched refs:ci_next (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c85 cip = cip->ci_next; in ibmf_ibt_async_handler()
143 cip = cip->ci_next; in ibmf_ibt_async_handler()
194 cip = cip->ci_next; in ibmf_i_callback_clients()
H A Dibmf_impl.c232 tcip->ci_next = cip->ci_next; in ibmf_fini()
236 ibmf_statep->ibmf_ci_list = cip->ci_next; in ibmf_fini()
237 tcip = cip->ci_next; in ibmf_fini()
392 cip = cip->ci_next; in ibmf_i_lookup_ci()
513 tcip = tcip->ci_next; in ibmf_i_get_ci()
518 cip->ci_next = NULL; in ibmf_i_get_ci()
524 ci_next = cip; in ibmf_i_get_ci()
3346 cip = cip->ci_next; in ibmf_i_is_ibmf_handle_valid()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h54 struct fmd_case_impl *ci_next; /* next pointer for hash bucket chain */ member
H A Dfmd_case.c204 for (cp = chp->ch_hash[i]; cp != NULL; cp = cp->ci_next) in fmd_case_hash_apply()
947 for (ncp = chp->ch_hash[i]; ncp != NULL; ncp = ncp->ci_next) in fmd_case_convict()
1158 for (cip = chp->ch_hash[h]; cip != NULL; cip = cip->ci_next) { in fmd_case_hash_lookup()
1185 for (eip = chp->ch_hash[h]; eip != NULL; eip = eip->ci_next) { in fmd_case_hash_insert()
1193 cip->ci_next = chp->ch_hash[h]; in fmd_case_hash_insert()
1219 for (cp = *pp; cp != NULL; cp = cp->ci_next) { in fmd_case_hash_delete()
1221 pp = &cp->ci_next; in fmd_case_hash_delete()
1231 *pp = cp->ci_next; in fmd_case_hash_delete()
1232 cp->ci_next = NULL; in fmd_case_hash_delete()
H A Dfmd_mdb.c817 OFFSETOF(fmd_case_impl_t, ci_next))); in case_walk_init()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame.h234 Dwarf_Cie ci_next; member
H A Ddwarf_frame2.c170 (*cur)->ci_next = newone; in chain_up_cie()
560 cur_cie_ptr = cur_cie_ptr->ci_next; in _dwarf_get_fde_list_internal()
1318 nextcie = curcie->ci_next; in dealloc_fde_cie_list_internal()
1343 for (next = head_cie_ptr; next; next = next->ci_next) { in dwarf_find_existing_cie_ptr()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h485 struct _ibmf_ci *ci_next; member
585 ibmf_ci_t::ci_next))