Searched refs:nm_start (Results 1 – 1 of 1) sorted by relevance
84 const char *nm_start, *nm_end, *slot_start, *slot_end; in tnf_probe_tag() local118 nm_start = &(probe_p->attrs[NAME_START]); in tnf_probe_tag()123 nm_len = nm_end - nm_start; in tnf_probe_tag()125 nm_len = nm_end - nm_start; in tnf_probe_tag()129 (void) strncpy(probe_name, nm_start, nm_len); in tnf_probe_tag()145 nm_start = slot_start; in tnf_probe_tag()147 for (count = 0; nm_start < slot_end; count++) { in tnf_probe_tag()148 nm_end = strchr(nm_start, separator); in tnf_probe_tag()151 nm_len = nm_end - nm_start; in tnf_probe_tag()153 nm_len = nm_end - nm_start; in tnf_probe_tag()[all …]