Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c351 int cur_handle; in bl_free() local
354 for (cur_handle = 0; cur_handle < next_array_elem; in bl_free()
355 cur_handle++) { in bl_free()
356 free_list(cur_handle); in bl_free()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c16171 uint16_t cur_handle; in mptsas_phy_to_tgt() local
16212 cur_handle = mpt->m_dev_handle; in mptsas_phy_to_tgt()
16216 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)cur_handle; in mptsas_phy_to_tgt()
16218 &cur_handle, &ptgt); in mptsas_phy_to_tgt()
16228 mpt->m_dev_handle = cur_handle; in mptsas_phy_to_tgt()
16250 uint16_t cur_handle; in mptsas_wwid_to_ptgt() local
16282 cur_handle = mpt->m_dev_handle; in mptsas_wwid_to_ptgt()
16286 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | cur_handle; in mptsas_wwid_to_ptgt()
16288 &cur_handle, &tmp_tgt); in mptsas_wwid_to_ptgt()
16299 mpt->m_dev_handle = cur_handle; in mptsas_wwid_to_ptgt()
[all …]