Home
last modified time | relevance | path

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

/systemd-251/src/udev/dmi_memory_id/
Ddmi_memory_id.c78 static const char *arg_source_file = NULL; variable
660 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()