Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2821 uint_t *in_nhcasp; in ibnex_ctl_get_hca_list() local
2843 in_nhcasp = &((ibnex_ctl_get_hca_list_32_t *)arg)->nhcas; in ibnex_ctl_get_hca_list()
2854 in_nhcasp = &((ibnex_ctl_get_hca_list_t *)arg)->nhcas; in ibnex_ctl_get_hca_list()
2860 if (ddi_copyout(&nhcas, in_nhcasp, sizeof (uint_t), mode) != 0) { in ibnex_ctl_get_hca_list()