Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c1215 #define printf_hook(func, fmt, first_to_check) \ in check_kernel_printf() argument
1216 add_function_hook(#func, check_printf_call, INT_PTR(fmt + (first_to_check << 8))) in check_kernel_printf()