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

/illumos-gate/usr/src/cmd/filesync/
H A Drules.c396 for (rp = bp->b_includes; rp; rp = rp->r_next)
402 for (rp = bp->b_excludes; rp; rp = rp->r_next)
452 list = &((*list)->r_next);
612 for (rp = bp->b_restrictions; rp; rp = rp->r_next) {
H A Ddatabase.h114 struct rule *r_next; /* pointer to next rule in base */ member in struct:rule
H A Deval.c163 for (rp = bp->b_includes; rp; rp = rp->r_next) {
178 for (rp = bp->b_excludes; rp; rp = rp->r_next)
187 for (rp = omnibase.b_excludes; rp; rp = rp->r_next)
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c111 mp = &((*mp)->r_next);
120 m->r_next = NULL;
158 m = &((*m)->r_next);
H A Dclnt_rdma.c228 rp = rp->r_next;
310 rp = rp->r_next;
1362 rp = rp->r_next;
1389 rp = rp->r_next;
H A Drpc_rdma.h308 struct rdma_registry *r_next; /* next registered RDMA plugin */ member in struct:rdma_registry
H A Dsvc_rdma.c247 for (rmod = rdma_mod_head; rmod != NULL; rmod = rmod->r_next) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.h121 struct sdp_repeat *r_next; member in struct:sdp_repeat
H A Dsdp.c546 while (tmp->r_next != NULL)
547 tmp = tmp->r_next;
548 tmp->r_next = new_repeat;
782 repeat = repeat->r_next;
903 repeat = repeat->r_next;
1059 repeat = repeat->r_next;
H A Dsdp_parse.c620 while (repeat->r_next != NULL)
621 repeat = repeat->r_next;
622 repeat->r_next = new_repeat;
667 repeat->r_next = NULL;
H A Dsdp_parse_helper.c183 next_repeat = repeat->r_next;
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c77 /* XXX r_prev and r_next unchanged */
120 for (p = 0; old != 0; old = old->r_next, p = r) {
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h189 struct rsm_region *r_next; /* next region of segment */ member in struct:rsm_region
/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)
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 in struct:rewrite
H A Dmain.c4178 } while ((rw = rw->r_next) != NULL);
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h272 struct ns_updrec *r_next; /* next record */ member in struct:ns_updrec

Completed in 140 milliseconds