Searched defs:last_percent (Results 1 - 4 of 4) sorted by relevance

/systemd/src/import/
H A Dexport-raw.c65 unsigned last_percent; member in struct:RawExport
114 e->last_percent = (unsigned) -1;
139 if (percent == e->last_percent)
148 e->last_percent = percent;
H A Dexport-tar.c63 unsigned last_percent; member in struct:TarExport
120 e->last_percent = (unsigned) -1;
149 if (percent == e->last_percent)
158 e->last_percent = percent;
H A Dimport-raw.c79 unsigned last_percent; member in struct:RawImport
129 i->last_percent = (unsigned) -1;
164 if (percent == i->last_percent)
173 i->last_percent = percent;
H A Dimport-tar.c81 unsigned last_percent; member in struct:TarImport
136 i->last_percent = (unsigned) -1;
171 if (percent == i->last_percent)
180 i->last_percent = percent;

Completed in 56 milliseconds