Searched refs:arg_source_file (Results 1 – 1 of 1) sorted by relevance
78 static const char *arg_source_file = NULL; variable660 arg_source_file = optarg; in parse_argv()693 arg_source_file ?: SYS_ENTRY_FILE, in run()696 return log_full_errno(!arg_source_file && r == -ENOENT ? LOG_DEBUG : LOG_ERR, in run()698 arg_source_file ?: SYS_ENTRY_FILE); in run()700 if (!arg_source_file) { in run()701 arg_source_file = SYS_TABLE_FILE; in run()706 return smbios3_decode(buf, arg_source_file, no_file_offset); in run()708 return smbios_decode(buf, arg_source_file, no_file_offset); in run()710 return legacy_decode(buf, arg_source_file, no_file_offset); in run()