Home
last modified time | relevance | path

Searched defs:no_file_offset (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/udev/dmi_memory_id/
Ddmi_memory_id.c570 … int dmi_table(int64_t base, uint32_t len, uint16_t num, const char *devmem, bool no_file_offset) { in dmi_table()
594 static int smbios3_decode(const uint8_t *buf, const char *devmem, bool no_file_offset) { in smbios3_decode()
616 static int smbios_decode(const uint8_t *buf, const char *devmem, bool no_file_offset) { in smbios_decode()
632 static int legacy_decode(const uint8_t *buf, const char *devmem, bool no_file_offset) { in legacy_decode()
678 bool no_file_offset = false; in run() local