Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dsleep-config.c305 …cation_is_resume_device(const HibernateLocation *location, dev_t sys_resume, uint64_t sys_offset) { in location_is_resume_device() argument
311 … (sys_offset == location->offset || (sys_offset > 0 && location->offset == UINT64_MAX)); in location_is_resume_device()
331 uint64_t sys_offset = 0; in find_hibernate_location() local
336 r = read_resume_files(&sys_resume, &sys_offset); in find_hibernate_location()
427 if (location_is_resume_device(hibernate_location, sys_resume, sys_offset)) { in find_hibernate_location()
447 if (sys_offset == 0) in find_hibernate_location()
450 hibernate_location->offset = sys_offset; in find_hibernate_location()