Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 20 of 20) sorted by relevance

/systemd-251/src/machine/
Doperation.c97 LIST_PREPEND(operations, manager->operations, o); in operation_new()
102 LIST_PREPEND(operations_by_machine, machine->operations, o); in operation_new()
131 LIST_REMOVE(operations, o->manager->operations, o); in operation_free()
136 LIST_REMOVE(operations_by_machine, o->machine->operations, o); in operation_free()
Dmachined.c74 while (m->operations) in manager_unref()
75 operation_free(m->operations); in manager_unref()
298 if (m->operations) in check_idle()
Doperation.h26 LIST_FIELDS(Operation, operations);
Dmachined.h36 LIST_HEAD(Operation, operations);
Dmachine.h64 LIST_HEAD(Operation, operations);
Dmachine.c80 while (m->operations) in machine_free()
81 operation_free(m->operations); in machine_free()
/systemd-251/src/portable/
Dportabled-operation.c96 LIST_PREPEND(operations, manager->operations, o); in operation_new()
125 LIST_REMOVE(operations, o->manager->operations, o); in operation_free()
Dportabled.h24 LIST_HEAD(Operation, operations);
Dportabled-operation.h25 LIST_FIELDS(Operation, operations);
Dportabled.c113 return !m->operations; in check_idle()
/systemd-251/src/shared/
Dsleep-config.c600 static const SleepOperation operations[] = { in can_s2h() local
612 for (size_t i = 0; i < ELEMENTSOF(operations); i++) { in can_s2h()
613 r = can_sleep_internal(sleep_config, operations[i], false); in can_s2h()
615 log_debug("Unable to %s system.", sleep_operation_to_string(operations[i])); in can_s2h()
619 …_debug_errno(r, "Failed to check if %s is possible: %m", sleep_operation_to_string(operations[i])); in can_s2h()
/systemd-251/
D.vimrc3 " vimrc configuration file, including write operations and shell execution.
Dmeson_options.txt79 description : 'do extra operations to avoid valgrind warnings')
195 description : 'how long to wait for user manager operations')
DNEWS2437 operations at a later step at once.
2640 relevant operations will fail gracefully, or a suitable fallback
2904 the tool is terminated half-way during its operations on next boot it
5050 during reboot with their own operations.
5804 reboot and clock changing operations from udev rules.
6385 been updated to make use of these calls. Doing these operations
6929 systems for all five operations.
7547 load and unload operations of kernel modules by a service. In
9138 available. As unit file operations are still protected via
10300 many of PID1's privileged operations such as unit file
[all …]
DTODO1372 operations instead of IO ready events into event loops. See considerations
1509 the most common operations.
/systemd-251/docs/
DARCHITECTURE.md131 operations like using `dm-crypt` or `loopdev`. They are clearly marked if that
DUSER_RECORD.md166 specific operations are executed. For example, in tools such as
194 operations natively against JSON user records.
205 disk. Finally the `secret` section is used during authentication operations via
946 nor transferred across machines. It is only defined in short-lived operations,
DCGROUP_DELEGATION.md308 operations as in a. The main benefit of this: this way you let the system
313 directly invoke systemd operations inside the containers. Moreover tools
DENVIRONMENT.md34 refrains from talking to PID 1 in such a case; turning most operations such
DCONTAINER_INTERFACE.md89 cgroup path systemd put your process in for all operations of the container.