Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_types.h65 #define TNF_STRING_LIMIT 255 /* excludes terminating NUL */ macro
H A Dtnf_writer.c740 if (string_size > TNF_STRING_LIMIT) in tnf_string_1()
741 string_size = TNF_STRING_LIMIT; in tnf_string_1()