Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c431 _FILTER * rhead; member
465 p.lhead = p.ltail = p.rhead = 0;
536 pp->ltail->next = pp->rhead;
593 (pp->ltail = pf)->next = pp->rhead;
639 pfr->next = pp->rhead;
640 pp->rhead = pfr;
661 pp->rhead = pfr->next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c61 struct radix_node_head *rhead; /* root of the radix tree */ variable
2096 (void) rn_walktree(rhead, walk_kern, NULL); in fix_kern()
2246 (void) rn_inithead((void**)&rhead, 32); in rtinit()
2283 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock, &mask_sock, rhead); in rtget()
2296 return ((struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead)); in rtfind()
2348 if (NULL == rhead->rnh_addaddr(&rt->rt_dst_sock, &mask_sock, rhead, in rtadd()
2483 ((struct rt_entry *)rhead->rnh_deladdr(&dst_sock, &mask_sock, in rtdelete()
2484 rhead)))) { in rtdelete()
2849 (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.c877 (void) rn_walktree(rhead, walk_supply, NULL); in supply()
H A Dtrace.c1097 (void) rn_walktree(rhead, walk_trace, NULL); in trace_dump()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1078 uint16_t dsize, uint16_t *rhead, int *tdwb) in e82545_transmit() argument
1106 *rhead = head; in e82545_transmit()
1493 *rhead = head; in e82545_transmit()
1501 uint16_t head, rhead, tail, size; in e82545_tx_run() local
1514 rhead = head; in e82545_tx_run()
1517 sent = e82545_transmit(sc, head, tail, size, &rhead, &tdwb); in e82545_tx_run()
1520 head = rhead; in e82545_tx_run()
1525 sc->esc_TDHr = rhead; in e82545_tx_run()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c163 mblk_t **rhead, mblk_t **rtail, mblk_t **mpp);