Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c134 pathm_t pmt = {NULL}; in make_hba_logid() local
155 pmt.phys = (char *)hba_phys; in make_hba_logid()
156 pmt.ret = SCFGA_APID_NOEXIST; in make_hba_logid()
159 ret = walk_tree(pmt.phys, &pmt, DINFOMINOR | DINFOPROP, &u, in make_hba_logid()
160 SCFGA_WALK_MINOR, &pmt.l_errno); in make_hba_logid()
161 if (ret == SCFGA_OK && (ret = pmt.ret) == SCFGA_OK) { in make_hba_logid()
162 assert(pmt.log != NULL); in make_hba_logid()
163 *hba_logpp = pmt.log; in make_hba_logid()
168 if (pmt.log != NULL) { in make_hba_logid()
169 S_FREE(pmt.log); in make_hba_logid()
[all …]
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c964 pathm_t pmt = {NULL}; in physpath_to_devlink() local
967 pmt.phys = xport_phys; in physpath_to_devlink()
968 pmt.ret = FPCFGA_NO_REC; in physpath_to_devlink()
969 pmt.match_minor = match_minor; in physpath_to_devlink()
974 ret = recurse_dev(basedir, &pmt, lookup_dev); in physpath_to_devlink()
975 if (ret == FPCFGA_OK && (ret = pmt.ret) == FPCFGA_OK) { in physpath_to_devlink()
976 assert(pmt.log != NULL); in physpath_to_devlink()
977 *xport_logpp = pmt.log; in physpath_to_devlink()
979 if (pmt.log != NULL) { in physpath_to_devlink()
980 S_FREE(pmt.log); in physpath_to_devlink()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dpcic_var.h192 pcic_pm_t pmt; /* PM handler structure */ member