Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/
H A Dsocalvar.h138 } socal_unsol_cb_t; typedef
151 socal_unsol_cb_t *sp_unsol_cb; /* Callback for state change */
/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c978 socal_unsol_cb_t *cb, *cbn = NULL; in socal_dodetach()
1019 for (cb = portp->sp_unsol_cb; cb != (socal_unsol_cb_t *)NULL; in socal_dodetach()
1022 kmem_free((void *)cb, sizeof (socal_unsol_cb_t)); in socal_dodetach()
1024 portp->sp_unsol_cb = (socal_unsol_cb_t *)NULL; in socal_dodetach()
2147 socal_unsol_cb_t *scbp; in socal_doreset()
3098 socal_unsol_cb_t *cbentry; in socal_add_ulp()
3114 (socal_unsol_cb_t *)kmem_zalloc(sizeof (socal_unsol_cb_t), in socal_add_ulp()
3115 KM_SLEEP)) == (socal_unsol_cb_t *)NULL) { in socal_add_ulp()
3139 socal_unsol_cb_t *cbentry; in socal_remove_ulp()
3140 socal_unsol_cb_t *p_cbentry; in socal_remove_ulp()
[all …]