Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1502 svcname = ibnex.ibnex_comm_svc_names[node_datap->node_data. in ibnex_fill_nodeinfo()
1867 ((ibnex.ibnex_comm_svc_names != NULL) && in ibnex_get_dip_from_apid()
1870 ibnex_comm_svc_names[index]) != NULL)) || in ibnex_get_dip_from_apid()
2130 if (strncmp(ibnex.ibnex_comm_svc_names[sndx], in ibnex_handle_commsvcnode_configure()
2251 ibnex.ibnex_comm_svc_names[nodep->node_data.port_node. in ibnex_return_apid()
2342 service_name[i] = ibnex.ibnex_comm_svc_names[i]; in ibnex_port_conf_entry_add()
2347 if (ibnex.ibnex_comm_svc_names) { in ibnex_port_conf_entry_add()
2348 kmem_free(ibnex.ibnex_comm_svc_names, nsvcs * sizeof (char *)); in ibnex_port_conf_entry_add()
2351 ibnex.ibnex_comm_svc_names = service_name; in ibnex_port_conf_entry_add()
2499 if (strcmp(ibnex.ibnex_comm_svc_names[i], service)) in ibnex_port_conf_entry_delete()
[all …]
H A Dibnex.c308 ibnex.ibnex_comm_svc_names ibnex.ibnex_nvppa_comm_svcs
1082 ibnex.ibnex_comm_svc_names[port_node->port_commsvc_idx]); in ibnex_name_child()
1742 service_name = ibnex.ibnex_comm_svc_names; in ibnex_get_pkey_commsvc_index_portnum()
2889 ibnex.ibnex_comm_svc_names = comm_svcp; in ibnex_comm_svc_init()
2926 kmem_free(ibnex.ibnex_comm_svc_names[index], in ibnex_comm_svc_fini()
2927 (strlen(ibnex.ibnex_comm_svc_names[index]) + 1)); in ibnex_comm_svc_fini()
2929 if (ibnex.ibnex_comm_svc_names) { in ibnex_comm_svc_fini()
2930 kmem_free(ibnex.ibnex_comm_svc_names, in ibnex_comm_svc_fini()
2949 ibnex.ibnex_comm_svc_names = NULL; in ibnex_comm_svc_fini()
3048 svcname = ibnex.ibnex_comm_svc_names[index]; in ibnex_commsvc_initnode()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h197 char **ibnex_comm_svc_names; member