Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c12506 uint64_t sam_lun; in fcp_create_dip() local
12663 bcopy(&plun->lun_addr, &sam_lun, FCP_LUN_SIZE); in fcp_create_dip()
12665 sam_lun) != DDI_PROP_SUCCESS) { in fcp_create_dip()
12704 uint64_t sam_lun; in fcp_create_pip() local
12883 bcopy(&plun->lun_addr, &sam_lun, FCP_LUN_SIZE); in fcp_create_pip()
12884 if (mdi_prop_update_int64(pip, SAM_LUN_PROP, sam_lun) in fcp_create_pip()