Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c1185 int *cnex_regspec; in cnex_ctl() local
1201 &cnex_regspec, &reglen) != DDI_SUCCESS) { in cnex_ctl()
1205 (void) snprintf(name, sizeof (name), "%x", *cnex_regspec); in cnex_ctl()
1208 ddi_prop_free(cnex_regspec); in cnex_ctl()
1337 int *cnex_regspec; in cnex_find_chan_dip() local
1355 &cnex_regspec, &reglen) != DDI_SUCCESS) { in cnex_find_chan_dip()
1360 if (*cnex_regspec == cfghdl) { in cnex_find_chan_dip()
1364 ddi_prop_free(cnex_regspec); in cnex_find_chan_dip()
1367 ddi_prop_free(cnex_regspec); in cnex_find_chan_dip()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dcnex.h39 typedef struct cnex_regspec { struct