Searched refs:boot_property (Results 1 – 2 of 2) sorted by relevance
45 ib_boot_prop_t boot_property; variable83 (uchar_t *)&boot_property.boot_tgt.tgt_ip_u) == in iscsiboot_tgt_prop_read()85 boot_property.boot_tgt.sin_family = AF_INET; in iscsiboot_tgt_prop_read()102 boot_property.boot_tgt.tgt_port = in iscsiboot_tgt_prop_read()109 boot_property.boot_tgt.tgt_port = 3260; in iscsiboot_tgt_prop_read()120 (&boot_property.boot_tgt.tgt_boot_lun[0])) in iscsiboot_tgt_prop_read()127 bzero((void *)boot_property.boot_tgt.tgt_boot_lun, 8); in iscsiboot_tgt_prop_read()138 boot_property.boot_tgt.tgt_tpgt = in iscsiboot_tgt_prop_read()145 boot_property.boot_tgt.tgt_tpgt = 1; in iscsiboot_tgt_prop_read()150 boot_property.boot_tgt.tgt_name = NULL; in iscsiboot_tgt_prop_read()[all …]
195 ib_boot_prop_t boot_property; /* static allocated */ variable371 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()[all …]