/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr_rdma.c | 207 cle = cle->c_next; in xdrrdma_getrdmablk() 240 cle = cle->c_next; in xdrrdma_getrdmablk() 249 xdrp->xp_rcl_next = &cle->c_next; in xdrrdma_getrdmablk() 273 prev->c_next = rdclist; in xdrrdma_getrdmablk() 281 prev->c_next = NULL; in xdrrdma_getrdmablk() 327 for (cle = cl; cle->c_next != NULL; cle = cle->c_next) in xdrrdma_create() 330 xdrp->xp_rcl_next = &(cle->c_next); in xdrrdma_create() 447 cle = cle->c_next; in xdrrdma_getbytes() 481 xdrp->xp_rcl_next = &cle->c_next; in xdrrdma_getbytes() 510 cl.c_next = NULL; in xdrrdma_getbytes() [all …]
|
H A D | rdma_subr.c | 215 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 D | svc_rdma.c | 511 cl = cl->c_next; in svc_rdma_krecv() 512 cllong->c_next = NULL; in svc_rdma_krecv() 720 wcl = wcl->c_next; in svc_process_long_reply() 730 wcl = wcl->c_next; in svc_process_long_reply() 1356 clist = clist->c_next; in rdma_get_wchunk() 1400 wcl = wcl->c_next; in rdma_setup_read_chunks() 1430 wcl = wcl->c_next; in rdma_setup_read_chunks() 1441 wcl = wcl->c_next; in rdma_setup_read_chunks()
|
H A D | rpcib.c | 2336 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() 2874 if (wait && (cl->c_next == NULL)) { in rib_read() 2898 if (wait && (cl->c_next == NULL)) { in rib_read() 2911 if (wait && cl->c_next == NULL) { in rib_read() 2920 cl = cl->c_next; in rib_read() 3017 cl.c_next = NULL; in rib_srv_cm_handler() [all …]
|
H A D | rpc_rdma.h | 261 struct clist *c_next; /* Next chunk */ member 349 struct conn *c_next; /* next in list of connections */ member
|
H A D | clnt_rdma.c | 501 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()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | callb.c | 54 struct callb *c_next; /* next in class or on freelist */ member 127 ct->ct_freelist = cp->c_next; in callb_add_common() 145 cp->c_next = ct->ct_first_cb[class]; in callb_add_common() 194 pp = &(*pp)->c_next; in callb_delete() 215 *pp = me->c_next; in callb_delete() 219 me->c_next = ct->ct_freelist; in callb_delete() 243 cp != NULL && ret == 0; cp = cp->c_next) { in callb_execute_class() 362 cp != NULL && tp != cp->c_thread; cp = cp->c_next) in callb_is_stopped()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 380 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 D | defs.h | 117 struct cmd *c_next; member
|
H A D | main.c | 498 c = c->c_next;
|
H A D | docmd.c | 131 for (c = cmds; c != NULL; c = c->c_next) {
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 351 cachep = cachep->c_next) { in cachefs_mount() 370 cachep->c_next = cachefs_cachelist; in cachefs_mount() 1043 cachepp = &(*cachepp)->c_next) { in cachefs_delete_cachep() 1045 *cachepp = cachep->c_next; in cachefs_delete_cachep() 1166 cachep = cachep->c_next) { in cachefs_sync()
|
H A D | cachefs_cnode.c | 488 ASSERT(cp->c_next == NULL); in cachefs_cnode_listadd() 490 cp->c_next = fgp->fg_cnodelist; in cachefs_cnode_listadd() 512 *headpp != NULL; headpp = &(*headpp)->c_next) { in cachefs_cnode_listrem() 514 *headpp = cp->c_next; in cachefs_cnode_listrem() 515 cp->c_next = NULL; in cachefs_cnode_listrem() 628 for (cp = fgp->fg_cnodelist; cp != NULL; cp = cp->c_next) { in cachefs_cnode_find() 1658 cp = cp->c_next) { in cachefs_cnode_traverse()
|
H A D | cachefs_resource.c | 1120 cachep = cachep->c_next) { in cachefs_rl_debug_reclaim()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd_offsets.in | 39 c_next FD_NEXT
|
/titanic_41/usr/src/lib/libcommputil/common/ |
H A D | sdp.c | 133 (m_conn) = (m_conn)->c_next; \ 177 (s_conn) = (s_conn)->c_next; \ 189 (m_conn) = (m_conn)->c_next; \ 442 while (tmp->c_next != NULL) in sdp_add_connection() 443 tmp = tmp->c_next; in sdp_add_connection() 444 tmp->c_next = new_conn; in sdp_add_connection()
|
H A D | sdp.h | 109 struct sdp_conn *c_next; member
|
H A D | sdp_parse.c | 507 while (tmp->c_next != NULL) in sdp_parse_connection() 508 tmp = tmp->c_next; in sdp_parse_connection() 509 tmp->c_next = new_conn; in sdp_parse_connection()
|
H A D | sdp_parse_helper.c | 151 next_conn = conn->c_next; in sdp_free_connection()
|
/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/ |
H A D | oplmsu.h | 243 struct control_table *c_next; member
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | fdvar.h | 270 struct fdctlr *c_next; /* next in a linked list */ member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 1607 struct callout *c_next; member 1643 for (pp = &callout; (p = *pp) != NULL; pp = &p->c_next) 1648 newp->c_next = p; 1668 for (copp = &callout; (freep = *copp) != NULL; copp = &freep->c_next) 1670 *copp = freep->c_next; 1695 callout = p->c_next; in calltimeout()
|
/titanic_41/usr/src/uts/common/sys/rsm/ |
H A D | rsm_in.h | 196 struct rsm_cookie *c_next; /* next handle */ member
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 534 struct cachefscache *c_next; /* list of caches */ member 900 struct cnode *c_next; /* next cnode in fgp list */ member
|
/titanic_41/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 4402 for (; hdl != NULL; hdl = hdl->c_next) { in rsmseg_suspend() 4653 for (hdl = seg->s_ckl; hdl != NULL; hdl = hdl->c_next) { in rsmseg_resume() 4704 for (hdl = seg->s_ckl; hdl != NULL; hdl = hdl->c_next) { in rsmseg_resume() 4717 for (hdl = seg->s_ckl; hdl != NULL; hdl = hdl->c_next) { in rsmseg_resume() 6027 for (; hdl != NULL; hdl = hdl->c_next) { in rsmseg_unload() 8228 p->c_next = seg->s_ckl; in rsmmap_map() 8310 for (old = seg->s_ckl; old != NULL; old = old->c_next) { in rsmmap_dup() 8327 p->c_next = seg->s_ckl; in rsmmap_dup() 8376 *back = tmp->c_next; in rsmmap_unmap() 8380 back = &tmp->c_next; in rsmmap_unmap()
|