Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Discsiboot_prop.c239 if (target->tgt_boot_par != NULL) { in iscsi_boot_free_tgt()
240 kmem_free(target->tgt_boot_par, in iscsi_boot_free_tgt()
242 target->tgt_boot_par = NULL; in iscsi_boot_free_tgt()
310 iscsiboot_prop->boot_tgt.tgt_boot_par); in get_iscsi_bootpath_vhci()
334 lun_num, iscsiboot_prop->boot_tgt.tgt_boot_par); in get_iscsi_bootpath_phy()
/titanic_41/usr/src/uts/sparc/os/
H A Discsi_boot.c175 boot_property.boot_tgt.tgt_boot_par = NULL; in iscsiboot_tgt_prop_read()
180 boot_property.boot_tgt.tgt_boot_par = in iscsiboot_tgt_prop_read()
184 (char *)boot_property.boot_tgt.tgt_boot_par, in iscsiboot_tgt_prop_read()
190 boot_property.boot_tgt.tgt_boot_par = in iscsiboot_tgt_prop_read()
193 boot_property.boot_tgt.tgt_boot_par[0] = 'a'; in iscsiboot_tgt_prop_read()
/titanic_41/usr/src/uts/common/sys/
H A Dbootprops.h138 uchar_t *tgt_boot_par; member