Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c517 ((attrp->pa_sname != NULL) ? attrp->pa_sname : ""), attrp->pa_sid, in ibcm_validate_path_attributes()
566 ((attrp->pa_sname != NULL) && (strlen(attrp->pa_sname) == 0)))))) { in ibcm_validate_path_attributes()
582 ((attrp->pa_sname == NULL) || ((attrp->pa_sname != NULL) && in ibcm_validate_path_attributes()
583 (strlen(attrp->pa_sname) == 0)))) { in ibcm_validate_path_attributes()
626 if ((attrp->pa_sname != NULL) && in ibcm_validate_path_attributes()
811 ((p_arg->attr.pa_sname != NULL) ? in ibcm_process_get_paths()
812 p_arg->attr.pa_sname : "")); in ibcm_process_get_paths()
820 ((p_arg->attr.pa_sname != NULL) ? in ibcm_process_get_paths()
821 p_arg->attr.pa_sname : "")); in ibcm_process_get_paths()
2040 if ((attrp->pa_sname != NULL) && (strlen(attrp->pa_sname) != 0)) { in ibcm_saa_service_rec()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h318 char *pa_sname; /* ASCII Service name */ member