Searched refs:shutdown (Results 1 - 12 of 12) sorted by relevance
/systemd/src/test/ |
H A D | test-sleep.c | 35 **shutdown = strv_new("shutdown", NULL), local 44 log_info("Hibernate+Shutdown configured: %s", yes_no(can_sleep_disk(shutdown) > 0));
|
/systemd/test/TEST-06-SELINUX/ |
H A D | test.sh | 77 Conflicts=shutdown.target 79 Before=sysinit.target shutdown.target autorelabel.service
|
/systemd/src/journal/ |
H A D | journal-send.c | 415 if (shutdown(fd, SHUT_RD) < 0)
|
H A D | journald-stream.c | 500 (void) shutdown(fd, SHUT_WR);
|
/systemd/src/core/ |
H A D | device.c | 866 .shutdown = device_shutdown,
|
H A D | unit.h | 398 void (*shutdown)(Manager *m); member in struct:UnitVTable
|
H A D | automount.c | 1079 .shutdown = automount_shutdown,
|
H A D | manager.c | 936 if (unit_vtable[c]->shutdown) 937 unit_vtable[c]->shutdown(m); 3017 /* If m is NULL, assume we're after shutdown and let the messages through. */ 3092 /* Is the special shutdown target queued? If so, we are in shutdown state */
|
H A D | swap.c | 1499 .shutdown = swap_shutdown,
|
H A D | mount.c | 414 * primarily useful at shutdown: services that take 1855 .shutdown = mount_shutdown,
|
H A D | execute.c | 307 if (shutdown(fd, SHUT_RD) < 0) {
|
/systemd/test/ |
H A D | test-functions | 145 Conflicts=shutdown.target 147 Before=sysinit.target shutdown.target
|
Completed in 4865 milliseconds