boot_init
static void boot_init();
boot_init();
if (iscsiboot_prop->boot_init.ini_name != NULL) {
(char *)iscsiboot_prop->boot_init.ini_name,
if (iscsiboot_prop->boot_init.ini_chap_name != NULL) {
(char *)iscsiboot_prop->boot_init.ini_chap_name,
(char *)iscsiboot_prop->boot_init.ini_chap_sec,
if (iscsiboot_prop->boot_init.ini_chap_sec == NULL) {
(void) bcopy(iscsiboot_prop->boot_init.ini_chap_sec,
strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec));
if (iscsiboot_prop->boot_init.ini_chap_name == NULL) {
tmp = iscsiboot_prop->boot_init.ini_chap_name;
strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec);
(const char *)iscsiboot_prop->boot_init.ini_name,
(const char *)iscsiboot_prop->boot_init.ini_name,
if (iscsiboot_prop && iscsiboot_prop->boot_init.ini_name != NULL) {
(const char *)iscsiboot_prop->boot_init.ini_name,
if (strlen((const char *)iscsiboot_prop->boot_init.ini_name) != 0) {
bcopy(iscsiboot_prop->boot_init.ini_name,
strlen((const char *)iscsiboot_prop->boot_init.ini_name));
name = (char *)iscsiboot_prop->boot_init.ini_name;
(const char *)iscsiboot_prop->boot_init.ini_name,
&iscsiboot_prop->boot_init);
iscsi_boot_free_ini(&(tmp->boot_init));
ib_ini_prop_t boot_init;
boot_property.boot_init.ini_name =
boot_property.boot_init.ini_name_len =
(char *)boot_property.boot_init.ini_name,
boot_property.boot_init.ini_chap_name =
boot_property.boot_init.ini_chap_name_len =
boot_property.boot_init.ini_chap_name;
boot_property.boot_init.ini_chap_name = NULL;
boot_property.boot_init.ini_chap_sec =
boot_property.boot_init.ini_chap_sec_len =
boot_property.boot_init.ini_chap_sec,
boot_property.boot_init.ini_chap_sec = NULL;
boot_property.boot_init.ini_chap_name = NULL;
boot_property.boot_init.ini_chap_sec = NULL;
boot_property.boot_init.ini_chap_name =
boot_property.boot_init.ini_chap_name_len = chap_user_len + 1;
(void) memcpy(boot_property.boot_init.ini_chap_name, chap_user,
boot_property.boot_init.ini_chap_sec =
boot_property.boot_init.ini_chap_sec_len = chap_pwd_len + 1;
(void) memcpy(boot_property.boot_init.ini_chap_sec, chap_password,
boot_property.boot_init.ini_name =
boot_property.boot_init.ini_name_len = proplen + 1;
(char *)boot_property.boot_init.ini_name,
boot_property.boot_init.ini_name_len = 38;
boot_property.boot_init.ini_name =
(uchar_t *)kmem_zalloc(boot_property.boot_init.ini_name_len,
(void) snprintf((char *)boot_property.boot_init.ini_name,