Home
last modified time | relevance | path

Searched refs:fmd_prop_get_string (Results 1 – 18 of 18) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c455 sysev_channel = fmd_prop_get_string(hdl, "channel"); in sysev_init()
456 sysev_class = fmd_prop_get_string(hdl, "class"); in sysev_init()
457 sysev_device = fmd_prop_get_string(hdl, "device"); in sysev_init()
458 sysev_sid = fmd_prop_get_string(hdl, "sid"); in sysev_init()
H A Dfmd_api.h161 extern char *fmd_prop_get_string(fmd_hdl_t *, const char *);
H A Dfmd_api.map104 fmd_prop_get_string { TYPE = function; FLAGS = extern };
H A Dfmd_api.c980 fmd_prop_get_string(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_string() function
/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c371 facname = fmd_prop_get_string(hdl, "facility"); in _fmd_init()
393 rootdir = fmd_prop_get_string(hdl, "fmd.rootdir"); in _fmd_init()
400 urlbase = fmd_prop_get_string(hdl, "url"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c270 if ((fname = fmd_prop_get_string(hdl, "status")) != NULL) { in _fmd_init()
334 Serd_Override = fmd_prop_get_string(hdl, "serd_override"); in _fmd_init()
H A Dplatform.c128 Root = fmd_prop_get_string(Hdl, "fmd.rootdir"); in platform_globals()
129 Mach = fmd_prop_get_string(Hdl, "fmd.machine"); in platform_globals()
130 Plat = fmd_prop_get_string(Hdl, "fmd.platform"); in platform_globals()
/titanic_44/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_outbound.c109 channel_name = fmd_prop_get_string(hdl, "outbound_channel"); in fmevt_init_outbound()
H A Dfmevt_inbound.c586 sidpfx = fmd_prop_get_string(hdl, "sidprefix"); in fmevt_init_inbound()
591 char *channel = fmd_prop_get_string(hdl, cip->ci_propname); in fmevt_init_inbound()
/titanic_44/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c975 ip_domain_name = fmd_prop_get_string(hdl, "ip_domain_name"); in _fmd_init()
983 ip_port = fmd_prop_get_string(hdl, "ip_port"); in _fmd_init()
987 addr = fmd_prop_get_string(hdl, "ip_bind_addr"); in _fmd_init()
997 addr = fmd_prop_get_string(hdl, "ip_server"); in _fmd_init()
1025 if ((auth = fmd_prop_get_string(hdl, "ip_authority")) != NULL) { in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c336 if (estr = fmd_prop_get_string(hdl, "fault-exceptions")) { in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c303 simulate = fmd_prop_get_string(hdl, "simulate"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c342 prop_str = fmd_prop_get_string(hdl, ETM_PROP_NM_XPORT_ADDRS); in etm_xport_get_fn()
738 etm_xport_addrs = fmd_prop_get_string(hdl, ETM_PROP_NM_XPORT_ADDRS); in etm_xport_init()
H A Detm.c3836 facname = fmd_prop_get_string(hdl, in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1469 propstr = fmd_prop_get_string(hdl, "client_list"); in _fmd_init()
1473 propstr = fmd_prop_get_string(hdl, "server_list"); in _fmd_init()
/titanic_44/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c98 char *propstr = fmd_prop_get_string(hdl, "filter_path"); in exs_filter_init()
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c825 str = fmd_prop_get_string(hdl, fmd_props[i].fmdp_name); in config_get()
/titanic_44/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1197 slmp->slt_path = fmd_prop_get_string(hdl, "path"); in _fmd_init()