Searched refs:auth_result (Results 1 – 1 of 1) sorted by relevance
890 iscsi_parameter_t *auth_result; in param_text_parse() local891 … if ((auth_result = param_get(head, "AuthResult")) != 0) { in param_text_parse()892 … (void) strlcpy(auth_result->value_l->value, "Fail", sizeof(auth_result->value_l->value)); in param_text_parse()897 iscsi_parameter_t *auth_result; in param_text_parse() local898 … if ((auth_result = param_get(head, "AuthResult")) != 0) { in param_text_parse()899 … (void) strlcpy(auth_result->value_l->value, "Yes", sizeof(auth_result->value_l->value)); in param_text_parse()