Home | History | Annotate | Download | only in common

Lines Matching refs:utrace_data

118 utrace_data(int32_t utraceFnNumber, int32_t level, const char *fmt, ...);
232 * Calls utrace_data() if the level is high enough.
237 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt)); \
245 * Calls utrace_data() if the level is high enough.
250 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY , (level), (fmt), (a)); \
258 * Calls utrace_data() if the level is high enough.
263 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY , (level), (fmt), (a), (b)); \
271 * Calls utrace_data() if the level is high enough.
276 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c)); \
284 * Calls utrace_data() if the level is high enough.
289 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c), (d)); \
297 * Calls utrace_data() if the level is high enough.
302 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c), (d), (e)); \
310 * Calls utrace_data() if the level is high enough.
315 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c), (d), (e), (f)); \
323 * Calls utrace_data() if the level is high enough.
328 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c), (d), (e), (f), (g)); \
336 * Calls utrace_data() if the level is high enough.
341 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c), (d), (e), (f), (g), (h)); \
349 * Calls utrace_data() if the level is high enough.
354 utrace_data(utraceFnNumber & ~UTRACE_TRACED_ENTRY, (level), (fmt), (a), (b), (c), (d), (e), (f), (g), (h), (i)); \