Searched defs:imp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c133 topo_imethod_t *imp; local
153 imp = topo_mod_zalloc(mod, sizeof (topo_imethod_t));
154 if (imp == NULL)
155 return (set_methregister_error(mod, node, imp,
158 if ((imp->tim_name = topo_mod_strdup(mod, meth->tm_name))
160 return (set_methregister_error(mod, node, imp,
163 if ((imp->tim_desc = topo_mod_strdup(mod, meth->tm_desc))
165 return (set_methregister_error(mod, node, imp,
169 imp->tim_stability = meth->tm_stability;
170 imp
[all...]

Completed in 24 milliseconds