Searched defs:true (Results 1 - 10 of 10) sorted by relevance

/systemd/src/core/
H A Dslice.c50 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true); local
93 SPECIAL_SHUTDOWN_TARGET, NULL, true);
279 u->no_gc = true;
280 u->ignore_on_isolate = true;
281 u->refuse_manual_start = true;
282 u->refuse_manual_stop = true;
304 .no_alias = true,
305 .no_instances = true,
306 .can_transient = true,
H A Dtarget.c46 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true); local
79 return unit_add_dependency_by_name(UNIT(t), UNIT_CONFLICTS, SPECIAL_SHUTDOWN_TARGET, NULL, true);
H A Dscope.c54 UNIT(s)->ignore_on_isolate = true;
113 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true); local
128 SPECIAL_SHUTDOWN_TARGET, NULL, true);
534 u->transient = true;
536 u->no_gc = true;
537 u->ignore_on_isolate = true;
538 u->refuse_manual_start = true;
539 u->refuse_manual_stop = true;
572 .no_alias = true,
573 .no_instances = true,
[all...]
H A Ddevice.c117 u->ignore_on_isolate = true;
138 unit_notify(UNIT(d), state_translation_table[old_state], state_translation_table[state], true); local
284 r = unit_add_dependency_by_name(u, UNIT_WANTS, n, NULL, true);
332 delete = true;
390 r = device_setup_unit(m, dev, sysfs, true);
530 return true;
691 device_update_found_by_sysfs(m, sysfs, true, DEVICE_FOUND_UDEV, false);
745 device_update_found_by_sysfs(m, sysfs, false, DEVICE_FOUND_UDEV|DEVICE_FOUND_MOUNT|DEVICE_FOUND_SWAP, true);
758 device_update_found_by_sysfs(m, sysfs, true, DEVICE_FOUND_UDEV, true);
[all...]
H A Dpath.c111 exists = true;
319 r = unit_add_dependency_by_name(UNIT(p), UNIT_BEFORE, SPECIAL_PATHS_TARGET, NULL, true);
324 r = unit_add_two_dependencies_by_name(UNIT(p), UNIT_AFTER, UNIT_REQUIRES, SPECIAL_SYSINIT_TARGET, NULL, true);
329 return unit_add_two_dependencies_by_name(UNIT(p), UNIT_BEFORE, UNIT_CONFLICTS, SPECIAL_SHUTDOWN_TARGET, NULL, true);
352 r = unit_add_two_dependencies(u, UNIT_BEFORE, UNIT_TRIGGERS, x, true);
433 unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state], true); local
448 path_enter_waiting(p, true, true);
578 path_enter_waiting(p, true, true);
[all...]
H A Dtimer.c57 t->remain_after_elapse = true;
108 r = unit_add_dependency_by_name(UNIT(t), UNIT_BEFORE, SPECIAL_TIMERS_TARGET, NULL, true);
113 r = unit_add_two_dependencies_by_name(UNIT(t), UNIT_AFTER, UNIT_REQUIRES, SPECIAL_SYSINIT_TARGET, NULL, true);
119 r = unit_add_dependency_by_name(UNIT(t), UNIT_AFTER, SPECIAL_TIME_SYNC_TARGET, NULL, true);
127 return unit_add_two_dependencies_by_name(UNIT(t), UNIT_BEFORE, UNIT_CONFLICTS, SPECIAL_SHUTDOWN_TARGET, NULL, true);
189 r = unit_add_two_dependencies(u, UNIT_BEFORE, UNIT_TRIGGERS, x, true);
269 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true); local
403 found_realtime = true;
429 leave_around = true;
441 leave_around = true;
[all...]
H A Dautomount.c87 UNIT(a)->ignore_on_isolate = true;
155 r = unit_add_two_dependencies_by_name(UNIT(a), UNIT_BEFORE, UNIT_CONFLICTS, SPECIAL_UMOUNT_TARGET, NULL, true);
215 r = unit_add_two_dependencies(u, UNIT_BEFORE, UNIT_TRIGGERS, x, true);
245 unit_notify(UNIT(a), state_translation_table[old_state], state_translation_table[state], true); local
353 (void) fd_cloexec(param->ioctlfd, true);
562 mounted = true;
925 r = loop_read_exact(a->pipe_fd, &packet, sizeof(packet), true);
1053 .no_alias = true,
1054 .no_instances = true,
H A Dbusname.c61 n->accept_fd = true;
62 n->activating = true;
148 r = unit_add_dependency_by_name(UNIT(n), UNIT_BEFORE, SPECIAL_BUSNAMES_TARGET, NULL, true);
153 r = unit_add_two_dependencies_by_name(UNIT(n), UNIT_AFTER, UNIT_REQUIRES, SPECIAL_SYSINIT_TARGET, NULL, true);
158 return unit_add_two_dependencies_by_name(UNIT(n), UNIT_BEFORE, UNIT_CONFLICTS, SPECIAL_SHUTDOWN_TARGET, NULL, true);
190 r = unit_add_two_dependencies(u, UNIT_BEFORE, UNIT_TRIGGERS, UNIT_DEREF(n->service), true);
350 unit_notify(UNIT(n), state_translation_table[old_state], state_translation_table[state], true); local
584 pending = true;
1023 .no_alias = true,
1024 .no_instances = true,
[all...]
H A Dswap.c127 u->ignore_on_isolate = true;
206 return unit_add_dependency_by_name(UNIT(s), UNIT_AFTER, SPECIAL_REMOUNT_FS_SERVICE, NULL, true);
225 r = unit_add_dependency_by_name(UNIT(s), UNIT_BEFORE, SPECIAL_SWAP_TARGET, NULL, true);
229 return unit_add_two_dependencies_by_name(UNIT(s), UNIT_BEFORE, UNIT_CONFLICTS, SPECIAL_UMOUNT_TARGET, NULL, true);
292 s->from_fragment = true;
380 delete = true;
411 SWAP(u)->is_active = true;
415 SWAP(u)->from_proc_swaps = true;
508 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true); local
609 .apply_permissions = true,
[all...]
H A Dsocket.c230 u->no_gc = true;
242 return true;
247 return true;
250 return true;
300 r = unit_add_dependency_by_name(UNIT(s), UNIT_BEFORE, SPECIAL_SOCKETS_TARGET, NULL, true);
305 r = unit_add_two_dependencies_by_name(UNIT(s), UNIT_AFTER, UNIT_REQUIRES, SPECIAL_SYSINIT_TARGET, NULL, true);
310 return unit_add_two_dependencies_by_name(UNIT(s), UNIT_BEFORE, UNIT_CONFLICTS, SPECIAL_SHUTDOWN_TARGET, NULL, true);
319 return true;
342 r = unit_add_two_dependencies(u, UNIT_BEFORE, UNIT_TRIGGERS, UNIT_DEREF(s->service), true);
1270 know_label = true;
1463 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true); local
[all...]

Completed in 34 milliseconds