Searched refs:boot_prop_entry (Results 1 – 1 of 1) sorted by relevance
69 static boolean_t iscsid_make_entry(ib_boot_prop_t *boot_prop_entry,162 iscsid_make_entry(ib_boot_prop_t *boot_prop_entry, entry_t *entry) in iscsid_make_entry() argument164 if (entry == NULL || boot_prop_entry == NULL) { in iscsid_make_entry()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()