Lines Matching refs:boot_property

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