Home
last modified time | relevance | path

Searched refs:FM_FMRI_AUTHORITY (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c55 FM_FMRI_AUTHORITY,
216 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
239 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
254 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
270 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
287 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
320 FM_FMRI_AUTHORITY, FM_FMRI_AUTH_CHASSIS, in x86pi_set_auth()
324 FM_FMRI_AUTHORITY, FM_FMRI_AUTH_CHASSIS, in x86pi_set_auth()
344 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
367 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY, in x86pi_set_auth()
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c52 FM_FMRI_AUTHORITY,
116 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in xfp_tnode_create()
118 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in xfp_tnode_create()
120 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in xfp_tnode_create()
122 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in xfp_tnode_create()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c575 FM_FMRI_AUTHORITY,
600 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_PRODUCT, in topo_pgroup_hcset()
604 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY, in topo_pgroup_hcset()
608 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_PRODUCT_SN, in topo_pgroup_hcset()
612 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY, in topo_pgroup_hcset()
616 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_CHASSIS, in topo_pgroup_hcset()
619 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY, in topo_pgroup_hcset()
623 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_SERVER, in topo_pgroup_hcset()
627 (void) topo_prop_set_string(node, FM_FMRI_AUTHORITY, in topo_pgroup_hcset()
H A Dtopo_node.c123 FM_FMRI_AUTHORITY,
536 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_bind()
538 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_bind()
540 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_bind()
542 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_bind()
670 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_facbind()
672 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_facbind()
674 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_facbind()
676 (void) topo_prop_inherit(node, FM_FMRI_AUTHORITY, in topo_node_facbind()
H A Dtopo_mod.c845 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth()
847 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth()
849 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth()
851 (void) topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_mod_auth()
H A Dtopo_digraph.c730 if (nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &auth) != 0 || in fmri_bufsz()
808 (void) nvlist_lookup_nvlist(in, FM_FMRI_AUTHORITY, &auth); in path_fmri_nvl2str()
947 nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, auth) != 0) { in path_fmri_str2nvl()
H A Dmod.c280 err = nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &anvl); in fmri_nvl2str()
H A Dpkg.c264 err = nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &anvl); in fmri_nvl2str()
H A Dsw.c382 err = nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &anvl); in sw_fmri_nvl2str()
H A Dhc.c448 err = nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &anvl); in fmri_nvl2str()
619 (void) nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, in hc_base_fmri_create()
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c79 FM_FMRI_AUTHORITY,
220 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in hb_tnode_create()
222 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in hb_tnode_create()
224 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in hb_tnode_create()
226 (void) topo_prop_inherit(ntn, FM_FMRI_AUTHORITY, in hb_tnode_create()
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.h78 FM_FMRI_AUTHORITY,
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c157 (void) nvlist_lookup_nvlist(nvl1, FM_FMRI_AUTHORITY, &auth1); in auth_compare()
158 (void) nvlist_lookup_nvlist(nvl2, FM_FMRI_AUTHORITY, &auth2); in auth_compare()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c887 if (auth != NULL && nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, in fm_fmri_hc_set_common()
969 err |= nvlist_add_nvlist(fmri_dev, FM_FMRI_AUTHORITY, in fm_fmri_dev_set()
1022 if (auth != NULL && nvlist_add_nvlist(fmri_cpu, FM_FMRI_AUTHORITY, in fm_fmri_cpu_set()
1076 if (nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, in fm_fmri_mem_set()
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h176 #define FM_FMRI_AUTHORITY "authority" macro
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c86 err |= nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, auth); in main()
H A Dfmd_msg.c1316 if (nvlist_lookup_nvlist(fmri, FM_FMRI_AUTHORITY, &auth) != 0) in fmd_msg_gettext_locked()
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c376 if ((topo_prop_get_string(pnode, FM_FMRI_AUTHORITY, in topo_usb_load_metadata()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c123 if (_topo_prop_get_string(tn, FM_FMRI_AUTHORITY, in libzfs_fru_gather()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c875 if (nvlist_lookup_nvlist(nv1, FM_FMRI_AUTHORITY, &a1) == 0 && in fmri_contains()
876 nvlist_lookup_nvlist(nv2, FM_FMRI_AUTHORITY, &a2) == 0 && in fmri_contains()
1113 if (topo_prop_set_string(tn, FM_FMRI_AUTHORITY, in ses_set_standard_props()
1116 topo_prop_set_string(tn, FM_FMRI_AUTHORITY, in ses_set_standard_props()
1119 topo_prop_set_string(tn, FM_FMRI_AUTHORITY, in ses_set_standard_props()
3716 if (nvlist_lookup_nvlist(fmri, FM_FMRI_AUTHORITY, &auth) != 0 || in smci_4u36_bay_label()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c96 err |= nvlist_add_nvlist(nvl, FM_FMRI_AUTHORITY, fmd.d_auth); in fmd_protocol_fmri_module()
H A Dfmd_xprt.c475 nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &nvl) == 0) { in fmd_xprt_event_syn()
505 nvlist_lookup_nvlist(nvl, FM_FMRI_AUTHORITY, &nvl) == 0) { in fmd_xprt_event_ack()
H A Dfmd_api.c2709 FM_FMRI_AUTHORITY) == 0) { in fmd_xprt_add_domain()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c360 if (topo_prop_get_string(node, FM_FMRI_AUTHORITY, in pci_slot_label_lookup()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c324 nvlist_lookup_nvlist(fmri, FM_FMRI_AUTHORITY, &auth) == 0) { in find_hostid()