Home
last modified time | relevance | path

Searched refs:next_link (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c162 tlm_chain_link_t *next_link = tlm_info.ti_job_stats; in tlm_new_job_stats() local
163 tlm_chain_link_t *prev_link = next_link->tc_prev; in tlm_new_job_stats()
165 new_link->tc_next = next_link; in tlm_new_job_stats()
168 next_link->tc_prev = new_link; in tlm_new_job_stats()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c227 static Link *froot, *next_link; variable
1339 next_link = NULL; in re_cwinit()
1624 if (!next_link) lim = NULL; in newlink()
1625 if (next_link == lim) { in newlink()
1626 next_link = (Link *)egmalloc(incr * sizeof (Link)); in newlink()
1627 lim = next_link + incr; in newlink()
1629 next_link->lit = lit; in newlink()
1630 next_link->node = n; in newlink()
1631 next_link->next = NULL; in newlink()
1632 return (next_link++); in newlink()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6653 ql_link_t *link, *next_link; in ql_busy_plogi() local
6707 link = next_link) { in ql_busy_plogi()
6708 next_link = link->next; in ql_busy_plogi()
8204 ql_link_t *next_link; in ql_done() local
8212 for (; link != NULL; link = next_link) { in ql_done()
8213 next_link = link->next; in ql_done()