Home
last modified time | relevance | path

Searched refs:FM_FMRI_AUTH_SERVER (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c345 FM_FMRI_AUTH_SERVER, &err); in x86pi_set_auth()
347 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, in x86pi_set_auth()
368 FM_FMRI_AUTH_SERVER, TOPO_PROP_IMMUTABLE, server, in x86pi_set_auth()
375 FM_FMRI_AUTH_SERVER, err, in x86pi_set_auth()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c623 if ((topo_prop_inherit(node, FM_FMRI_AUTHORITY, FM_FMRI_AUTH_SERVER, in topo_pgroup_hcset()
625 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server) == in topo_pgroup_hcset()
628 FM_FMRI_AUTH_SERVER, TOPO_PROP_IMMUTABLE, server, in topo_pgroup_hcset()
H A Dtopo_node.c543 FM_FMRI_AUTH_SERVER, &err); in topo_node_bind()
677 FM_FMRI_AUTH_SERVER, &err); in topo_node_facbind()
H A Dtopo_mod.c852 FM_FMRI_AUTH_SERVER, &server, &err); in topo_mod_auth()
885 err |= nvlist_add_string(auth, FM_FMRI_AUTH_SERVER, server); in topo_mod_auth()
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c123 FM_FMRI_AUTH_SERVER, &err); in xfp_tnode_create()
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h186 #define FM_FMRI_AUTH_SERVER "server-id" macro
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c76 err |= nvlist_add_string(auth, FM_FMRI_AUTH_SERVER, "server"); in main()
H A Dfmd_msg.c1328 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server) != 0) in fmd_msg_gettext_locked()
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c149 FM_FMRI_AUTH_SERVER, in auth_compare()
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c227 FM_FMRI_AUTH_SERVER, &err); in hb_tnode_create()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c367 FM_FMRI_AUTH_SERVER, ipx->ipx_addr); in ip_xprt_auth()
370 (void) nvlist_add_string(nvl, FM_FMRI_AUTH_SERVER, ipx->ipx_addr); in ip_xprt_auth()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c73 err |= nvlist_add_string(nvl, FM_FMRI_AUTH_SERVER, str); in fmd_protocol_authority()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c329 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server); in find_hostid()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1120 FM_FMRI_AUTH_SERVER, TOPO_PROP_IMMUTABLE, "", in ses_set_standard_props()