Home
last modified time | relevance | path

Searched refs:px_get_props (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.h41 extern int px_get_props(px_t *px_p, dev_info_t *dip);
H A Dpx_util.c55 px_get_props(px_t *px_p, dev_info_t *dip) in px_get_props() function
H A Dpx.c263 if (px_get_props(px_p, dip) == DDI_FAILURE) in px_attach()