Home
last modified time | relevance | path

Searched refs:c_next (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c207 cle = cle->c_next; in xdrrdma_getrdmablk()
240 cle = cle->c_next; in xdrrdma_getrdmablk()
327 for (cle = cl; cle->c_next != NULL; cle = cle->c_next) in xdrrdma_create()
447 cle = cle->c_next; in xdrrdma_getbytes()
510 cl.c_next = NULL; in xdrrdma_getbytes()
549 cl.c_next = NULL; in xdrrdma_getbytes()
563 cl.c_next = NULL; in xdrrdma_getbytes()
1012 w = w->c_next; in xdr_encode_wlist()
1301 cl.c_next = NULL; in xdrrdma_read_from_client()
1356 cl.c_next = NULL; in xdrrdma_read_from_client()
[all …]
H A Drdma_subr.c215 cl = cl->c_next; in clist_len()
227 cl = cl->c_next; in clist_zero_len()
245 clp = &((*clp)->c_next); in clist_add()
256 cl->c_next = NULL; in clist_add()
267 for (c = cl; c; c = c->c_next) { in clist_register()
305 for (c = cl; c; c = c->c_next) { in clist_deregister()
356 c = c->c_next; in clist_syncmem()
369 c = c->c_next; in clist_syncmem()
388 cl = cl->c_next; in clist_free()
H A Dsvc_rdma.c516 cl = cl->c_next; in svc_rdma_krecv()
517 cllong->c_next = NULL; in svc_rdma_krecv()
725 wcl = wcl->c_next; in svc_process_long_reply()
735 wcl = wcl->c_next; in svc_process_long_reply()
1358 clist = clist->c_next; in rdma_get_wchunk()
1402 wcl = wcl->c_next; in rdma_setup_read_chunks()
1432 wcl = wcl->c_next; in rdma_setup_read_chunks()
1443 wcl = wcl->c_next; in rdma_setup_read_chunks()
H A Drpcib.c2336 clp = clp->c_next; in rib_send_and_wait()
2500 cl = cl->c_next; in rib_clnt_post()
2555 clp = clp->c_next; in rib_clnt_post()
2578 cl = cl->c_next; in rib_svc_post()
2832 cl = cl->c_next; in rib_write()
2920 cl = cl->c_next; in rib_read()
4187 cn->c_prev->c_next = cn->c_next; in rib_rm_conn()
4189 if (cn->c_next) { in rib_rm_conn()
4246 cn = cn->c_next; in rib_find_hca_connection()
4251 cn = cn->c_next; in rib_find_hca_connection()
[all …]
H A Drpc_rdma.h261 struct clist *c_next; /* Next chunk */ member
349 struct conn *c_next; /* next in list of connections */ member
H A Dclnt_rdma.c501 rndcl->c_next = NULL; in clnt_setup_wlist()
503 wlist->c_next = rndcl; in clnt_setup_wlist()
547 (*clpp)->c_next = NULL; in clnt_setup_long_reply()
/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c52 struct callb *c_next; /* next in class or on freelist */ member
125 ct->ct_freelist = cp->c_next; in callb_add_common()
143 cp->c_next = ct->ct_first_cb[class]; in callb_add_common()
192 pp = &(*pp)->c_next; in callb_delete()
213 *pp = me->c_next; in callb_delete()
217 me->c_next = ct->ct_freelist; in callb_delete()
241 cp != NULL && ret == 0; cp = cp->c_next) { in callb_execute_class()
360 cp != NULL && tp != cp->c_thread; cp = cp->c_next) in callb_is_stopped()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y380 for (prev = NULL, c = cmds; c!=NULL; prev = c, c = c->c_next) {
384 c = c->c_next;
401 nc->c_next = c;
405 prev->c_next = nc;
433 c->c_next = NULL;
437 last_cmd->c_next = c;
H A Ddefs.h115 struct cmd *c_next; member
H A Dmain.c498 c = c->c_next;
H A Ddocmd.c126 for (c = cmds; c != NULL; c = c->c_next) { in docmds()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c131 (m_conn) = (m_conn)->c_next; \
175 (s_conn) = (s_conn)->c_next; \
187 (m_conn) = (m_conn)->c_next; \
440 while (tmp->c_next != NULL) in sdp_add_connection()
441 tmp = tmp->c_next; in sdp_add_connection()
442 tmp->c_next = new_conn; in sdp_add_connection()
H A Dsdp.h107 struct sdp_conn *c_next; member
H A Dsdp_parse.c505 while (tmp->c_next != NULL) in sdp_parse_connection()
506 tmp = tmp->c_next; in sdp_parse_connection()
507 tmp->c_next = new_conn; in sdp_parse_connection()
H A Dsdp_parse_helper.c149 next_conn = conn->c_next; in sdp_free_connection()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd_offsets.in39 c_next FD_NEXT
H A Dfd.c651 fdc->c_next = fdctlrs; in fd_attach()
1340 fdctlrs = fdc->c_next; in fd_cleanup()
5644 fdc = fdc->c_next; in fd_getctlr()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h243 struct control_table *c_next; member
/illumos-gate/usr/src/uts/sun/sys/
H A Dfdvar.h270 struct fdctlr *c_next; /* next in a linked list */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1604 struct callout *c_next; member
1640 for (pp = &callout; (p = *pp) != NULL; pp = &p->c_next)
1645 newp->c_next = p;
1665 for (copp = &callout; (freep = *copp) != NULL; copp = &freep->c_next)
1667 *copp = freep->c_next;
1692 callout = p->c_next; in calltimeout()
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h194 struct rsm_cookie *c_next; /* next handle */ member
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c4400 for (; hdl != NULL; hdl = hdl->c_next) { in rsmseg_suspend()
4651 for (hdl = seg->s_ckl; hdl != NULL; hdl = hdl->c_next) { in rsmseg_resume()
4702 for (hdl = seg->s_ckl; hdl != NULL; hdl = hdl->c_next) { in rsmseg_resume()
4715 for (hdl = seg->s_ckl; hdl != NULL; hdl = hdl->c_next) { in rsmseg_resume()
6025 for (; hdl != NULL; hdl = hdl->c_next) { in rsmseg_unload()
8227 p->c_next = seg->s_ckl; in rsmmap_map()
8309 for (old = seg->s_ckl; old != NULL; old = old->c_next) { in rsmmap_dup()
8326 p->c_next = seg->s_ckl; in rsmmap_dup()
8375 *back = tmp->c_next; in rsmmap_unmap()
8379 back = &tmp->c_next; in rsmmap_unmap()