Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dippconf.c1611 ipp_stat_impl_t *sip; in ipp_stat_create()
1652 if ((sip = kmem_alloc(sizeof (ipp_stat_impl_t), KM_NOSLEEP)) == NULL) in ipp_stat_create()
1663 kmem_free(sip, sizeof (ipp_stat_impl_t)); in ipp_stat_create()
1721 ipp_stat_impl_t *sip = (ipp_stat_impl_t *)sp; in ipp_stat_install()
1739 ipp_stat_impl_t *sip = (ipp_stat_impl_t *)sp; in ipp_stat_destroy()
1755 kmem_free(sip, sizeof (ipp_stat_impl_t)); in ipp_stat_destroy()
1767 ipp_stat_impl_t *sip = (ipp_stat_impl_t *)sp; in ipp_stat_named_init()
3252 ipp_stat_impl_t *sip; in update_stats()
3255 sip = (ipp_stat_impl_t *)ksp->ks_private; in update_stats()
H A Dipp_impl.h208 typedef struct ipp_stat_impl ipp_stat_impl_t; typedef