Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c501 fmt[0], vaidx, type_to_str(type)); in mac_address_string()
523 fmt[0], tag, vaidx, type_to_str(type)); in dentry_file()
532 vaidx, type_to_str(type)); in time_and_date()
546 vaidx, type_to_str(type)); in check_clock()
575 vaidx, type_to_str(type)); in netdev_feature()
607 suf, which->name, vaidx, type_to_str(type)); in address_val()
621 fmt[0], tag, vaidx, type_to_str(type)); in block_device()
638 fmt[1], vaidx, type_to_str(type)); in flag_string()
644 vaidx, type_to_str(type)); in flag_string()
659 vaidx, type_to_str(type)); in device_node_string()
[all …]
H A Dsmatch_function_info.c36 sql_insert_function_type(i, type_to_str(get_real_base_type(arg))); in match_def()
H A Dsmatch_type_links.c64 sql_insert_data_info(expr->left, TYPE_LINK, type_to_str(type)); in match_assign()
H A Dsmatch_sval.c170 sm_perror("%s: bad type: '%s'", __func__, type_to_str(sval.type)); in fp_is_min()
198 sm_perror("%s: bad type: '%s'", __func__, type_to_str(sval.type)); in fp_is_max()
379 sm_perror("%s: bad type: %s", __func__, type_to_str(type)); in cast_to_fp()
397 sm_perror("%s: bad type: %s", __func__, type_to_str(type)); in cast_from_fp()
H A Dsmatch_about_fn_ptr_arg.c67 sql_insert_fn_data_link(fn, PASSES_TYPE, param, "$", type_to_str(type)); in link_function_arg()
H A Dsmatch_type_val.c210 TYPE_LINK, member_name, type_to_str(type)); in is_ignored_fake_assignment()
443 snprintf(left_type_name, sizeof(left_type_name), "%s", type_to_str(left_type)); in is_uncasted_fn_param_from_db()
H A Dsmatch.h502 char *type_to_str(struct symbol *type);
1409 sm_perror("bad type in fp_cmp(): %s", type_to_str(type)); in fp_cmp()
H A Dsmatch_type.c900 char *type_to_str(struct symbol *type) in type_to_str() function
H A Dcheck_debug.c586 sm_msg("type of '%s' is: '%s'", name, type_to_str(type)); in match_type()
H A Dsmatch_db.c235 return type_to_str(get_real_base_type(cur_func_sym)); in function_signature()
805 sql_insert_caller_info(expr, INTERNAL, -1, "%call_marker%", type_to_str(type)); in match_call_marker()
H A Dsmatch_function_hooks.c639 if (strcmp(type_to_str(type), value) == 0) in func_type_mismatch()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py323 def type_to_str(type_int): function
348 print " %10s |" %(type_to_str(txt[5])),
466 print "| %13s |" %(type_to_str(txt[6])),
478 print "| %15s" %(type_to_str(txt[4])),
498 print "%-15s | %-15s | %-15s | %s" %(txt[0], txt[1], type_to_str(txt[2]), txt[3])
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1206 type_to_str(boot_module_type_t type) in type_to_str() function
1235 type_to_str(modules[i].bm_type), in check_images()