Home
last modified time | relevance | path

Searched refs:r_next (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/cmd/filesync/
H A Drules.c396 for (rp = bp->b_includes; rp; rp = rp->r_next) in rw_base()
402 for (rp = bp->b_excludes; rp; rp = rp->r_next) in rw_base()
452 list = &((*list)->r_next); in add_rule()
612 for (rp = bp->b_restrictions; rp; rp = rp->r_next) { in check_restr()
H A Deval.c163 for (rp = bp->b_includes; rp; rp = rp->r_next) { in evaluate()
178 for (rp = bp->b_excludes; rp; rp = rp->r_next) in evaluate()
187 for (rp = omnibase.b_excludes; rp; rp = rp->r_next) in evaluate()
H A Ddatabase.h114 struct rule *r_next; /* pointer to next rule in base */ member
/titanic_41/usr/src/uts/common/rpc/
H A Drdma_subr.c111 mp = &((*mp)->r_next); in rdma_register_mod()
120 m->r_next = NULL; in rdma_register_mod()
158 m = &((*m)->r_next); in rdma_unregister_mod()
H A Dclnt_rdma.c228 rp = rp->r_next; in clnt_rdma_kcreate()
310 rp = rp->r_next; in clnt_rdma_kinit()
1362 rp = rp->r_next; in rdma_reachable()
1389 rp = rp->r_next; in rdma_reachable()
H A Drpc_rdma.h308 struct rdma_registry *r_next; /* next registered RDMA plugin */ member
H A Dsvc_rdma.c247 for (rmod = rdma_mod_head; rmod != NULL; rmod = rmod->r_next) { in svc_rdma_kcreate()
/titanic_41/usr/src/lib/libcommputil/common/
H A Dsdp.c546 while (tmp->r_next != NULL) in sdp_add_repeat()
547 tmp = tmp->r_next; in sdp_add_repeat()
548 tmp->r_next = new_repeat; in sdp_add_repeat()
782 repeat = repeat->r_next; in sdp_get_length()
903 repeat = repeat->r_next; in sdp_clone_session()
1059 repeat = repeat->r_next; in sdp_session_to_str()
H A Dsdp.h121 struct sdp_repeat *r_next; member
H A Dsdp_parse.c620 while (repeat->r_next != NULL) in sdp_parse_repeat()
621 repeat = repeat->r_next; in sdp_parse_repeat()
622 repeat->r_next = new_repeat; in sdp_parse_repeat()
667 repeat->r_next = NULL; in sdp_parse_repeat()
H A Dsdp_parse_helper.c183 next_repeat = repeat->r_next; in sdp_free_repeat()
/titanic_41/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c120 for (p = 0; old != 0; old = old->r_next, p = r) { in copy_list()
/titanic_41/usr/src/uts/common/sys/rsm/
H A Drsm_in.h189 struct rsm_region *r_next; /* next region of segment */ member
/titanic_41/usr/src/cmd/sendmail/src/
H A Dreadcf.c205 rwp->r_next = (struct rewrite *) xalloc(sizeof(*rwp));
206 rwp = rwp->r_next;
208 rwp->r_next = NULL;
476 while (rwp->r_next != NULL)
477 rwp = rwp->r_next;
1840 for (rwp = RewriteRules[ruleset]; rwp != NULL; rwp = rwp->r_next) in printrules()
H A Dparseaddr.c1302 rwr = rwr->r_next;
1321 rwr = rwr->r_next;
H A Dsendmail.h1037 struct rewrite *r_next;/* next in chain */ member
H A Dmain.c4178 } while ((rw = rw->r_next) != NULL);
/titanic_41/usr/src/head/arpa/
H A Dnameser.h272 struct ns_updrec *r_next; /* next record */ member