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) function
50 construct_path((uintptr_t)d.devi_parent, result);
73 if (construct_path((uintptr_t)m->dip, device_path) != DCMD_OK) {
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c71 construct_path(uintptr_t addr, char *result) function
83 construct_path((uintptr_t)d.devi_parent, result);
123 if (construct_path((uintptr_t)c.ct_dip, dev_path) != DCMD_OK)
663 if (construct_path((uintptr_t)mp->m_dip, device_path) != DCMD_OK) {

Completed in 66 milliseconds