Searched defs:CACHE_HASH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h250 #define CACHE_HASH(h, i) (CACHE(h)->hash[i]) macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h309 # define CACHE_HASH(x) (((phy_if_t)(x)->fin_ifp) & 7) macro
495 # define CACHE_HASH(x) (((phy_if_t)(x)->fin_ifp) & 7) macro
638 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
716 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
790 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index)&7) macro
792 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
870 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index) & 7) macro
872 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
1011 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index)&7) macro
1013 # define CACHE_HASH( macro
1040 # define CACHE_HASH macro
1066 # define CACHE_HASH macro
1154 # define CACHE_HASH macro
1321 # define CACHE_HASH macro
1492 # define CACHE_HASH macro
[all...]

Completed in 67 milliseconds