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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c681 char *starti, *startn, *endi, *endi2; local
747 starti = strchr(find, '=');
748 if (starti == NULL)
750 *starti = '\0';
753 *starti++ = '=';
754 endi = strchr(starti, '=');
757 endi2 = strrchr(starti, '/');
762 if ((cid = topo_mod_strdup(mod, starti)) == NULL)
767 if ((cid = topo_mod_strdup(mod, starti)) == NULL)
769 find = starti
804 char *starti, *startn, *endi, *copy; local
[all...]

Completed in 59 milliseconds