Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Drules.c395 for (rp = bp->b_includes; rp; rp = rp->r_next) in rw_base()
401 for (rp = bp->b_excludes; rp; rp = rp->r_next) in rw_base()
451 list = &((*list)->r_next); in add_rule()
611 for (rp = bp->b_restrictions; rp; rp = rp->r_next) { in check_restr()
H A Deval.c161 for (rp = bp->b_includes; rp; rp = rp->r_next) { in evaluate()
176 for (rp = bp->b_excludes; rp; rp = rp->r_next) in evaluate()
185 for (rp = omnibase.b_excludes; rp; rp = rp->r_next) in evaluate()
H A Ddatabase.h112 struct rule *r_next; /* pointer to next rule in base */ member
/illumos-gate/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.c252 for (rmod = rdma_mod_head; rmod != NULL; rmod = rmod->r_next) { in svc_rdma_kcreate()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c544 while (tmp->r_next != NULL) in sdp_add_repeat()
545 tmp = tmp->r_next; in sdp_add_repeat()
546 tmp->r_next = new_repeat; in sdp_add_repeat()
780 repeat = repeat->r_next; in sdp_get_length()
901 repeat = repeat->r_next; in sdp_clone_session()
1057 repeat = repeat->r_next; in sdp_session_to_str()
H A Dsdp.h119 struct sdp_repeat *r_next; member
H A Dsdp_parse.c618 while (repeat->r_next != NULL) in sdp_parse_repeat()
619 repeat = repeat->r_next; in sdp_parse_repeat()
620 repeat->r_next = new_repeat; in sdp_parse_repeat()
665 repeat->r_next = NULL; in sdp_parse_repeat()
H A Dsdp_parse_helper.c181 next_repeat = repeat->r_next; in sdp_free_repeat()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h187 struct rsm_region *r_next; /* next region of segment */ member
/illumos-gate/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.c1300 rwr = rwr->r_next;
1319 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);
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h273 struct ns_updrec *r_next; /* next record */ member