Searched refs:boot_tgt (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/sparc/os/ |
H A D | iscsi_boot.c | 83 (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() 155 boot_property.boot_tgt.tgt_name = in iscsiboot_tgt_prop_read() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | iscsiboot_prop.c | 185 iscsi_print_tgt_property(&iscsiboot_prop->boot_tgt); in iscsi_print_boot_property() 261 iscsi_boot_free_tgt(&(tmp->boot_tgt)); in iscsi_boot_prop_free() 306 lun_num = (uint16_t *)(&iscsiboot_prop->boot_tgt.tgt_boot_lun[0]); in get_iscsi_bootpath_vhci() 308 ISCSI_BOOT_ISID, iscsiboot_prop->boot_tgt.tgt_name, in get_iscsi_bootpath_vhci() 309 iscsiboot_prop->boot_tgt.tgt_tpgt, lun_num[0], in get_iscsi_bootpath_vhci() 310 iscsiboot_prop->boot_tgt.tgt_boot_par); in get_iscsi_bootpath_vhci() 327 if (replace_sp_c(replaced_name, iscsiboot_prop->boot_tgt.tgt_name, in get_iscsi_bootpath_phy() 328 iscsiboot_prop->boot_tgt.tgt_name_len) != 0) { in get_iscsi_bootpath_phy() 331 lun_num = *(uint16_t *)(&iscsiboot_prop->boot_tgt.tgt_boot_lun[0]); in get_iscsi_bootpath_phy() 333 ISCSI_BOOT_ISID, replaced_name, iscsiboot_prop->boot_tgt.tgt_tpgt, in get_iscsi_bootpath_phy() [all …]
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | ibft.c | 536 &boot_property.boot_tgt.tgt_ip_u, &af); in iscsi_parse_ibft_target() 540 boot_property.boot_tgt.sin_family = af; in iscsi_parse_ibft_target() 545 boot_property.boot_tgt.tgt_name = in iscsi_parse_ibft_target() 548 boot_property.boot_tgt.tgt_name_len = in iscsi_parse_ibft_target() 551 (char *)boot_property.boot_tgt.tgt_name, in iscsi_parse_ibft_target() 555 boot_property.boot_tgt.tgt_name = NULL; in iscsi_parse_ibft_target() 559 boot_property.boot_tgt.tgt_port = tgtp->port; in iscsi_parse_ibft_target() 561 boot_property.boot_tgt.lun_online = 0; in iscsi_parse_ibft_target() 606 boot_property.boot_tgt.tgt_chap_name = in iscsi_parse_ibft_target() 610 boot_property.boot_tgt.tgt_chap_name_len in iscsi_parse_ibft_target() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsid.c | 169 (char *)&boot_prop_entry->boot_tgt.tgt_ip_u)) in iscsid_make_entry() 172 if (boot_prop_entry->boot_tgt.sin_family != AF_INET && in iscsid_make_entry() 173 boot_prop_entry->boot_tgt.sin_family != AF_INET6) in iscsid_make_entry() 184 if (boot_prop_entry->boot_tgt.sin_family == AF_INET) { in iscsid_make_entry() 186 boot_prop_entry->boot_tgt.tgt_ip_u.u_in4.s_addr; in iscsid_make_entry() 190 &boot_prop_entry->boot_tgt.tgt_ip_u.u_in6.s6_addr, in iscsid_make_entry() 195 entry->e_port = boot_prop_entry->boot_tgt.tgt_port; in iscsid_make_entry() 216 (char *)&boot_prop_table->boot_tgt.tgt_ip_u)) { in iscsi_boot_session_create() 220 if (boot_prop_table->boot_tgt.tgt_name != NULL) { in iscsi_boot_session_create() 229 (char *)boot_prop_table->boot_tgt.tgt_name, in iscsi_boot_session_create() [all …]
|
H A D | iscsi_lun.c | 200 iscsiboot_prop->boot_tgt.lun_online == 0) { in iscsi_lun_create() 202 (uint64_t *)iscsiboot_prop->boot_tgt.tgt_boot_lun; in iscsi_lun_create() 209 iscsiboot_prop->boot_tgt.lun_online = 1; in iscsi_lun_create() 571 iscsiboot_prop->boot_tgt.lun_online == 0) { in iscsi_lun_online() 575 (uint64_t *)iscsiboot_prop->boot_tgt.tgt_boot_lun; in iscsi_lun_online() 582 iscsiboot_prop->boot_tgt.lun_online = 1; in iscsi_lun_online()
|
H A D | iscsi_sess.c | 844 if (iscsiboot_prop->boot_tgt.tgt_chap_sec != NULL) { in iscsi_sess_set_auth() 848 tmp = iscsiboot_prop->boot_tgt.tgt_chap_sec; in iscsi_sess_set_auth() 856 if (iscsiboot_prop->boot_tgt.tgt_chap_name == NULL) { in iscsi_sess_set_auth() 861 tmp = iscsiboot_prop->boot_tgt.tgt_chap_name; in iscsi_sess_set_auth() 866 tmp = iscsiboot_prop->boot_tgt.tgt_chap_sec; in iscsi_sess_set_auth()
|
H A D | iscsi.c | 4432 if (iscsiboot_prop->boot_tgt.tgt_chap_name != in iscsi_ioctl() 4439 if (iscsiboot_prop->boot_tgt.tgt_name != NULL) { in iscsi_ioctl() 4441 (char *)iscsiboot_prop->boot_tgt.tgt_name, in iscsi_ioctl() 4444 if (iscsiboot_prop->boot_tgt.tgt_chap_name != NULL) { in iscsi_ioctl() 4446 (char *)iscsiboot_prop->boot_tgt.tgt_chap_name, in iscsi_ioctl() 4449 (char *)iscsiboot_prop->boot_tgt.tgt_chap_sec, in iscsi_ioctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bootprops.h | 149 ib_tgt_prop_t boot_tgt; member
|