Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 45) sorted by relevance

12

/systemd-251/src/rpm/ !
Dtriggers.systemd.in20 posix.wait(pid)
28 posix.wait(pid)
41 posix.wait(pid)
50 posix.wait(pid)
59 posix.wait(pid)
68 posix.wait(pid)
79 posix.wait(pid)
89 posix.wait(pid)
99 posix.wait(pid)
110 posix.wait(pid)
[all …]
/systemd-251/shell-completion/zsh/ !
D_udevadm46 '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \
57 '--exit[Signal and wait for systemd-udevd to exit.]' \
64 '--timeout=[The maximum number of seconds to wait for a reply from systemd-udevd.]' \
110 '--timeout=[Maximum number of seconds to wait for the devices being created.]' \
113 '--settle[Also wait for udev queue being empty.]' \
121 '--timeout=[Maximum number of seconds to wait for the devices being locked.]' \
152 'settle:wait for the event queue to finish'
157 'wait:wait for devices or device symlinks being created'
D_systemd-run34 '--no-block[Do not synchronously wait for the unit start operation to finish]' \
78 '--wait=[Wait until service stopped again]' \
/systemd-251/docs/ !
DNETWORK_ONLINE.md163 The right "wait" service must be enabled:
164 `NetworkManager-wait-online.service` if `NetworkManager` is used to configure
165 the network, `systemd-networkd-wait-online.service` if `systemd-networkd` is
167 `Also=systemd-networkd-wait-online.service` in its `[Install]` section, so when
168 `systemd-networkd.service` is enabled, `systemd-networkd-wait-online.service`
170 `systemd-networkd-wait-online.service` when and only when
171 `systemd-networkd.service` is enabled. `NetworkManager-wait-online.service` is
172 set up similarly. This means that the "wait" services do not need to be enabled
179 $ systemctl is-enabled NetworkManager-wait-online.service systemd-networkd-wait-online.service
223 "simplistic" way, where it doesn't try to wait for the network connectivity to
[all …]
/systemd-251/src/portable/ !
Dportablectl.c587 …maybe_start_stop_restart(sd_bus *bus, const char *path, const char *method, BusWaitForJobs *wait) { in maybe_start_stop_restart() argument
620 if (wait) { in maybe_start_stop_restart()
621 r = bus_wait_for_jobs_add(wait, job); in maybe_start_stop_restart()
631 _cleanup_(bus_wait_for_jobs_freep) BusWaitForJobs *wait = NULL; in maybe_enable_start()
638 r = bus_wait_for_jobs_new(bus, &wait); in maybe_enable_start()
661 (void) maybe_start_stop_restart(bus, path, "StartUnit", wait); in maybe_enable_start()
670 r = bus_wait_for_jobs(wait, arg_quiet, NULL); in maybe_enable_start()
679 _cleanup_(bus_wait_for_jobs_freep) BusWaitForJobs *wait = NULL; in maybe_stop_enable_restart()
686 r = bus_wait_for_jobs_new(bus, &wait); in maybe_stop_enable_restart()
711 (void) maybe_start_stop_restart(bus, path, "StopUnit", wait); in maybe_stop_enable_restart()
[all …]
/systemd-251/src/network/ !
Dmeson.build199 'wait-online/link.c',
200 'wait-online/link.h',
201 'wait-online/manager.c',
202 'wait-online/manager.h',
203 'wait-online/wait-online.c',
/systemd-251/units/ !
Dsystemd-networkd.service.in63 # We want to enable systemd-networkd-wait-online.service whenever this service
64 # is enabled. systemd-networkd-wait-online.service has
67 Also=systemd-networkd-wait-online.service
Dsystemd-networkd-wait-online.service.in12 Documentation=man:systemd-networkd-wait-online.service(8)
21 ExecStart={{ROOTLIBEXECDIR}}/systemd-networkd-wait-online
Dsystemd-networkd-wait-online@.service.in12 Documentation=man:systemd-networkd-wait-online.service(8)
21 ExecStart={{ROOTLIBEXECDIR}}/systemd-networkd-wait-online -i %i
Dsystemd-time-wait-sync.service.in12 Documentation=man:systemd-time-wait-sync.service(8)
31 ExecStart={{ROOTLIBEXECDIR}}/systemd-time-wait-sync
Dmeson.build224 ['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'],
225 ['systemd-networkd-wait-online@.service','ENABLE_NETWORKD'],
246 ['systemd-time-wait-sync.service', 'ENABLE_TIMESYNCD'],
Demergency.service.in22 ExecStartPre=-{{ROOTBINDIR}}/plymouth --wait quit
Drescue.service.in21 ExecStartPre=-{{ROOTBINDIR}}/plymouth --wait quit
Dconsole-getty.service.in13 After=systemd-user-sessions.service plymouth-quit-wait.service
Dcontainer-getty@.service.in14 After=systemd-user-sessions.service plymouth-quit-wait.service
Dserial-getty@.service.in15 After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
Dgetty@.service.in14 After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
/systemd-251/presets/ !
D90-systemd.preset38 disable systemd-networkd-wait-online.service
39 disable systemd-time-wait-sync.service
/systemd-251/shell-completion/bash/ !
Dudevadm52 -w --wait-for-initialization --value'
54 [TRIGGER_STANDALONE]='-v --verbose -n --dry-run -q --quiet -w --settle --wait-daemon --uuid
71 local verbs=(info trigger settle control monitor test-builtin test wait lock)
250 'wait')
/systemd-251/src/journal/ !
Dmanaged-journal-file.c288 int managed_journal_file_set_offline(ManagedJournalFile *f, bool wait) { in managed_journal_file_set_offline() argument
312 if ((restarted && wait) || !restarted) { in managed_journal_file_set_offline()
324 if (wait) /* Without using a thread if waiting. */ in managed_journal_file_set_offline()
Dmanaged-journal-file.h23 int managed_journal_file_set_offline(ManagedJournalFile *f, bool wait);
/systemd-251/man/rules/ !
Dmeson.build954 ['systemd-networkd-wait-online.service',
956 ['systemd-networkd-wait-online', 'systemd-networkd-wait-online@.service'],
1014 ['systemd-time-wait-sync.service',
1016 ['systemd-time-wait-sync'],
/systemd-251/src/shared/ !
Dmeson.build58 'bus-wait-for-jobs.c',
59 'bus-wait-for-jobs.h',
60 'bus-wait-for-units.c',
61 'bus-wait-for-units.h',
/systemd-251/sysctl.d/ !
D50-coredump.conf.in21 # kernel default for this sysctl is "0" which means the kernel doesn't wait for
/systemd-251/src/boot/efi/ !
Dutil.c696 volatile BOOLEAN wait = TRUE; in debug_break() local
697 while (wait) in debug_break()

12