Home
last modified time | relevance | path

Searched refs:old_top (Results 1 – 4 of 4) 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) in tlm_un_ref() argument
251 tlm_chain_link_t *chain_link = old_top; in tlm_un_ref()
266 return (old_top); in tlm_un_ref()
307 } while (chain_link != old_top); in tlm_un_ref()
309 return (old_top); in tlm_un_ref()
/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/fs/zfs/lua/
H A Dldo.c600 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument
609 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2636 uint32_t old_top; in fp_job_handler() local
2651 switch (old_top = port->fp_topology) { in fp_job_handler()
2737 int orphan = (old_top == FC_TOP_FABRIC || in fp_job_handler()
2738 old_top == FC_TOP_PUBLIC_LOOP) ? 1 : 0; in fp_job_handler()