Searched refs:dev_cmp (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.h | 441 int dev_cmp(const char *dev1, const char *dev2, int match_minor);
|
H A D | cfga_list.c | 355 if (!dev_cmp(lap->apidp->hba_phys, nodepath, match_minor)) { in stat_dev() 363 if (dev_cmp(lap->apidp->path, nodepath, match_minor)) { in stat_dev()
|
H A D | cfga_cvt.c | 503 if (!dev_cmp(dptp->hba_phys, devpath, match_minor)) { in do_drv_dyn_to_devpath()
|
H A D | cfga_utils.c | 1202 dev_cmp(const char *dev1, const char *dev2, int match_minor) in dev_cmp() function
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 528 int dev_cmp(const char *dev1, const char *dev2, int match_minor);
|
H A D | cfga_utils.c | 1003 if (dev_cmp(ppath, pmtp->phys, pmtp->match_minor)) { in lookup_dev() 1065 dev_cmp(const char *dev1, const char *dev2, int match_minor) in dev_cmp() function
|
H A D | cfga_list.c | 1239 if (!dev_cmp(lap->apidp->xport_phys, nodepath, match_minor)) { in stat_fc_dev() 1368 if (!dev_cmp(lap->apidp->xport_phys, nodepath, match_minor)) { in stat_FCP_dev()
|