Searched refs:di_prom_prop_name (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_hostbridge.c | 55 if (strcmp(di_prom_prop_name(pp), OPL_SLOT_NAMES) == 0) {
|
H A D | opl_ioboard.c | 102 if (strcmp(di_prom_prop_name(pp), OPL_PHYSICAL_BD) == 0) {
|
/osnet-11/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 228 if (strcmp(propname, di_prom_prop_name(pp)) == 0) {
|
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | libdevinfo_sun4u.c | 347 p_name = di_prom_prop_name(p_prop);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_pciexrc.c | 529 if (strncmp(di_prom_prop_name(di_prom_prop), "reg",
|
/osnet-11/usr/src/lib/libbootmgmt/common/ |
H A D | libbootmgmt.c | 162 if (strcmp("gpt", di_prom_prop_name(pp)) == 0) {
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 239 if (strcmp(di_prom_prop_name(pp), propnm) == 0) { 307 if (strcmp(di_prom_prop_name(pp), pnm) == 0) {
|
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1117 if (strcmp("slot-names", di_prom_prop_name(prom_prop)) 1120 din, di_prom_prop_name(prom_prop), &intp);
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 270 extern char *di_prom_prop_name(di_prom_prop_t prom_prop);
|
H A D | devinfo.c | 3245 di_prom_prop_name(di_prom_prop_t prom_prop) function
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1258 if (strcmp("slot-names", di_prom_prop_name(prom_prop)) 1261 din, di_prom_prop_name(prom_prop), &intp);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/ |
H A D | usb.c | 1000 if (strncmp(di_prom_prop_name(pp), propnm, 32) == 0) {
|
Completed in 43 milliseconds