Searched refs:chap_pwd_len (Results 1 – 1 of 1) sorted by relevance
75 int chap_pwd_len = 0; in iscsiboot_tgt_prop_read() local213 ISCSI_OBP_MAX_CHAP_LEN, &chap_pwd_len, &status); in iscsiboot_tgt_prop_read()223 chap_pwd_len > ISCSI_OBP_MAX_CHAP_LEN || in iscsiboot_tgt_prop_read()224 chap_pwd_len <= 0) { in iscsiboot_tgt_prop_read()235 (uchar_t *)kmem_zalloc(chap_pwd_len + 1, KM_SLEEP); in iscsiboot_tgt_prop_read()236 boot_property.boot_init.ini_chap_sec_len = chap_pwd_len + 1; in iscsiboot_tgt_prop_read()238 chap_pwd_len); in iscsiboot_tgt_prop_read()