Searched defs:on_raw_finished (Results 1 - 3 of 3) sorted by relevance

/systemd/src/import/
H A Dexport.c143 static void on_raw_finished(RawExport *export, int error, void *userdata) { function
206 r = raw_export_new(&export, event, on_raw_finished, event);
H A Dimport.c141 static void on_raw_finished(RawImport *import, int error, void *userdata) { function
220 r = raw_import_new(&import, event, arg_image_root, on_raw_finished, event);
H A Dpull.c133 static void on_raw_finished(RawPull *pull, int error, void *userdata) { function
203 r = raw_pull_new(&pull, event, arg_image_root, on_raw_finished, event);

Completed in 13 milliseconds