Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_probe.c84 const char *nm_start, *nm_end, *slot_start, *slot_end; in tnf_probe_tag() local
144 slot_end = strchr(slot_start, separator); in tnf_probe_tag()
147 for (count = 0; nm_start < slot_end; count++) { in tnf_probe_tag()
178 ASSIGN(buffer, string, (slot_end + 1)); in tnf_probe_tag()