Searched refs:shutdown (Results 1 - 12 of 12) sorted by relevance

/systemd/src/test/
H A Dtest-sleep.c35 **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 Dtest.sh77 Conflicts=shutdown.target
79 Before=sysinit.target shutdown.target autorelabel.service
/systemd/src/journal/
H A Djournal-send.c415 if (shutdown(fd, SHUT_RD) < 0)
H A Djournald-stream.c500 (void) shutdown(fd, SHUT_WR);
/systemd/src/core/
H A Ddevice.c866 .shutdown = device_shutdown,
H A Dunit.h398 void (*shutdown)(Manager *m); member in struct:UnitVTable
H A Dautomount.c1079 .shutdown = automount_shutdown,
H A Dmanager.c936 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 Dswap.c1499 .shutdown = swap_shutdown,
H A Dmount.c414 * primarily useful at shutdown: services that take
1855 .shutdown = mount_shutdown,
H A Dexecute.c307 if (shutdown(fd, SHUT_RD) < 0) {
/systemd/test/
H A Dtest-functions145 Conflicts=shutdown.target
147 Before=sysinit.target shutdown.target

Completed in 48 milliseconds