Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 39) sorted by relevance

12

/systemd-251/src/import/
Dmeson.build7 'pull.c',
8 'pull-raw.c',
9 'pull-raw.h',
10 'pull-tar.c',
11 'pull-tar.h',
12 'pull-job.c',
13 'pull-job.h',
14 'pull-common.c',
15 'pull-common.h',
Dpull-tar.h12 typedef void (*TarPullFinished)(TarPull *pull, int error, void *userdata);
14 int tar_pull_new(TarPull **pull, sd_event *event, const char *image_root, TarPullFinished on_finish…
15 TarPull* tar_pull_unref(TarPull *pull);
19 int tar_pull_start(TarPull *pull, const char *url, const char *local, PullFlags flags, ImportVerify…
Dpull-raw.h12 typedef void (*RawPullFinished)(RawPull *pull, int error, void *userdata);
14 int raw_pull_new(RawPull **pull, sd_event *event, const char *image_root, RawPullFinished on_finish…
15 RawPull* raw_pull_unref(RawPull *pull);
19 int raw_pull_start(RawPull *pull, const char *url, const char *local, uint64_t offset, uint64_t siz…
Dpull.c95 static void on_tar_finished(TarPull *pull, int error, void *userdata) { in on_tar_finished() argument
97 assert(pull); in on_tar_finished()
108 _cleanup_(tar_pull_unrefp) TarPull *pull = NULL; in pull_tar()
146 r = tar_pull_new(&pull, event, arg_image_root, on_tar_finished, event); in pull_tar()
151 pull, in pull_tar()
168 static void on_raw_finished(RawPull *pull, int error, void *userdata) { in on_raw_finished() argument
170 assert(pull); in on_raw_finished()
181 _cleanup_(raw_pull_unrefp) RawPull *pull = NULL; in pull_raw()
215 r = raw_pull_new(&pull, event, arg_image_root, on_raw_finished, event); in pull_raw()
220 pull, in pull_raw()
/systemd-251/.github/
Ddependabot.yml9 open-pull-requests-limit: 2
14 open-pull-requests-limit: 2
19 open-pull-requests-limit: 2
/systemd-251/shell-completion/zsh/
D_machinectl50 "pull-tar:Download a TAR container image"
51 "pull-raw:Download a RAW container or VM image"
64 list*|cancel-transfer|pull-tar|pull-raw)
/systemd-251/test/test-path/
Dbasic.target10 # We support /var, /tmp, /var/tmp, being on NFS, but we don't pull in
11 # remote-fs.target by default, hence pull them in explicitly here. Note that we
/systemd-251/test/units/
Dbasic.target17 # We support /var, /tmp, /var/tmp, being on NFS, but we don't pull in
18 # remote-fs.target by default, hence pull them in explicitly here. Note that we
/systemd-251/units/
Dbasic.target17 # We support /var, /tmp, /var/tmp, being on NFS, but we don't pull in
18 # remote-fs.target by default, hence pull them in explicitly here. Note that we
Dserial-getty@.service.in22 # getty.target didn't actually pull it in.
Dgetty@.service.in21 # getty.target didn't actually pull it in.
/systemd-251/
DREADME.md6 …emd-pull-requests.svg"><img align="right" src="http://in.waw.pl/systemd-github-state/systemd-syste…
D.packit.yml33 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
/systemd-251/.github/workflows/
Dmkosi.yml84 …# See https://github.com/systemd/systemd/pull/22417 and https://github.com/systemd/mkosi/pull/907 …
Dlabeler.yml17 pull-requests: write
/systemd-251/shell-completion/bash/
Dmachinectl44 … [STANDALONE]='list list-images clean pull-tar pull-raw list-transfers cancel-transfer import-fs'
/systemd-251/mkosi.default.d/debian/
D10-mkosi.debian71 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
/systemd-251/mkosi.default.d/ubuntu/
D10-mkosi.ubuntu69 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
/systemd-251/hwdb.d/
D70-joystick.hwdb26 # If your changes are generally applicable, preferably send them as a pull
D70-touchpad.hwdb26 # If your changes are generally applicable, preferably send them as a pull
D60-autosuspend.hwdb17 # If your changes are generally applicable, preferably send them as a pull
D60-input-id.hwdb17 # If your changes are generally applicable, preferably send them as a pull
/systemd-251/docs/
DNETWORK_ONLINE.md20 wants to run before it must pull it in. Network management services hence
64 liberally: for example network server software should generally not pull this
220 during boot, and pull in and be ordered after `network-online.target`, but as
DCODE_QUALITY.md52 9. There are multiple CI systems in use that run on every github pull request
/systemd-251/coccinelle/
Dsynthetic-errno.cocci20 /* Ignore specific cases in src/import/{export,import,pull}.c where we want to return positive valu…

12