/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cvt.c | 123 int match_minor; local 127 match_minor = 1; 129 xport_logpp, l_errnop, match_minor);
|
H A D | cfga_utils.c | 962 int match_minor) 969 pmt.match_minor = match_minor; 1003 if (dev_cmp(ppath, pmtp->phys, pmtp->match_minor)) { 1065 dev_cmp(const char *dev1, const char *dev2, int match_minor) argument 1091 if ((rv = strcmp(l_dev1, l_dev2)) != 0 || !match_minor) { 957 physpath_to_devlink( const char *basedir, char *xport_phys, char **xport_logpp, int *l_errnop, int match_minor) argument
|
H A D | cfga_fp.h | 183 int match_minor; member in struct:__anon2387 506 char **xport_logpp, int *l_errnop, int match_minor); 528 int dev_cmp(const char *dev1, const char *dev2, int match_minor);
|
H A D | cfga_list.c | 1192 int limited_stat = 0, match_minor, rv; local 1238 match_minor = 0; 1239 if (!dev_cmp(lap->apidp->xport_phys, nodepath, match_minor)) { 1341 int limited_stat = 0, match_minor, rv, di_ret; local 1367 match_minor = 0; 1368 if (!dev_cmp(lap->apidp->xport_phys, nodepath, match_minor)) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_cvt.c | 182 int match_minor = 1; local 185 l_errnop, match_minor); 456 int inst, rv, match_minor; local 502 match_minor = 0; 503 if (!dev_cmp(dptp->hba_phys, devpath, match_minor)) { 619 int match_minor; local 628 match_minor = 0; 631 match_minor = 1; 638 ret = physpath_to_devlink(path, &devlink, l_errnop, match_minor);
|
H A D | cfga_list.c | 320 int limited_dev_stat = 0, match_minor, rv; local 354 match_minor = 0; 355 if (!dev_cmp(lap->apidp->hba_phys, nodepath, match_minor)) { 363 if (dev_cmp(lap->apidp->path, nodepath, match_minor)) { 427 int match_minor; local 469 match_minor = 0; 473 match_minor = 1; 478 match_minor);
|
H A D | cfga_utils.c | 1122 int match_minor) 1135 if (match_minor) { 1202 dev_cmp(const char *dev1, const char *dev2, int match_minor) argument 1228 if ((rv = strcmp(l_dev1, l_dev2)) != 0 || !match_minor) { 1118 physpath_to_devlink( char *node_path, char **logpp, int *l_errnop, int match_minor) argument
|
H A D | cfga_scsi.h | 171 int match_minor; member in struct:__anon2430 418 int match_minor); 441 int dev_cmp(const char *dev1, const char *dev2, int match_minor);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 87 int match_minor; member in struct:__anon2449
|
H A D | cfga_usb.c | 218 int match_minor) 231 if (match_minor) { 213 physpath_to_devlink( const char *basedir, const char *node_path, char **logpp, int *l_errnop, int match_minor) argument
|