Searched defs:import (Results 1 - 2 of 2) sorted by relevance

/systemd/src/import/
H A Dimport.c28 #include "import-raw.h"
29 #include "import-tar.h"
30 #include "import-util.h"
46 static void on_tar_finished(TarImport *import, int error, void *userdata) { argument
48 assert(import);
57 _cleanup_(tar_import_unrefp) TarImport *import = NULL;
103 return log_error_errno(errno, "Failed to open tar image to import: %m");
125 r = tar_import_new(&import, event, arg_image_root, on_tar_finished, event);
129 r = tar_import_start(import, fd, local, arg_force, arg_read_only);
131 return log_error_errno(r, "Failed to import imag
141 on_raw_finished(RawImport *import, int error, void *userdata) argument
[all...]
/systemd/src/udev/
H A Dudev-rules.c2099 char import[UTIL_PATH_SIZE]; local
2101 udev_event_apply_format(event, rules_str(rules, cur->key.value_off), import, sizeof(import));
2102 if (import_file_into_properties(event->dev, import) != 0)
2108 char import[UTIL_PATH_SIZE]; local
2110 udev_event_apply_format(event, rules_str(rules, cur->key.value_off), import, sizeof(import));
2112 import,
2116 if (import_program_into_properties(event, timeout_usec, timeout_warn_usec, import) != 0)
2186 /* we import simpl
2209 char import[UTIL_PATH_SIZE]; local
[all...]

Completed in 1079 milliseconds