Home
last modified time | relevance | path

Searched refs:chap_user_len (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c74 int chap_user_len = 0; in iscsiboot_tgt_prop_read() local
198 ISCSI_OBP_MAX_CHAP_USER_LEN, &chap_user_len, &status); in iscsiboot_tgt_prop_read()
207 chap_user_len > ISCSI_OBP_MAX_CHAP_USER_LEN || in iscsiboot_tgt_prop_read()
208 chap_user_len <= 0) { in iscsiboot_tgt_prop_read()
229 (uchar_t *)kmem_zalloc(chap_user_len + 1, KM_SLEEP); in iscsiboot_tgt_prop_read()
230 boot_property.boot_init.ini_chap_name_len = chap_user_len + 1; in iscsiboot_tgt_prop_read()
232 chap_user_len); in iscsiboot_tgt_prop_read()