Searched refs:iscsiboot_prop (Results 1 – 17 of 17) sorted by relevance
44 extern ib_boot_prop_t *iscsiboot_prop;173 if (iscsiboot_prop == NULL) { in iscsi_print_boot_property()178 &iscsiboot_prop->boot_init); in iscsi_print_boot_property()180 iscsi_print_nic_property(&iscsiboot_prop->boot_nic); in iscsi_print_boot_property()182 iscsi_print_tgt_property(&iscsiboot_prop->boot_tgt); in iscsi_print_boot_property()252 if (iscsiboot_prop == NULL) { in iscsi_boot_prop_free()255 tmp = iscsiboot_prop; in iscsi_boot_prop_free()256 iscsiboot_prop = NULL; in iscsi_boot_prop_free()299 if (iscsiboot_prop == NULL) in get_iscsi_bootpath_vhci()301 if (iscsiboot_prop == NULL) in get_iscsi_bootpath_vhci()[all …]
116 extern ib_boot_prop_t *iscsiboot_prop;178 if (netboot && iscsiboot_prop) { in rootconf()184 if (netboot || iscsiboot_prop) { in rootconf()192 if ((ret == 0) && iscsiboot_prop) { in rootconf()245 if ((d == NODEV) && (iscsiboot_prop != NULL)) { in getrootdev()
371 extern ib_boot_prop_t *iscsiboot_prop; in main()512 if (netboot == 0 && iscsiboot_prop == NULL) in main()
384 ib_boot_prop_t *iscsiboot_prop = NULL; variable
3654 extern ib_boot_prop_t *iscsiboot_prop;3858 if ((iscsiboot_prop != NULL) && in resolve_pathname()
77 extern ib_boot_prop_t *iscsiboot_prop;267 if ((modrootloaded == 0) && (iscsiboot_prop != NULL)) { in iscsid_init()271 iscsi_boot_session_create(ihp, iscsiboot_prop); in iscsid_init()761 if (!modrootloaded && (iscsiboot_prop != NULL)) { in iscsid_config_one()786 iscsiboot_prop); in iscsid_config_one()809 iscsiboot_prop->boot_tgt.lun_online; in iscsid_config_one()866 if (!modrootloaded && iscsiboot_prop != NULL) { in iscsid_config_all()889 iscsiboot_prop); in iscsid_config_all()912 iscsiboot_prop->boot_tgt.lun_online; in iscsid_config_all()1130 if (iscsiboot_prop && (ics->ics_out > 1) && in iscsid_add()[all …]
53 extern ib_boot_prop_t *iscsiboot_prop;199 if (iscsiboot_prop != NULL && isp->sess_boot == B_TRUE && in iscsi_lun_create()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()570 if (iscsiboot_prop != NULL && in iscsi_lun_online()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()
153 extern ib_boot_prop_t *iscsiboot_prop;882 if (iscsiboot_prop->boot_nic.sin_family == AF_INET) { in iscsi_net_interface()890 iscsiboot_prop->boot_nic.nic_ip_u.u_in4.s_addr; in iscsi_net_interface()892 mask_prefix = iscsiboot_prop->boot_nic.sub_mask_prefix; in iscsi_net_interface()909 iscsiboot_prop->boot_nic.nic_gw_u.u_in4.s_addr; in iscsi_net_interface()943 bcopy(&iscsiboot_prop->boot_nic.nic_ip_u.u_in6.s6_addr, in iscsi_net_interface()947 mask_prefix = iscsiboot_prop->boot_nic.sub_mask_prefix; in iscsi_net_interface()
681 extern ib_boot_prop_t *iscsiboot_prop;815 if (iscsiboot_prop == NULL) { in iscsi_sess_set_auth()819 if (iscsiboot_prop->boot_init.ini_chap_sec == NULL) { in iscsi_sess_set_auth()824 (void) bcopy(iscsiboot_prop->boot_init.ini_chap_sec, in iscsi_sess_set_auth()826 strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec)); in iscsi_sess_set_auth()832 if (iscsiboot_prop->boot_init.ini_chap_name == NULL) { in iscsi_sess_set_auth()836 tmp = iscsiboot_prop->boot_init.ini_chap_name; in iscsi_sess_set_auth()842 strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec); in iscsi_sess_set_auth()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()[all …]
66 extern ib_boot_prop_t *iscsiboot_prop;432 if (iscsiboot_prop == NULL) { in iscsi_attach()1180 if ((modrootloaded == 0) && (iscsiboot_prop != NULL)) { in iscsi_tran_bus_config()1863 if (iscsiboot_prop) { in iscsi_ioctl()2020 if (iscsiboot_prop && in iscsi_ioctl()2083 if (iscsiboot_prop) { in iscsi_ioctl()4349 if (iscsiboot_prop) { in iscsi_ioctl()4376 if (iscsiboot_prop) { in iscsi_ioctl()4410 if (iscsiboot_prop == NULL) { in iscsi_ioctl()4419 if (iscsiboot_prop->boot_init.ini_name != NULL) { in iscsi_ioctl()[all …]
32 extern ib_boot_prop_t *iscsiboot_prop;727 if (iscsiboot_prop && modrootloaded && in iscsi_conn_sync_params()858 if (iscsiboot_prop && (ics->ics_out > 1) && isp->sess_boot && in iscsi_conn_sync_params()880 if (iscsiboot_prop && (idx == ISCSI_MAX_CONFIG_SESSIONS)) { in iscsi_conn_sync_params()
41 extern ib_boot_prop_t *iscsiboot_prop;903 if (iscsiboot_prop && in iscsi_set_params()964 if (iscsiboot_prop && in iscsi_set_params()
69 extern ib_boot_prop_t *iscsiboot_prop;330 if (iscsiboot_prop != NULL) { in strplumb_dev()331 af = iscsiboot_prop->boot_nic.sin_family; in strplumb_dev()522 else if (iscsiboot_prop != NULL) { in strplumb_get_netdev_path()574 } else if (iscsiboot_prop != NULL) { in strplumb_get_netdev_path()575 bcopy(iscsiboot_prop->boot_nic.nic_mac, in strplumb_get_netdev_path()
46 extern ib_boot_prop_t *iscsiboot_prop;365 if (iscsiboot_prop != NULL) in ld_ib_prop()371 iscsiboot_prop = &boot_property; in ld_ib_prop()
196 extern ib_boot_prop_t *iscsiboot_prop; /* to be filled */782 iscsiboot_prop = &boot_property; in ld_ib_prop()
4634 extern ib_boot_prop_t *iscsiboot_prop;4681 if (netboot && iscsiboot_prop) { in rootconf()4687 if (netboot || iscsiboot_prop) { in rootconf()4695 if ((ret == 0) && iscsiboot_prop) { in rootconf()
61 iscsiboot_prop.o \