Searched refs:hca_device_path_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h192 * for the specified GUID. hca_info.hca_device_path_len will contain the actual
303 * hca_device_path_len contains the string length of the actual hca
307 uint_t hca_device_path_len; member in struct:ibnex_ctl_hca_info_s
398 * hca_device_path_len contains the string length of the actual hca
402 uint_t hca_device_path_len; member in struct:ibnex_ctl_hca_info_32_s
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2951 (x)->hca_device_path_len = (device_path_len); \
2969 uint_t device_path_alloc_sz, hca_device_path_len; local
3021 hca_device_path_len = strlen(hca_device_path) + 1;
3028 device_path_alloc_sz, hca_device_path_len);
3044 device_path_alloc_sz, hca_device_path_len);
3057 if (device_path_alloc_sz >= hca_device_path_len) {
3060 hca_device_path_len, mode) != 0) {

Completed in 65 milliseconds