Symbol: select_caller_info_hook
usr/src/tools/smatch/src/check_capable.c
113
select_caller_info_hook(set_db_capable, CAPABLE);
usr/src/tools/smatch/src/check_capable.c
123
select_caller_info_hook(set_db_ns_capable, NS_CAPABLE);
usr/src/tools/smatch/src/check_nospec.c
258
select_caller_info_hook(set_param_nospec, NOSPEC);
usr/src/tools/smatch/src/smatch.h
902
void select_caller_info_hook(void (*callback)(const char *name, struct symbol *sym, char *key, char *value), int type);
usr/src/tools/smatch/src/smatch_bits.c
476
select_caller_info_hook(set_param_bits, BIT_INFO);
usr/src/tools/smatch/src/smatch_buf_comparison.c
842
select_caller_info_hook(set_param_compare, i);
usr/src/tools/smatch/src/smatch_buf_size.c
922
select_caller_info_hook(set_param_buf_size, BUF_SIZE);
usr/src/tools/smatch/src/smatch_capped.c
340
select_caller_info_hook(set_param_capped_data, CAPPED_DATA);
usr/src/tools/smatch/src/smatch_constraints.c
525
select_caller_info_hook(&set_param_constrained, CONSTRAINT);
usr/src/tools/smatch/src/smatch_container_of.c
643
select_caller_info_hook(db_passed_container, CONTAINER);
usr/src/tools/smatch/src/smatch_extra.c
2898
select_caller_info_hook(set_param_value, PARAM_VALUE);
usr/src/tools/smatch/src/smatch_extra.c
2899
select_caller_info_hook(set_param_fuzzy_max, FUZZY_MAX);
usr/src/tools/smatch/src/smatch_extra.c
2900
select_caller_info_hook(set_param_hard_max, HARD_MAX);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1524
select_caller_info_hook(set_param_user_data, USER_DATA);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1537
select_caller_info_hook(set_called, INTERNAL);
usr/src/tools/smatch/src/smatch_nul_terminator.c
318
select_caller_info_hook(caller_info_terminated, TERMINATED);
usr/src/tools/smatch/src/smatch_strlen.c
340
select_caller_info_hook(set_param_strlen, STR_LEN);