Symbol: ibnex_str2hex
usr/src/uts/common/io/ib/ibnex/ibnex.c
134
uint64_t ibnex_str2hex(char *, int, int *);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1738
*pkey = ibnex_str2hex(srv, (temp - srv - 1), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1785
*portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1851
*ioc_guid = ibnex_str2hex(temp, (temp1 - temp), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1860
*iou_guid = ibnex_str2hex(temp1, len, &ret);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
434
*pkey = ibnex_str2hex(tmp, (tmp1 - tmp), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
80
extern uint64_t ibnex_str2hex(char *, int, int *);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1834
pkey_val = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2036
ioc_guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2102
guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2118
port_pkey = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
518
hca_guid = ibnex_str2hex(guid_str, strlen(guid_str),
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
583
hca_guid = ibnex_str2hex(guid_str, strlen(guid_str),
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
703
hca_guid = ibnex_str2hex(guid_str, strlen(guid_str),
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
98
extern uint64_t ibnex_str2hex(char *, int, int *);