Searched defs: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; local
198 ISCSI_OBP_MAX_CHAP_USER_LEN, &chap_user_len, &status);
207 chap_user_len > ISCSI_OBP_MAX_CHAP_USER_LEN ||
208 chap_user_len <= 0) {
229 (uchar_t *)kmem_zalloc(chap_user_len + 1, KM_SLEEP);
230 boot_property.boot_init.ini_chap_name_len = chap_user_len + 1;
232 chap_user_len);

Completed in 855 milliseconds