Searched refs:stopping (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/login/ |
D | logind-user.c | 168 yes_no(u->stopping)); in user_save_internal() 307 …_cleanup_free_ char *realtime = NULL, *monotonic = NULL, *stopping = NULL, *last_session_timestamp… in user_load() local 314 "STOPPING", &stopping, in user_load() 323 if (stopping) { in user_load() 324 r = parse_boolean(stopping); in user_load() 326 log_debug_errno(r, "Failed to parse 'STOPPING' boolean: %s", stopping); in user_load() 328 u->stopping = r; in user_load() 448 if (u->started && !u->stopping) in user_start() 455 u->stopping = false; in user_start() 513 if (u->stopping) { /* Stop jobs have already been queued */ in user_stop() [all …]
|
D | logind-session.c | 555 s->stopping = true; in session_load() 698 if (s->stopping) in session_start() 807 if (s->stopping) in session_stop() 821 s->stopping = true; in session_stop() 891 if (!s->started || s->stopping) in session_release() 1168 if (s->stopping || s->timer_event_source) in session_get_state()
|
D | logind-user.h | 47 bool stopping:1; /* Whenever the user is being stopped or has been stopped. */ member
|
D | logind-session.h | 105 bool stopping:1; member
|
D | logind-seat.c | 359 if (i->vtnr == vtnr && !i->stopping) { in seat_active_vt_changed()
|
/systemd-251/src/machine/ |
D | machine.c | 492 m->stopping = true; in machine_stop() 510 … m->stopping = true; /* The machine is supposed to be going away. Don't try to kill it. */ in machine_finalize() 558 if (s->stopping) in machine_get_state()
|
D | machine.h | 56 bool stopping:1; member
|
/systemd-251/ |
D | TODO | 286 stopping processing events from one source entirely. 1119 * add a job mode that will fail if a transaction would mean stopping 1254 - When logging about multiple units (stopping BoundTo units, conflicts, etc.),
|
D | NEWS | 4082 with stopping and disablement. 4136 different behaviour when stopping in preparation for a restart. 11137 "maintenance", "stopping". These states are bound to system
|