Home
last modified time | relevance | path

Searched refs:dstrfree (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c250 dstrfree(wdp->pfmri); in topo_add_disk()
255 dstrfree(wdp->pfmri); in topo_add_disk()
269 dstrfree(diskp->location); in topo_add_disk()
533 dstrfree(cstr); in topo_add_bay()
766 dstrfree(wd.pfmri); in update_configuration_from_topo()
775 dstrfree(wd.pfmri); in update_configuration_from_topo()
H A Ddm_platform.c174 dstrfree(*cmdp); in parse_action_string()
379 dstrfree(protocol); in do_action()
383 dstrfree(protocol); in do_action()
394 dstrfree(cmd); in do_action()
H A Dutil.h105 extern void dstrfree(char *s);
H A Ddiskmon_conf.c217 dstrfree(indp->ind_name); in ind_free()
219 dstrfree(indp->ind_instr_spec); in ind_free()
261 dstrfree(lap->ind_name); in indaction_free()
378 dstrfree(dmp->location); in diskmon_free()
H A Dutil.c166 dstrfree(char *s) in dstrfree() function