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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h197 char **ibnex_comm_svc_names; member in struct:ibnex_s
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1499 svcname = ibnex.ibnex_comm_svc_names[node_datap->node_data.
1864 ((ibnex.ibnex_comm_svc_names != NULL) &&
1867 ibnex_comm_svc_names[index]) != NULL)) ||
2127 if (strncmp(ibnex.ibnex_comm_svc_names[sndx],
2248 ibnex.ibnex_comm_svc_names[nodep->node_data.port_node.
2335 * Copy over the existing "ibnex.ibnex_comm_svc_names" array.
2339 service_name[i] = ibnex.ibnex_comm_svc_names[i];
2344 if (ibnex.ibnex_comm_svc_names) {
2345 kmem_free(ibnex.ibnex_comm_svc_names, nsvcs * sizeof (char *));
2348 ibnex.ibnex_comm_svc_names
[all...]
H A Dibnex.c303 ibnex.ibnex_comm_svc_names ibnex.ibnex_nvppa_comm_svcs
1077 ibnex.ibnex_comm_svc_names[port_node->port_commsvc_idx]);
1737 service_name = ibnex.ibnex_comm_svc_names;
2884 ibnex.ibnex_comm_svc_names = comm_svcp;
2921 kmem_free(ibnex.ibnex_comm_svc_names[index],
2922 (strlen(ibnex.ibnex_comm_svc_names[index]) + 1));
2924 if (ibnex.ibnex_comm_svc_names) {
2925 kmem_free(ibnex.ibnex_comm_svc_names,
2944 ibnex.ibnex_comm_svc_names = NULL;
3043 svcname = ibnex.ibnex_comm_svc_names[inde
[all...]

Completed in 83 milliseconds