Searched refs:tim_name (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c50 if (strcmp(name, mp->tim_name) == 0) {
72 if ((strcmp(name, mp->tim_name) == 0) &&
113 if (mp->tim_name != NULL)
114 topo_mod_strfree(mod, mp->tim_name);
158 if ((imp->tim_name = topo_mod_strdup(mod, meth->tm_name))
179 "%s for %s=%d\n", mod->tm_name, imp->tim_name,
195 if (strcmp(name, mp->tim_name) == 0)
207 if (mp->tim_name != NULL)
208 topo_mod_strfree(mod, mp->tim_name);
223 if (mp->tim_name !
[all...]
H A Dtopo_method.h41 char *tim_name; /* Method name */ member in struct:topo_imethod

Completed in 58 milliseconds