Lines Matching refs:attr_len
67 ulong_t attr_len; in tnf_probe_debug() local
78 attr_start = tnf_probe_get_value(probe_p, "name", &attr_len); in tnf_probe_debug()
80 attr_len = (attr_len > (NAME_LIMIT - 1)) ? (NAME_LIMIT - 1) : attr_len; in tnf_probe_debug()
81 str_len = sprintf(buf_p, "probe %.*s; ", attr_len, attr_start); in tnf_probe_debug()
85 attr_start = tnf_probe_get_value(probe_p, "sunw%debug", &attr_len); in tnf_probe_debug()
87 attr_len = (attr_len > (ATTR_LIMIT - 1)) ? in tnf_probe_debug()
88 (ATTR_LIMIT - 1) : attr_len; in tnf_probe_debug()
90 attr_len, attr_start); in tnf_probe_debug()
103 name_start = tnf_probe_get_value(probe_p, "slots", &attr_len); in tnf_probe_debug()
163 attr_len = strlen(attr_start); in tnf_probe_debug()
164 attr_len = (attr_len > (ATTR_LIMIT - 1)) ? (ATTR_LIMIT - 1) : in tnf_probe_debug()
165 attr_len; in tnf_probe_debug()
166 str_len = sprintf(buf_p, "\"%.*s\"; ", attr_len, attr_start); in tnf_probe_debug()