HomeSort by relevance Sort by last modified time
    Searched refs:i_mac_impl_cachep (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/mac/
mac_provider.c 140 mip = kmem_cache_alloc(i_mac_impl_cachep, KM_SLEEP);
489 kmem_cache_free(i_mac_impl_cachep, mip);
595 kmem_cache_free(i_mac_impl_cachep, mip);
mac.c 312 kmem_cache_t *i_mac_impl_cachep; variable
401 i_mac_impl_cachep = kmem_cache_create("mac_impl_cache",
404 ASSERT(i_mac_impl_cachep != NULL);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
mac_impl.h 364 extern kmem_cache_t *i_mac_impl_cachep;

Completed in 120 milliseconds