Searched refs:px_cb_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.h87 } px_cb_t; typedef in typeref:struct:px_cb
99 px_cb_t *px_cb_p;
H A Dpx_lib4u.c1326 px_cb_t *cb_p = PX2CB(px_p);
1354 px_cb_t *cb_p = PX2CB(px_p);
2132 px_cb_t *cb_p = (px_cb_t *)arg;
2185 px_cb_t *cb_p = (px_cb_t *)px_get_cb(fault_p->px_fh_dip);
2191 cb_p = kmem_zalloc(sizeof (px_cb_t), KM_SLEEP);
2261 px_cb_t *cb_p = PX2CB(px_p);
2329 kmem_free(cb_p, sizeof (px_cb_t));
2338 px_cb_t *cb_
[all...]
H A Dpx_err.c1148 * Search the px_cb_list_t embedded in the px_cb_t for the
1152 px_err_search_cb(px_cb_t *px_cb_p, uint_t leaf_id)
1180 px_cb_t *px_cb_p;
1233 * involved in the error. To do this, find the px_cb_t structure
1237 * register, search the list of px_t's rooted in the px_cb_t for

Completed in 102 milliseconds