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

/illumos-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 */
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame3.c155 prev_chain->ch_next = curr_chain;
195 prev_chain->ch_next = curr_chain;
251 prev_chain->ch_next = curr_chain;
282 curr_chain = curr_chain->ch_next;
H A Ddwarf_opaque.h313 Dwarf_Chain ch_next; member in struct:Dwarf_Chain_s
H A Ddwarf_arange.c215 prev_chain->ch_next = curr_chain;
316 curr_chain = curr_chain->ch_next;
396 curr_chain = curr_chain->ch_next;
H A Ddwarf_global.c330 prev_chain->ch_next = curr_chain;
381 curr_chain = curr_chain->ch_next;
H A Ddwarf_line.c278 prev_chain->ch_next = curr_chain;
312 curr_chain = curr_chain->ch_next;
632 curr_chain->ch_next = chain_line;
686 curr_chain->ch_next = chain_line;
855 curr_chain->ch_next = chain_line;
909 curr_chain->ch_next = chain_line;
993 curr_chain = curr_chain->ch_next;
H A Ddwarf_frame.c979 tail_instr_chain->ch_next = curr_instr_item;
1033 curr_instr_item = curr_instr_item->ch_next;
/illumos-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) {
/illumos-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...]
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c429 ch_next(list_wrap_t **lw, boolean_t array, int argc, char **argv) function
507 { "next", ch_next, 0, 0, B_FALSE },
/illumos-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
/illumos-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
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c853 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
860 plistp = &ch->ch_next;
888 ch->ch_next = nfscl->nfscl_chtable4;
896 *plistp = ch->ch_next;
897 ch->ch_next = nfscl->nfscl_chtable4;
1116 for (ch = nfscl->nfscl_chtable4; ch != NULL; ch = ch->ch_next) {
2801 next = chp->ch_next;
H A Dnfs_subr.c337 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) {
344 plistp = &ch->ch_next;
372 ch->ch_next = nfscl->nfscl_chtable;
380 *plistp = ch->ch_next;
381 ch->ch_next = nfscl->nfscl_chtable;
669 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) {
3412 next = chp->ch_next;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h219 struct chhead *ch_next; /* next quadruple */ member in struct:chhead

Completed in 129 milliseconds