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

/opensolaris-onvv-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;
/opensolaris-onvv-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)));
/opensolaris-onvv-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))
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c109 struct raid_ci *ci_next; member in struct:raid_ci
502 cur->ci_next = ci_chain;
557 for (cur = ci_chain; cur != NULL; cur = cur->ci_next) {
584 ci_chain = cur->ci_next;

Completed in 124 milliseconds