Home
last modified time | relevance | path

Searched refs:boot_prop_entry (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c70 static boolean_t iscsid_make_entry(ib_boot_prop_t *boot_prop_entry,
163 iscsid_make_entry(ib_boot_prop_t *boot_prop_entry, entry_t *entry) in iscsid_make_entry() argument
165 if (entry == NULL || boot_prop_entry == NULL) { in iscsid_make_entry()
170 (char *)&boot_prop_entry->boot_tgt.tgt_ip_u)) in iscsid_make_entry()
173 if (boot_prop_entry->boot_tgt.sin_family != AF_INET && in iscsid_make_entry()
174 boot_prop_entry->boot_tgt.sin_family != AF_INET6) in iscsid_make_entry()
185 if (boot_prop_entry->boot_tgt.sin_family == AF_INET) { in iscsid_make_entry()
187 boot_prop_entry->boot_tgt.tgt_ip_u.u_in4.s_addr; in iscsid_make_entry()
191 &boot_prop_entry->boot_tgt.tgt_ip_u.u_in6.s6_addr, in iscsid_make_entry()
196 entry->e_port = boot_prop_entry->boot_tgt.tgt_port; in iscsid_make_entry()