Searched refs:import (Results 1 - 5 of 5) sorted by relevance

/systemd/src/import/
H A Dimport-tar.h24 #include "import-util.h"
29 typedef void (*TarImportFinished)(TarImport *import, int error, void *userdata);
31 int tar_import_new(TarImport **import, sd_event *event, const char *image_root, TarImportFinished on_finished, void *userdata);
32 TarImport* tar_import_unref(TarImport *import);
36 int tar_import_start(TarImport *import, int fd, const char *local, bool force_local, bool read_only);
H A Dimport-raw.h24 #include "import-util.h"
29 typedef void (*RawImportFinished)(RawImport *import, int error, void *userdata);
31 int raw_import_new(RawImport **import, sd_event *event, const char *image_root, RawImportFinished on_finished, void *userdata);
32 RawImport* raw_import_unref(RawImport *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/xorg/
H A D50-systemd-user.sh3 systemctl --user import-environment DISPLAY XAUTHORITY
/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 1917 milliseconds