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

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3devinfo.inc32 file path=usr/share/man/man3devinfo/di_path_bus_addr.3devinfo
115 target=di_path_bus_addr.3devinfo
119 target=di_path_bus_addr.3devinfo
121 target=di_path_bus_addr.3devinfo
125 target=di_path_bus_addr.3devinfo
147 target=di_path_bus_addr.3devinfo
/illumos-gate/usr/src/man/man3devinfo/
H A DMakefile36 di_path_bus_addr.3devinfo \
169 di_path_client_node.3devinfo := LINKSRC = di_path_bus_addr.3devinfo
170 di_path_instance.3devinfo := LINKSRC = di_path_bus_addr.3devinfo
171 di_path_node_name.3devinfo := LINKSRC = di_path_bus_addr.3devinfo
172 di_path_phci_node.3devinfo := LINKSRC = di_path_bus_addr.3devinfo
173 di_path_state.3devinfo := LINKSRC = di_path_bus_addr.3devinfo
/illumos-gate/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.c860 if (strlen(di_path_bus_addr(pi_node)) !=
866 if (strcmp(di_path_bus_addr(pi_node), apidp->dyncomp) == 0) {
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c335 busaddr = di_path_bus_addr(pi);
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h200 extern char *di_path_bus_addr(di_path_t path);
389 * below after NWS consolidation switches to using di_path_bus_addr,
H A Ddevinfo.c1181 path_addr = di_path_bus_addr(path);
1976 * below after NWS consolidation switches to using di_path_bus_addr,
2049 di_path_bus_addr(di_path_t path) function
3919 path_addr = di_path_bus_addr(path);
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c712 if ((unit_address = di_path_bus_addr(path)) != NULL) {
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1080 di_path_bus_addr(pi));

Completed in 84 milliseconds