Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c216 *str = dstrdup(cstr); in fmri2ptr()
271 diskp->location = dstrdup(label); in topo_add_disk()
274 diskp->location = dstrdup("unknown location"); in topo_add_disk()
399 char *states = dstrdup(sts); in topoprop_indrule_add()
400 char *actions = dstrdup(acts); in topoprop_indrule_add()
693 diskp->location = dstrdup(label); in topo_add_bay()
696 diskp->location = dstrdup("unknown location"); in topo_add_bay()
H A Dutil.h103 extern char *dstrdup(const char *s);
H A Ddm_platform.c125 action = dstrdup(actionString); in parse_action_string()
131 *cmdp = dstrdup(tok); in parse_action_string()
H A Ddiskmon_conf.c186 newindicator->ind_name = namep ? dstrdup(namep) : NULL; in new_indicator()
187 newindicator->ind_instr_spec = actionp ? dstrdup(actionp) : NULL; in new_indicator()
230 lap->ind_name = namep ? dstrdup(namep) : NULL; in new_indaction()
H A Dutil.c185 dstrdup(const char *s) in dstrdup() function