Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1817 char *pkey_str = strchr(ap_id, ','); in ibnex_get_dip_from_apid() local
1818 char *svc_str = strrchr(pkey_str, ','); in ibnex_get_dip_from_apid()
1821 str_len = strlen(dyn) - strlen(pkey_str); in ibnex_get_dip_from_apid()
1827 ++pkey_str; /* pkey_str used to point to ",p_key,svc_name" */ in ibnex_get_dip_from_apid()
1830 str_len = strlen(pkey_str) - strlen(svc_str); in ibnex_get_dip_from_apid()
1831 pkey_str[str_len] = '\0'; in ibnex_get_dip_from_apid()
1834 pkey_val = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret); in ibnex_get_dip_from_apid()
1843 ":%x service name = %s", pkey_str, pkey_val, svc_str); in ibnex_get_dip_from_apid()
2072 char *pkey_str = strchr(apid, ','); in ibnex_handle_commsvcnode_configure() local
2074 char *svc_str = strrchr(pkey_str, ','); in ibnex_handle_commsvcnode_configure()
[all …]