Searched refs:startn (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
743 startn = strchr(find, '/');
744 if (startn == NULL)
746 startn++;
751 if ((cname = topo_mod_strdup(mod, startn)) == NULL)
804 char *starti, *startn, *endi, *copy; local
817 startn = strchr(copy, ':');
820 if (startn == NULL || fs == NULL) {
829 if (startn > fs)
833 if (++startn >
[all...]

Completed in 61 milliseconds