Searched refs:param_get (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | parameters.c | 187 param_get(iscsi_parameter_t * head, const char *key) in param_get() function 498 param = param_get(head, "CHAP_A"); in param_parse_security() 513 if ((param = param_get(head, "CHAP_I")) == NULL) { in param_parse_security() 524 if ((param = param_get(head, "CHAP_C")) == NULL) { in param_parse_security() 547 if ((param = param_get(head, "CHAP_N")) == NULL) { in param_parse_security() 568 if ((param = param_get(head, "CHAP_R")) == NULL) { in param_parse_security() 595 if ((param = param_get(head, "CHAP_I")) == NULL) { in param_parse_security() 606 if ((param = param_get(head, "CHAP_C")) == NULL) { in param_parse_security() 891 if ((auth_result = param_get(head, "AuthResult")) != 0) { in param_text_parse() 898 if ((auth_result = param_get(head, "AuthResult")) != 0) { in param_text_parse()
|
H A D | target.c | 758 if ((ptr = param_get(sess->params, "SendTargets")) == NULL) { in text_command_t()
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | parameters.h | 144 iscsi_parameter_t *param_get(iscsi_parameter_t * , const char *);
|