Symbol: fmd_prop_free_string
usr/src/cmd/fm/fmd/common/fmd_api.h
162
extern void fmd_prop_free_string(fmd_hdl_t *, char *);
usr/src/cmd/fm/fmd/common/fmd_sysevent.c
569
fmd_prop_free_string(hdl, sysev_class);
usr/src/cmd/fm/fmd/common/fmd_sysevent.c
570
fmd_prop_free_string(hdl, sysev_channel);
usr/src/cmd/fm/fmd/common/fmd_sysevent.c
571
fmd_prop_free_string(hdl, sysev_device);
usr/src/cmd/fm/fmd/common/fmd_sysevent.c
572
fmd_prop_free_string(hdl, sysev_sid);
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
845
fmd_prop_free_string(hdl, str);
usr/src/cmd/fm/modules/common/disk-transport/disk_transport.c
339
fmd_prop_free_string(hdl, simulate);
usr/src/cmd/fm/modules/common/event-transport/etm.c
1469
fmd_prop_free_string(hdl, propstr);
usr/src/cmd/fm/modules/common/event-transport/etm.c
1473
fmd_prop_free_string(hdl, propstr);
usr/src/cmd/fm/modules/common/eversholt/eft.c
274
fmd_prop_free_string(hdl, fname);
usr/src/cmd/fm/modules/common/eversholt/eft.c
282
fmd_prop_free_string(hdl, fname);
usr/src/cmd/fm/modules/common/eversholt/platform.c
136
fmd_prop_free_string(Hdl, Root);
usr/src/cmd/fm/modules/common/eversholt/platform.c
137
fmd_prop_free_string(Hdl, Mach);
usr/src/cmd/fm/modules/common/eversholt/platform.c
138
fmd_prop_free_string(Hdl, Plat);
usr/src/cmd/fm/modules/common/ext-event-transport/fmevt_inbound.c
616
fmd_prop_free_string(hdl, channel);
usr/src/cmd/fm/modules/common/ext-event-transport/fmevt_inbound.c
619
fmd_prop_free_string(hdl, sidpfx);
usr/src/cmd/fm/modules/common/ext-event-transport/fmevt_outbound.c
128
fmd_prop_free_string(hdl, channel_name);
usr/src/cmd/fm/modules/common/io-retire/rio_main.c
338
fmd_prop_free_string(hdl, estr);
usr/src/cmd/fm/modules/common/ip-transport/ip.c
1006
fmd_prop_free_string(hdl, addr);
usr/src/cmd/fm/modules/common/ip-transport/ip.c
1032
fmd_prop_free_string(hdl, auth);
usr/src/cmd/fm/modules/common/ip-transport/ip.c
1065
fmd_prop_free_string(ip_hdl, ip_domain_name);
usr/src/cmd/fm/modules/common/ip-transport/ip.c
697
fmd_prop_free_string(ip_hdl, ip_port);
usr/src/cmd/fm/modules/common/ip-transport/ip.c
996
fmd_prop_free_string(hdl, addr);
usr/src/cmd/fm/modules/common/sensor-transport/sensor_transport.c
509
fmd_prop_free_string(hdl, spoof_prop);
usr/src/cmd/fm/modules/common/ses-log-transport/ses_log_transport.c
1232
fmd_prop_free_string(hdl, slmp->slt_path);
usr/src/cmd/fm/modules/common/syslog-msgs/syslog.c
381
fmd_prop_free_string(hdl, facname);
usr/src/cmd/fm/modules/common/syslog-msgs/syslog.c
395
fmd_prop_free_string(hdl, rootdir);
usr/src/cmd/fm/modules/common/syslog-msgs/syslog.c
402
fmd_prop_free_string(hdl, urlbase);