Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c252 attrp->pa_sname != NULL || attrp->pa_sid != 0) { in ibcm_path_cache_check()
315 attrp->pa_sname != NULL || attrp->pa_sid != 0) in ibcm_path_cache_add()
516 ((attrp->pa_sname != NULL) ? attrp->pa_sname : ""), attrp->pa_sid, in ibcm_validate_path_attributes()
564 ((attrp->pa_sid == 0) && ((attrp->pa_sname == NULL) || in ibcm_validate_path_attributes()
565 ((attrp->pa_sname != NULL) && (strlen(attrp->pa_sname) == 0)))))) { in ibcm_validate_path_attributes()
581 ((attrp->pa_sname == NULL) || ((attrp->pa_sname != NULL) && in ibcm_validate_path_attributes()
582 (strlen(attrp->pa_sname) == 0)))) { in ibcm_validate_path_attributes()
625 if ((attrp->pa_sname != NULL) && in ibcm_validate_path_attributes()
626 (strlen(attrp->pa_sname) >= IB_SVC_NAME_LEN)) { in ibcm_validate_path_attributes()
805 if ((p_arg->attr.pa_sid != 0) || ((p_arg->attr.pa_sname != NULL) && in ibcm_process_get_paths()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h318 char *pa_sname; /* ASCII Service name */ member