Home
last modified time | relevance | path

Searched refs:TOPO_PGROUP_IO (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_nvme.c198 if (inst != -1 && topo_prop_set_uint32(tn, TOPO_PGROUP_IO, in disk_nvme_common_io()
201 "%s", TOPO_PGROUP_IO, TOPO_IO_INSTANCE, topo_node_name(tn), in disk_nvme_common_io()
206 if (drv != NULL && topo_prop_set_string(tn, TOPO_PGROUP_IO, in disk_nvme_common_io()
209 "%s", TOPO_PGROUP_IO, TOPO_IO_DRIVER, topo_node_name(tn), in disk_nvme_common_io()
217 if (mod != NULL && topo_prop_set_fmri(tn, TOPO_PGROUP_IO, in disk_nvme_common_io()
220 PRIu64 "]: %s", TOPO_PGROUP_IO, TOPO_IO_MODULE, in disk_nvme_common_io()
231 if (path != NULL && topo_prop_set_string(tn, TOPO_PGROUP_IO, in disk_nvme_common_io()
234 "%s", TOPO_PGROUP_IO, TOPO_IO_DRIVER, topo_node_name(tn), in disk_nvme_common_io()
240 if (path != NULL && topo_prop_set_string_array(tn, TOPO_PGROUP_IO, in disk_nvme_common_io()
243 "%s", TOPO_PGROUP_IO, TOPO_IO_PHYS_PATH, topo_node_name(tn), in disk_nvme_common_io()
[all …]
H A Ddisk.h71 TOPO_PGROUP_IO,
H A Ddisk_common.c185 if (topo_prop_set_string(dtn, TOPO_PGROUP_IO, TOPO_IO_DEV_PATH, in disk_set_props()
192 if (dnode->ddn_devid && topo_prop_set_string(dtn, TOPO_PGROUP_IO, in disk_set_props()
200 topo_prop_set_string_array(dtn, TOPO_PGROUP_IO, TOPO_IO_PHYS_PATH, in disk_set_props()
1174 if (topo_prop_get_string(nodep, TOPO_PGROUP_IO, in disk_status()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c48 TOPO_PGROUP_IO,
150 rv = topo_prop_set_string(tnp, TOPO_PGROUP_IO, TOPO_IO_AP_PATH, in bay_pgroups()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c51 #define TOPO_PGROUP_IO "io" /* duplicated from did_props.h */ macro
280 if (topo_prop_get_string(node, TOPO_PGROUP_IO, TOPO_IO_DEV_PATH, in topo_add_disk()
524 if (topo_prop_get_string(node, TOPO_PGROUP_IO, in topo_add_bay()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h110 #define TOPO_PGROUP_IO "io" macro
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c230 TOPO_PGROUP_IO,
1654 if (driver != NULL && topo_prop_set_string(tn, TOPO_PGROUP_IO, in topo_usb_enum_lport()
1662 if (inst != -1 && topo_prop_set_uint32(tn, TOPO_PGROUP_IO, in topo_usb_enum_lport()
1670 if (devfs != NULL && topo_prop_set_string(tn, TOPO_PGROUP_IO, in topo_usb_enum_lport()
1680 topo_prop_set_fmri(tn, TOPO_PGROUP_IO, TOPO_IO_MODULE, in topo_usb_enum_lport()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c175 if (topo_prop_get_string(node, TOPO_PGROUP_IO, TOPO_IO_DEV, &devpath, in pciexfn_add_ufm()
672 if (topo_prop_get_string(fn, TOPO_PGROUP_IO, TOPO_IO_DEV, in declare_dev_and_fn()
H A Ddid_props.c98 { TOPO_PGROUP_IO, TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c195 if (topo_prop_get_string(node, TOPO_PGROUP_IO, TOPO_IO_DRIVER, &driver, in do_slot_mapping_cb()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1325 TOPO_PGROUP_IO, TOPO_IO_MODULE, rsrc, in fmd_case_add_suspect()