Searched refs:ci_next (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c85 cip = cip->ci_next;
143 cip = cip->ci_next;
194 cip = cip->ci_next;
H A Dibmf_impl.c232 tcip->ci_next = cip->ci_next;
236 ibmf_statep->ibmf_ci_list = cip->ci_next;
237 tcip = cip->ci_next;
392 cip = cip->ci_next;
513 tcip = tcip->ci_next;
518 cip->ci_next = NULL;
524 ci_next = cip;
3346 cip = cip->ci_next;
/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 in struct:fmd_case_impl
H A Dfmd_case.c204 for (cp = chp->ch_hash[i]; cp != NULL; cp = cp->ci_next)
947 for (ncp = chp->ch_hash[i]; ncp != NULL; ncp = ncp->ci_next)
1158 for (cip = chp->ch_hash[h]; cip != NULL; cip = cip->ci_next) {
1185 for (eip = chp->ch_hash[h]; eip != NULL; eip = eip->ci_next) {
1193 cip->ci_next = chp->ch_hash[h];
1219 for (cp = *pp; cp != NULL; cp = cp->ci_next) {
1221 pp = &cp->ci_next;
1231 *pp = cp->ci_next;
1232 cp->ci_next = NULL;
H A Dfmd_mdb.c810 OFFSETOF(fmd_case_impl_t, ci_next)));
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.h239 Dwarf_Cie ci_next; member in struct:Dwarf_Cie_s
H A Ddwarf_frame2.c136 (*cur)->ci_next = newone;
448 cur_cie_ptr = cur_cie_ptr->ci_next;
1002 nextcie = curcie->ci_next;
1027 for (next = head_cie_ptr; next; next = next->ci_next) {
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h485 struct _ibmf_ci *ci_next; member in struct:_ibmf_ci
585 ibmf_ci_t::ci_next))
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c110 struct raid_ci *ci_next; member in struct:raid_ci
503 cur->ci_next = ci_chain;
558 for (cur = ci_chain; cur != NULL; cur = cur->ci_next) {
585 ci_chain = cur->ci_next;

Completed in 148 milliseconds