Home
last modified time | relevance | path

Searched refs:ac_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c94 struct address_cache *ac_next; member
169 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { in check_cache()
186 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { in delete_cache()
195 prevptr->ac_next = cptr->ac_next; in delete_cache()
197 front = cptr->ac_next; in delete_cache()
237 ad_cache->ac_next = front; in add_cache()
244 while (cptr->ac_next) { in add_cache()
246 cptr = cptr->ac_next; in add_cache()
257 prevptr->ac_next = NULL; in add_cache()
258 ad_cache->ac_next = front; in add_cache()
[all …]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c745 ac->ac_next = NULL; in amr_periodic()
1542 ac->ac_next = NULL; in amr_tran_start()
1546 ac->ac_next = NULL; in amr_tran_start()
1548 softs->waiting_q_tail->ac_next = ac; in amr_tran_start()
2126 softs->waiting_q_head = ac->ac_next; in amr_start_waiting_queue()
2130 ac->ac_next = NULL; in amr_start_waiting_queue()
2240 tail->ac_next = ac; in amr_done()
2242 tail->ac_next = NULL; in amr_done()
2245 ac->ac_next = NULL; in amr_done()
2279 localhead = ac->ac_next; in amr_call_pkt_comp()
[all …]
H A Damrvar.h125 struct amr_command *ac_next; member
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y451 a->ac_next = alist;
475 for (a = alist; a != NULL; a = a->ac_next) {
663 a->ac_next = NULL;
682 alist = a->ac_next;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h12 struct ipmon_action *ac_next; member