Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dcreate_db.sh15 bin_dir=$(dirname $0)
20 for i in ${bin_dir}/*.schema ; do
24 ${bin_dir}/init_constraints.pl "$PROJ" $info_file $db_file
25 ${bin_dir}/init_constraints_required.pl "$PROJ" $info_file $db_file
26 ${bin_dir}/fill_db_sql.pl "$PROJ" $info_file $db_file
28 ${bin_dir}/fill_db_sql.pl "$PROJ" ${info_file}.sql $db_file
30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $info_file $db_file
32 ${bin_dir}/fill_db_caller_info.pl "$PROJ" ${info_file}.caller_info $db_file
34 ${bin_dir}/build_early_index.sh $db_file
36 ${bin_dir}/fill_db_type_value.pl "$PROJ" $info_file $db_file
[all …]
H A Dreload_partial.sh15 bin_dir=$(dirname $0)
30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $tmp_file $db_file
33 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file
36 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file
39 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file
43 ${bin_dir}/fixup_all.sh $db_file
45 ${bin_dir}/fixup_${PROJ}.sh $db_file
H A Dapply_return_fixes.sh8 bin_dir=$(dirname $0)
15 test -e ${bin_dir}/${PROJ}.return_fixes && \
16 cat ${bin_dir}/${PROJ}.return_fixes | \
H A Dinsert_manual_states.pl8 my $bin_dir = dirname($0);
15 my $insertions = "$bin_dir/$project.insert.return_states";
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dgen_rosenberg_funcs.sh16 bin_dir=$(dirname $0)
17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
23 ${bin_dir}/trace_params.pl $file copy_to_user 1 >> $tmp
24 ${bin_dir}/trace_params.pl $file rds_info_copy 1 >> $tmp
25 ${bin_dir}/trace_params.pl $file nla_put 3 >> $tmp
26 ${bin_dir}/trace_params.pl $file snd_timer_user_append_to_tqueue 1 >> $tmp
27 ${bin_dir}/trace_params.pl $file __send_signal 1 >> $tmp
28 ${bin_dir}/trace_params.pl $file usb_bulk_msg 2 >> $tmp
H A Dgen_dma_funcs.sh16 bin_dir=$(dirname $0)
17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
23 ${bin_dir}/trace_params.pl $file usb_control_msg 6 >> $tmp
24 ${bin_dir}/trace_params.pl $file usb_fill_bulk_urb 3 >> $tmp
25 ${bin_dir}/trace_params.pl $file dma_map_single 1 >> $tmp
H A Dgen_gfp_flags.sh16 bin_dir=$(dirname $0)
17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
23 ${bin_dir}/trace_params.pl $file kmalloc 1 >> $tmp
24 ${bin_dir}/trace_params.pl $file kzalloc 1 >> $tmp
25 ${bin_dir}/trace_params.pl $file kcalloc 2 >> $tmp
H A Dgen_no_return_funcs.sh12 bin_dir=$(dirname $0)
13 add_file=$(echo ${bin_dir}/../smatch_data/${outfile}.add)
14 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
20 cat $(echo ${bin_dir}/../smatch_data/no_return_funcs) >> $outfile
H A Dgen_implicit_dependencies.sh15 bin_dir=$(dirname $0)
16 remove=$(echo ${bin_dir}/../smatch_data/kernel.implicit_dependencies.remove)
H A Dgen_expects_err_ptr.sh16 bin_dir=$(dirname $0)
17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
H A Dgen_frees_list.sh15 bin_dir=$(dirname $0)
16 remove=$(echo ${bin_dir}/../smatch_data/kernel.frees_argument.remove)
H A Dgen_puts_list.sh15 bin_dir=$(dirname $0)
16 remove=$(echo ${bin_dir}/../smatch_data/kernel.puts_argument.remove)
H A Dgen_bit_shifters.sh11 bin_dir=$(dirname $0)
12 remove=$(echo ${bin_dir}/../smatch_data/${project}.bit_shifters.remove)
H A Dgen_err_ptr_list.sh15 bin_dir=$(dirname $0)
16 remove=$(echo ${bin_dir}/../smatch_data/kernel.returns_err_ptr.remove)
H A Dgen_returns_held.sh15 bin_dir=$(dirname $0)
16 remove=$(echo ${bin_dir}/../smatch_data/kernel.returns_held.remove)
H A Dadd_gfp_to_allocations.sh9 bin_dir=$(dirname $0)
10 remove=$(echo ${bin_dir}/../smatch_data/kernel.allocation_funcs_gfp.remove)
H A Dgen_allocation_list.sh15 bin_dir=$(dirname $0)
16 remove=$(echo ${bin_dir}/../smatch_data/kernel.allocation_funcs.remove)
H A Dgen_unwind_functions.sh16 bin_dir=$(dirname $0)
17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
H A Dgen_sizeof_param.sh12 bin_dir=$(dirname $0)
13 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.c31 char *bin_dir; variable
300 strncpy(buf, bin_dir, 254); in get_data_dir()
338 bin_dir = get_bin_dir(argv[0]); in main()
H A Dsmatch_files.c46 snprintf(buf, 256, "%s/smatch_data/%s", bin_dir, schema); in open_schema_file()
H A Dsmatch.h1039 extern char *bin_dir;