Searched refs:tgt_chap (Results 1 – 3 of 3) sorted by relevance
3049 bootProp.tgt_chap.c_user[0] = '\0'; in SUN_IMA_GetBootTargetName()3089 bootProp.tgt_chap.c_user[0] = '\0'; in SUN_IMA_GetBootTargetAuthParams()3090 bootProp.tgt_chap.c_secret[0] = '\0'; in SUN_IMA_GetBootTargetAuthParams()3107 if (bootProp.tgt_chap.c_user[0] != '\0') { in SUN_IMA_GetBootTargetAuthParams()3109 bootProp.tgt_chap.c_user, ISCSI_MAX_NAME_LEN); in SUN_IMA_GetBootTargetAuthParams()3113 if (bootProp.tgt_chap.c_secret[0] != '\0') { in SUN_IMA_GetBootTargetAuthParams()3115 bootProp.tgt_chap.c_secret, MAX_CHAP_SECRET_LEN); in SUN_IMA_GetBootTargetAuthParams()
641 iscsi_chap_props_t tgt_chap; member
4445 (void) strncpy((char *)bootProp->tgt_chap.c_user, in iscsi_ioctl()4448 (void) strncpy((char *)bootProp->tgt_chap.c_secret, in iscsi_ioctl()