/systemd-251/src/import/ |
D | meson.build | 7 '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',
|
D | pull-tar.h | 12 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…
|
D | pull-raw.h | 12 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…
|
D | pull.c | 95 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/ |
D | dependabot.yml | 9 open-pull-requests-limit: 2 14 open-pull-requests-limit: 2 19 open-pull-requests-limit: 2
|
/systemd-251/shell-completion/zsh/ |
D | _machinectl | 50 "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/ |
D | basic.target | 10 # 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/ |
D | basic.target | 17 # 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/ |
D | basic.target | 17 # 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
|
D | serial-getty@.service.in | 22 # getty.target didn't actually pull it in.
|
D | getty@.service.in | 21 # getty.target didn't actually pull it in.
|
/systemd-251/ |
D | README.md | 6 …emd-pull-requests.svg"><img align="right" src="http://in.waw.pl/systemd-github-state/systemd-syste…
|
D | .packit.yml | 33 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
|
/systemd-251/.github/workflows/ |
D | mkosi.yml | 84 …# See https://github.com/systemd/systemd/pull/22417 and https://github.com/systemd/mkosi/pull/907 …
|
D | labeler.yml | 17 pull-requests: write
|
/systemd-251/shell-completion/bash/ |
D | machinectl | 44 … [STANDALONE]='list list-images clean pull-tar pull-raw list-transfers cancel-transfer import-fs'
|
/systemd-251/mkosi.default.d/debian/ |
D | 10-mkosi.debian | 71 …# 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/ |
D | 10-mkosi.ubuntu | 69 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
|
/systemd-251/hwdb.d/ |
D | 70-joystick.hwdb | 26 # If your changes are generally applicable, preferably send them as a pull
|
D | 70-touchpad.hwdb | 26 # If your changes are generally applicable, preferably send them as a pull
|
D | 60-autosuspend.hwdb | 17 # If your changes are generally applicable, preferably send them as a pull
|
D | 60-input-id.hwdb | 17 # If your changes are generally applicable, preferably send them as a pull
|
/systemd-251/docs/ |
D | NETWORK_ONLINE.md | 20 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
|
D | CODE_QUALITY.md | 52 9. There are multiple CI systems in use that run on every github pull request
|
/systemd-251/coccinelle/ |
D | synthetic-errno.cocci | 20 /* Ignore specific cases in src/import/{export,import,pull}.c where we want to return positive valu…
|