Searched refs:di_path_bus_addr (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c376 if (strlen(di_path_bus_addr(pi_node)) != strlen(dyn)) {
380 if (strcmp(di_path_bus_addr(pi_node), dyn) == 0) {
678 if ((pi_addr = di_path_bus_addr(path)) != NULL) {
H A Dcfga_list.c557 if (strlen(di_path_bus_addr(pi_node)) !=
563 if (strcmp(di_path_bus_addr(pi_node),
H A Dcfga_utils.c859 if (strlen(di_path_bus_addr(pi_node)) !=
865 if (strcmp(di_path_bus_addr(pi_node), apidp->dyncomp) == 0) {
/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h204 extern char *di_path_bus_addr(di_path_t path);
406 * below after NWS consolidation switches to using di_path_bus_addr,
H A Ddevinfo.c1257 path_addr = di_path_bus_addr(path);
2160 * below after NWS consolidation switches to using di_path_bus_addr,
2233 di_path_bus_addr(di_path_t path) function
4154 path_addr = di_path_bus_addr(path);
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c708 if ((unit_address = di_path_bus_addr(path)) != NULL) {

Completed in 81 milliseconds