/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 280 if (topo_prop_get_string(node, TOPO_PGROUP_IO, TOPO_IO_DEV_PATH, in topo_add_disk() 296 if (topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in topo_add_disk() 307 (void) topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in topo_add_disk() 310 (void) topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in topo_add_disk() 313 (void) topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in topo_add_disk() 316 (void) topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in topo_add_disk() 319 (void) topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in topo_add_disk() 524 if (topo_prop_get_string(node, TOPO_PGROUP_IO, in topo_add_bay() 565 if (topo_prop_get_string(node, DISK_MONITOR_PROPERTIES, in topo_add_bay() 570 if (topo_prop_get_string(node, DISK_MONITOR_PROPERTIES, in topo_add_bay() [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/chip/ |
H A D | chip_sun4v.c | 133 if (topo_prop_get_string(parent, FM_FMRI_AUTHORITY, in chip_tnode_create() 139 if (topo_prop_get_string(parent, FM_FMRI_AUTHORITY, in chip_tnode_create() 145 if (topo_prop_get_string(parent, FM_FMRI_AUTHORITY, in chip_tnode_create() 151 if (topo_prop_get_string(parent, FM_FMRI_AUTHORITY, in chip_tnode_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk.c | 110 if (topo_prop_get_string(baynode, TOPO_PGROUP_BINDING, in disk_enum() 126 if (topo_prop_get_string(baynode, TOPO_PGROUP_BINDING, in disk_enum()
|
H A D | disk_mptsas.c | 105 if (topo_prop_get_string(baynode, TOPO_PGROUP_BINDING, in disk_mptsas_find_disk()
|
H A D | disk_common.c | 977 if (topo_prop_get_string(nodep, TOPO_PGROUP_IO, in disk_status()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/ |
H A D | fac_prov_mptsas.c | 135 if (topo_prop_get_string(pnode, TOPO_PGROUP_BINDING, in mptsas_led_mode() 164 if (topo_prop_get_string(pnode, TOPO_PGROUP_BINDING, in mptsas_led_mode()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.c | 829 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth() 831 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth() 833 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth() 835 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth()
|
H A D | topo_protocol.c | 94 return (topo_prop_get_string(node, TOPO_PGROUP_PROTOCOL, in topo_node_label()
|
H A D | mapfile-vers | 154 topo_prop_get_string;
|
H A D | topo_2xml.c | 160 if (topo_prop_get_string(node, pgname, pv->tp_name, in txml_print_prop()
|
H A D | libtopo.h | 165 extern int topo_prop_get_string(tnode_t *, const char *, const char *,
|
H A D | topo_prop.c | 435 topo_prop_get_string(tnode_t *node, const char *pgname, const char *pname, in topo_prop_get_string() function
|
/titanic_41/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 964 if (topo_prop_get_string(node, "authority", "product-id", in slt_process_ses_log() 986 if (topo_prop_get_string(node, "protocol", "label", &label, &err) in slt_process_ses_log() 995 if (topo_prop_get_string(node, TOPO_PGROUP_SES, in slt_process_ses_log() 1006 if (topo_prop_get_string(node, TOPO_PGROUP_STORAGE, in slt_process_ses_log()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 113 if (topo_prop_get_string(node, FM_FMRI_AUTHORITY, in platform_pci_fru()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_filter.c | 73 if (topo_prop_get_string(node, TOPO_PGROUP_IO, TOPO_IO_DEV, &str, in etm_pciexrc_walker()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 98 if (topo_prop_get_string(tn, TOPO_PGROUP_IPMI, in ipmi_present()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 359 if (topo_prop_get_string(node, FM_FMRI_AUTHORITY, in pci_slot_label_lookup()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 402 if (topo_prop_get_string(node, in xaui_label_set()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_smbios.c | 508 if (topo_prop_get_string(pnode, TOPO_PGROUP_PROTOCOL, in chip_label_smbios_get()
|
H A D | chip_label.c | 747 if (topo_prop_get_string(chip, TOPO_PGROUP_PROTOCOL, "label", &chip_lbl, in g4_dimm_label()
|
H A D | chip_amd.c | 652 if (topo_prop_get_string(pnode, PGNAME(MCT), "socket", in amd_dramchan_create()
|
H A D | chip_subr.c | 415 if (topo_prop_get_string(dimmnode, TOPO_PGROUP_PROTOCOL, in fmri_replaced()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
H A D | fac_prov_ipmi.c | 222 if (topo_prop_get_string(node, TOPO_PGROUP_FACILITY, "entity_ref", in ipmi_platform_message()
|