Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dexport-raw.c51 unsigned last_percent; member
98 .last_percent = UINT_MAX, in raw_export_new()
124 if (percent == e->last_percent) in raw_export_report_progress()
133 e->last_percent = percent; in raw_export_report_progress()
Dexport-tar.c46 unsigned last_percent; member
99 .last_percent = UINT_MAX, in tar_export_new()
129 if (percent == e->last_percent) in tar_export_report_progress()
138 e->last_percent = percent; in tar_export_report_progress()
Dimport-tar.c62 unsigned last_percent; member
115 .last_percent = UINT_MAX, in tar_import_new()
146 if (percent == i->last_percent) in tar_import_report_progress()
155 i->last_percent = percent; in tar_import_report_progress()
Dimport-raw.c60 unsigned last_percent; member
113 .last_percent = UINT_MAX, in raw_import_new()
145 if (percent == i->last_percent) in raw_import_report_progress()
154 i->last_percent = percent; in raw_import_report_progress()