Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c736 struct cache_struct *cxcp = &cxid_cache[0]; variable
745 for (x = cxcp; x >= cxcpfirst; x--)
748 for (x = cxcplast; x > cxcp; x--)
763 x = cxcp++;
764 if (cxcp > cxcplast)
765 cxcp = cxcpfirst;