Home
last modified time | relevance | path

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

/systemd-251/src/pstore/
Dpstore.c218 _cleanup_free_ char *pe_id = NULL; in process_dmesg_files() local
277 pe_id = memdup_suffix0(p, plen - PSTORE_FILENAME_IGNORE); in process_dmesg_files()
278 if (!pe_id) { in process_dmesg_files()
283 pe_id = mfree(pe_id); in process_dmesg_files()
286 move_file(pe, pe_id); in process_dmesg_files()
293 if (!streq_ptr(pe_id, dmesg_id)) { in process_dmesg_files()
299 free_and_replace(dmesg_id, pe_id); in process_dmesg_files()
317 pe_id = mfree(pe_id); in process_dmesg_files()