Searched refs:ch_next (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.h43 struct chtab *ch_next; /* chain of different prog/vers/dev/proto */ member in struct:chtab
H A Drdc_clnt.c2721 for (ch = rdc_chtable; ch != NULL; ch = ch->ch_next) {
2731 plistp = &ch->ch_next;
3018 * Free a chain (ch_list or ch_next) of cached clients
3037 *p = list ? ch->ch_list : ch->ch_next;
3081 for (ch = rdc_chtable; ch; ch = ch->ch_next) {
3085 /* destroy the main ch_next chain */
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c181 for (ch = info->ti_child; ch; ch = ch->ch_next) {
196 new_ch->ch_next = info->ti_child;
209 for (ch = info->ti_child; ch; ch = ch->ch_next) {
234 for (ch = info->ti_child; ch != NULL; ch = ch->ch_next) {
251 for (ch = info->ti_child; ch != NULL; ch = ch->ch_next) {
H A Denx_misc.c93 nxt_child = child->ch_next;
596 for (ch = ti->ti_child; ch; ch = ch->ch_next) {
H A Denx_main.c600 for (ch = ti->ti_child; ch; ch = ch->ch_next) {
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c1926 dringp->ch_next = ldcp->exp_dring_list;
2011 ldcp->exp_dring_list = dringp->ch_next;
2012 dringp->ch_next = NULL;
2016 if (tmp_dringp->ch_next == dringp) {
2017 tmp_dringp->ch_next = dringp->ch_next;
2018 dringp->ch_next = NULL;
2021 tmp_dringp = tmp_dringp->ch_next;
2068 for (dp = ldcp->exp_dring_list; dp != NULL; dp = dp->ch_next) {
2264 dringp->ch_next
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h272 struct eibnx_child_s *ch_next; member in struct:eibnx_child_s
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h402 struct ldc_dring *ch_next; /* Next dring in channel */ member in struct:ldc_dring
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c850 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
857 plistp = &ch->ch_next;
885 ch->ch_next = nfscl->nfscl_chtable4;
893 *plistp = ch->ch_next;
894 ch->ch_next = nfscl->nfscl_chtable4;
1113 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
2791 next = chp->ch_next;
H A Dnfs_subr.c333 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) {
340 plistp = &ch->ch_next;
368 ch->ch_next = nfscl->nfscl_chtable;
376 *plistp = ch->ch_next;
377 ch->ch_next = nfscl->nfscl_chtable;
665 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) {
3408 next = chp->ch_next;
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h219 struct chhead *ch_next; /* next quadruple */ member in struct:chhead

Completed in 150 milliseconds