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.c1867 ((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()
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()
2351 ibnex.ibnex_comm_svc_names = service_name; in ibnex_port_conf_entry_add()
2524 kmem_free(ibnex.ibnex_comm_svc_names[0], len); in ibnex_port_conf_entry_delete()
2526 ibnex.ibnex_comm_svc_names = NULL; in ibnex_port_conf_entry_delete()
2541 kmem_free(ibnex.ibnex_comm_svc_names[i], len); in ibnex_port_conf_entry_delete()
2548 if (ibnex.ibnex_comm_svc_names) { in ibnex_port_conf_entry_delete()
[all …]
H A Dibnex.c308 ibnex.ibnex_comm_svc_names ibnex.ibnex_nvppa_comm_svcs
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()
3863 if (ibnex.ibnex_comm_svc_names[i] && strncmp(svcname, in ibnex_unique_svcname()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h197 char **ibnex_comm_svc_names; member