Searched refs:old_top (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c45 extern tlm_chain_link_t *tlm_un_ref(tlm_chain_link_t *old_top,
249 tlm_un_ref(tlm_chain_link_t *old_top, tlm_chain_link_t *link) argument
251 tlm_chain_link_t *chain_link = old_top;
264 * returning "old_top" means there is no change in the links
266 return (old_top);
307 } while (chain_link != old_top);
309 return (old_top);
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl481 my ($old_top, $old_direct, $old_total, $old_symhash) =
489 next if $old_top && ($old_direct == 0) &&
546 next if !($opt{d} && $old_top && !$new_top);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2635 uint32_t old_top; local
2650 switch (old_top = port->fp_topology) {
2736 int orphan = (old_top == FC_TOP_FABRIC ||
2737 old_top == FC_TOP_PUBLIC_LOOP) ? 1 : 0;

Completed in 95 milliseconds