Searched refs:tmp_mc (Results 1 – 1 of 1) sorted by relevance
150 monitor_cache_t tmp_mc, *mc; in monitor_cache_get() local158 tmp_mc.mc_ndn = *ndn; in monitor_cache_get()162 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_get()189 monitor_cache_t tmp_mc, *mc; in monitor_cache_remove() local203 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()205 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_remove()215 tmp_mc.mc_ndn = pndn; in monitor_cache_remove()217 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_remove()255 tmp_mc.mc_ndn = *ndn; in monitor_cache_remove()257 ( caddr_t )&tmp_mc, monitor_cache_cmp ); in monitor_cache_remove()[all …]