Searched defs:match_minor (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c123 int match_minor; local
127 match_minor = 1;
129 xport_logpp, l_errnop, match_minor);
H A Dcfga_utils.c962 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 Dcfga_fp.h183 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 Dcfga_list.c1192 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 Dcfga_cvt.c182 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 Dcfga_list.c320 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 Dcfga_utils.c1122 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 Dcfga_scsi.h171 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 Dcfga_usb.h87 int match_minor; member in struct:__anon2449
H A Dcfga_usb.c218 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

Completed in 500 milliseconds