Home | History | Annotate | Download | only in iscsi

Lines Matching refs:pval

341  *          pval     The pointer to the result.
348 get_numval(uint8_t *buf, uint32_t *pval, const uint8_t sep)
370 *pval = val;
408 * pval The pointer to the result.
414 get_ynval(uint8_t *buf, uint32_t *pval)
418 *pval = 1;
420 *pval = 0;
434 * pval The pointer to the result.
440 get_digestval(uint8_t *buf, uint32_t *pval)
444 *pval = 1;
446 *pval = 0;
460 * pval The pointer to the result.
466 get_authval(uint8_t *buf, uint32_t *pval)
470 *pval = ISCSI_AUTH_None;
472 *pval = ISCSI_AUTH_CHAP;
474 *pval = ISCSI_AUTH_KRB5;
476 *pval = ISCSI_AUTH_SRP;
490 * pval The pointer to the result pointer.
496 get_strval(uint8_t *buf, uint8_t **pval)
502 *pval = buf;