Home
last modified time | relevance | path

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

/systemd-251/src/pstore/
Dpstore.c175 static int write_dmesg(const char *dmesg, size_t size, const char *id) { in write_dmesg()
209 _cleanup_free_ char *dmesg = NULL, *dmesg_id = NULL; in process_dmesg_files() local