Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c38 construct_path(uintptr_t addr, char *result) in construct_path() function
50 construct_path((uintptr_t)d.devi_parent, result); in construct_path()
73 if (construct_path((uintptr_t)m->dip, device_path) != DCMD_OK) { in display_targets()
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c72 construct_path(uintptr_t addr, char *result) in construct_path() function
84 construct_path((uintptr_t)d.devi_parent, result); in construct_path()
124 if (construct_path((uintptr_t)c.ct_dip, dev_path) != DCMD_OK) in mdi_info_cb()
664 if (construct_path((uintptr_t)mp->m_dip, device_path) != DCMD_OK) { in display_deviceinfo()