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; local
163 tlm_chain_link_t *prev_link = next_link->tc_prev;
165 new_link->tc_next = next_link;
168 next_link->tc_prev = new_link;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c230 static Link *froot, *next_link; variable
1344 next_link = NULL;
1629 if (!next_link) lim = NULL;
1630 if (next_link == lim) {
1631 next_link = (Link *)egmalloc(incr * sizeof (Link));
1632 lim = next_link + incr;
1634 next_link->lit = lit;
1635 next_link->node = n;
1636 next_link->next = NULL;
1637 return (next_link
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6282 ql_link_t *link, *next_link; local
6337 link = next_link) {
6338 next_link = link->next;
7782 ql_link_t *next_link; local
7789 for (; link != NULL; link = next_link) {
7790 next_link = link->next;

Completed in 93 milliseconds