Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c16526 uint16_t cur_handle; in mptsas_phy_to_tgt() local
16567 cur_handle = mpt->m_dev_handle; in mptsas_phy_to_tgt()
16571 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)cur_handle; in mptsas_phy_to_tgt()
16573 &cur_handle, &ptgt); in mptsas_phy_to_tgt()
16583 mpt->m_dev_handle = cur_handle; in mptsas_phy_to_tgt()
16605 uint16_t cur_handle; in mptsas_wwid_to_ptgt() local
16637 cur_handle = mpt->m_dev_handle; in mptsas_wwid_to_ptgt()
16641 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | cur_handle; in mptsas_wwid_to_ptgt()
16643 &cur_handle, &tmp_tgt); in mptsas_wwid_to_ptgt()
16654 mpt->m_dev_handle = cur_handle; in mptsas_wwid_to_ptgt()
[all …]