Searched refs:operations (Results 1 – 20 of 20) sorted by relevance
/systemd-251/src/machine/ |
D | operation.c | 97 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()
|
D | machined.c | 74 while (m->operations) in manager_unref() 75 operation_free(m->operations); in manager_unref() 298 if (m->operations) in check_idle()
|
D | operation.h | 26 LIST_FIELDS(Operation, operations);
|
D | machined.h | 36 LIST_HEAD(Operation, operations);
|
D | machine.h | 64 LIST_HEAD(Operation, operations);
|
D | machine.c | 80 while (m->operations) in machine_free() 81 operation_free(m->operations); in machine_free()
|
/systemd-251/src/portable/ |
D | portabled-operation.c | 96 LIST_PREPEND(operations, manager->operations, o); in operation_new() 125 LIST_REMOVE(operations, o->manager->operations, o); in operation_free()
|
D | portabled.h | 24 LIST_HEAD(Operation, operations);
|
D | portabled-operation.h | 25 LIST_FIELDS(Operation, operations);
|
D | portabled.c | 113 return !m->operations; in check_idle()
|
/systemd-251/src/shared/ |
D | sleep-config.c | 600 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 | .vimrc | 3 " vimrc configuration file, including write operations and shell execution.
|
D | meson_options.txt | 79 description : 'do extra operations to avoid valgrind warnings') 195 description : 'how long to wait for user manager operations')
|
D | NEWS | 2437 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 …]
|
D | TODO | 1372 operations instead of IO ready events into event loops. See considerations 1509 the most common operations.
|
/systemd-251/docs/ |
D | ARCHITECTURE.md | 131 operations like using `dm-crypt` or `loopdev`. They are clearly marked if that
|
D | USER_RECORD.md | 166 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,
|
D | CGROUP_DELEGATION.md | 308 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
|
D | ENVIRONMENT.md | 34 refrains from talking to PID 1 in such a case; turning most operations such
|
D | CONTAINER_INTERFACE.md | 89 cgroup path systemd put your process in for all operations of the container.
|