Lines Matching refs:boot_property

195 ib_boot_prop_t boot_property;		/* static allocated */
371 boot_property.boot_init.ini_name =
374 boot_property.boot_init.ini_name_len =
377 (char *)boot_property.boot_init.ini_name,
481 &boot_property.boot_nic.nic_ip_u, &af);
486 boot_property.boot_nic.sin_family = af;
489 &boot_property.boot_nic.nic_gw_u, NULL);
495 &boot_property.boot_nic.nic_dhcp_u, NULL);
500 bcopy(nicp->mac, boot_property.boot_nic.nic_mac, 6);
501 boot_property.boot_nic.sub_mask_prefix =
533 &boot_property.boot_tgt.tgt_ip_u, &af);
537 boot_property.boot_tgt.sin_family = af;
542 boot_property.boot_tgt.tgt_name =
545 boot_property.boot_tgt.tgt_name_len =
548 (char *)boot_property.boot_tgt.tgt_name,
552 boot_property.boot_tgt.tgt_name = NULL;
556 boot_property.boot_tgt.tgt_port = tgtp->port;
558 boot_property.boot_tgt.lun_online = 0;
565 boot_property.boot_init.ini_chap_name =
569 boot_property.boot_init.ini_chap_name_len =
572 boot_property.boot_init.ini_chap_name;
582 boot_property.boot_init.ini_chap_name = NULL;
586 boot_property.boot_init.ini_chap_sec =
590 boot_property.boot_init.ini_chap_sec_len =
594 boot_property.boot_init.ini_chap_sec,
597 boot_property.boot_init.ini_chap_sec = NULL;
603 boot_property.boot_tgt.tgt_chap_name =
607 boot_property.boot_tgt.tgt_chap_name_len
609 #define TGT_CHAP_NAME boot_property.boot_tgt.tgt_chap_name
623 boot_property.boot_tgt.tgt_chap_name =
628 boot_property.boot_tgt.tgt_chap_sec =
632 boot_property.boot_tgt.tgt_chap_sec_len
635 boot_property.boot_tgt.tgt_chap_sec;
643 boot_property.boot_tgt.tgt_chap_sec =
649 boot_property.boot_init.ini_chap_name = NULL;
650 boot_property.boot_init.ini_chap_sec = NULL;
657 boot_property.boot_tgt.tgt_boot_lun, 8);
776 (void) memset(&boot_property, 0, sizeof (boot_property));
782 iscsiboot_prop = &boot_property;