Symbol: INTERNAL
usr/src/lib/libidmap/common/idmap_api.c
1952
return_cmp(INTERNAL);
usr/src/tools/smatch/src/smatch_db.c
1107
if (type == INTERNAL &&
usr/src/tools/smatch/src/smatch_db.c
1477
sql_insert_return_states(return_id, return_ranges, INTERNAL, -1, "", function_signature());
usr/src/tools/smatch/src/smatch_db.c
266
if (type != INTERNAL && is_common_function(fn))
usr/src/tools/smatch/src/smatch_db.c
516
"ptr = '%s' and searchable = 1 and type = %d;", ptr, INTERNAL);
usr/src/tools/smatch/src/smatch_db.c
805
sql_insert_caller_info(expr, INTERNAL, -1, "%call_marker%", type_to_str(type));
usr/src/tools/smatch/src/smatch_function_hooks.c
1117
if (db_info->prev_return_id != -1 && type == INTERNAL) {
usr/src/tools/smatch/src/smatch_function_hooks.c
1130
if (type == INTERNAL && func_type_mismatch(db_info->expr, value))
usr/src/tools/smatch/src/smatch_function_hooks.c
1149
if (type == INTERNAL) {
usr/src/tools/smatch/src/smatch_function_hooks.c
668
if (db_info->prev_return_id != -1 && type == INTERNAL) {
usr/src/tools/smatch/src/smatch_function_hooks.c
680
if (type == INTERNAL && func_type_mismatch(db_info->expr, value))
usr/src/tools/smatch/src/smatch_function_hooks.c
721
if (type == INTERNAL) {
usr/src/tools/smatch/src/smatch_function_hooks.c
927
if (db_info->prev_return_id != -1 && type == INTERNAL) {
usr/src/tools/smatch/src/smatch_function_hooks.c
940
if (type == INTERNAL && func_type_mismatch(db_info->expr, value))
usr/src/tools/smatch/src/smatch_function_hooks.c
962
if (type == INTERNAL) {
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1537
select_caller_info_hook(set_called, INTERNAL);
usr/src/tools/smatch/src/smatch_untracked_param.c
301
select_return_states_hook(INTERNAL, &assume_tracked);