Searched refs:svc_str (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/fsreparse/ |
H A D | fs_reparse.c | 44 static boolean_t reparse_validate_svctype(char *svc_str); 123 reparse_validate_svctype(char *svc_str) in reparse_validate_svctype() argument 127 if (svc_str == NULL) in reparse_validate_svctype() 130 len = strlen(svc_str); in reparse_validate_svctype() 133 if (svc_str[ix] == svctype_invalid_chars[nx]) in reparse_validate_svctype()
|
/titanic_41/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 1815 char *svc_str = strrchr(pkey_str, ','); in ibnex_get_dip_from_apid() local 1827 str_len = strlen(pkey_str) - strlen(svc_str); in ibnex_get_dip_from_apid() 1838 ++svc_str; /* svc_str used to point to ",svc_name" */ in ibnex_get_dip_from_apid() 1840 ":%x service name = %s", pkey_str, pkey_val, svc_str); in ibnex_get_dip_from_apid() 1866 (strstr(svc_str, ibnex. in ibnex_get_dip_from_apid() 1872 (strstr(svc_str, ibnex. in ibnex_get_dip_from_apid() 1876 ((pkey_val != 0) && (strstr(svc_str, ibnex. in ibnex_get_dip_from_apid() 2071 char *svc_str = strrchr(pkey_str, ','); in ibnex_handle_commsvcnode_configure() local 2087 (pkey_str == NULL || svc_str == NULL))) { in ibnex_handle_commsvcnode_configure() 2109 str_len = strlen(pkey_str) - strlen(svc_str); in ibnex_handle_commsvcnode_configure() [all …]
|