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

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c76 extern uint64_t ibnex_str2hex(char *, int, int *);
429 *pkey = ibnex_str2hex(tmp, (tmp1 - tmp), &ret);
H A Dibnex_ioctl.c94 extern uint64_t ibnex_str2hex(char *, int, int *);
515 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str),
580 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str),
700 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str),
1831 pkey_val = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret);
2033 ioc_guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret);
2099 guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret);
2115 port_pkey = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret);
H A Dibnex.c128 uint64_t ibnex_str2hex(char *, int, int *);
1732 *pkey = ibnex_str2hex(srv, (temp - srv - 1), &ret);
1779 *portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret);
1845 *ioc_guid = ibnex_str2hex(temp, (temp1 - temp), &ret);
1854 *iou_guid = ibnex_str2hex(temp1, len, &ret);
3261 * ibnex_str2hex()
3268 ibnex_str2hex(char *c, int len, int *ret) function

Completed in 107 milliseconds