/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 455 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 D | fmd_api.h | 161 extern char *fmd_prop_get_string(fmd_hdl_t *, const char *);
|
H A D | fmd_api.map | 104 fmd_prop_get_string { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 980 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 D | syslog.c | 371 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 D | eft.c | 270 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 D | platform.c | 128 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 D | fmevt_outbound.c | 109 channel_name = fmd_prop_get_string(hdl, "outbound_channel"); in fmevt_init_outbound()
|
H A D | fmevt_inbound.c | 586 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 D | ip.c | 975 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 D | rio_main.c | 336 if (estr = fmd_prop_get_string(hdl, "fault-exceptions")) { in _fmd_init()
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 303 simulate = fmd_prop_get_string(hdl, "simulate"); in _fmd_init()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_xport_api_dd.c | 342 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 D | etm.c | 3836 facname = fmd_prop_get_string(hdl, in _fmd_init()
|
/titanic_44/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | etm.c | 1469 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 D | ex_dscp.c | 98 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 D | diskmon_conf.c | 825 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 D | ses_log_transport.c | 1197 slmp->slt_path = fmd_prop_get_string(hdl, "path"); in _fmd_init()
|