Home
last modified time | relevance | path

Searched refs:rhead (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c432 _FILTER * rhead; member
466 p.lhead = p.ltail = p.rhead = 0;
537 pp->ltail->next = pp->rhead;
594 (pp->ltail = pf)->next = pp->rhead;
640 pfr->next = pp->rhead;
641 pp->rhead = pfr;
662 pp->rhead = pfr->next;
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c61 struct radix_node_head *rhead; /* root of the radix tree */ variable
2097 (void) rn_walktree(rhead, walk_kern, NULL); in fix_kern()
2247 (void) rn_inithead((void**)&rhead, 32); in rtinit()
2284 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock, &mask_sock, rhead); in rtget()
2297 return ((struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead)); in rtfind()
2349 if (NULL == rhead->rnh_addaddr(&rt->rt_dst_sock, &mask_sock, rhead, in rtadd()
2484 ((struct rt_entry *)rhead->rnh_deladdr(&dst_sock, &mask_sock, in rtdelete()
2485 rhead)))) { in rtdelete()
2850 (void) rn_walktree(rhead, walk_age, &bad_gate); in age()
H A Dif.c819 (void) rn_walktree(rhead, walk_rewire, &wire); in ifdel()
866 (void) rn_walktree(rhead, walk_bad, ifp); in ifdel()
938 (void) rn_walktree(rhead, walk_rewire, &wire); in if_bad()
954 (void) rn_walktree(rhead, walk_bad, ifp); in if_bad()
H A Ddefs.h630 extern struct radix_node_head *rhead;
H A Doutput.c879 (void) rn_walktree(rhead, walk_supply, NULL); in supply()
H A Dtrace.c1097 (void) rn_walktree(rhead, walk_trace, NULL); in trace_dump()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c163 mblk_t **rhead, mblk_t **rtail, mblk_t **mpp);