Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c37 static char *base_file; variable
112 return base_file; in get_filename()
122 return base_file; in get_base_file()
1888 static void open_output_files(char *base_file) in open_output_files() argument
1892 snprintf(buf, sizeof(buf), "%s.smatch", base_file); in open_output_files()
1920 FOR_EACH_PTR_NOTAG(filelist, base_file) { in smatch()
1924 len = strlen(path) + 1 + strlen(base_file) + 1; in smatch()
1928 full_base_file = alloc_string(base_file); in smatch()
1931 open_output_files(base_file); in smatch()
1932 sym_list = sparse_keep_tokens(base_file); in smatch()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dmodule.c368 file_load_dependencies(struct preloaded_file *base_file) in file_load_dependencies() argument
377 md = file_findmetadata(base_file, MODINFOMD_DEPLIST); in file_load_dependencies()
409 while (base_file != NULL) { in file_load_dependencies()
410 fp = base_file; in file_load_dependencies()
411 base_file = base_file->f_next; in file_load_dependencies()