/systemd-251/src/home/ |
D | homed-operation.h | 36 typedef struct Operation { struct 47 } Operation; argument 49 Operation *operation_new(OperationType type, sd_bus_message *m); 50 Operation *operation_ref(Operation *operation); 51 Operation *operation_unref(Operation *operation); 53 DEFINE_TRIVIAL_CLEANUP_FUNC(Operation*, operation_unref); 55 void operation_result(Operation *o, int ret, const sd_bus_error *error); 57 static inline Operation* operation_result_unref(Operation *o, int ret, const sd_bus_error *error) { in operation_result_unref()
|
D | homed-operation.c | 6 Operation *operation_new(OperationType type, sd_bus_message *m) { in operation_new() 7 Operation *o; in operation_new() 12 o = new(Operation, 1); in operation_new() 16 *o = (Operation) { in operation_new() 27 static Operation *operation_free(Operation *o) { in operation_free() 61 DEFINE_TRIVIAL_REF_UNREF_FUNC(Operation, operation, operation_free); 63 void operation_result(Operation *o, int ret, const sd_bus_error *error) { in operation_result()
|
D | homed-home.h | 131 Operation *current_operation; 211 int home_schedule_operation(Home *h, Operation *o, sd_bus_error *error);
|
D | homed-home.c | 56 …CTOR(operation_hash_ops, void, trivial_hash_func, trivial_compare_func, Operation, operation_unref… 2607 _cleanup_(operation_unrefp) Operation *o = NULL; in on_home_ref_eof() 2687 static int home_dispatch_acquire(Home *h, Operation *o) { in home_dispatch_acquire() 2747 static int home_dispatch_release(Home *h, Operation *o) { in home_dispatch_release() 2794 static int home_dispatch_lock_all(Home *h, Operation *o) { in home_dispatch_lock_all() 2839 static int home_dispatch_deactivate_all(Home *h, Operation *o) { in home_dispatch_deactivate_all() 2884 static int home_dispatch_pipe_eof(Home *h, Operation *o) { in home_dispatch_pipe_eof() 2928 static int home_dispatch_deactivate_force(Home *h, Operation *o) { in home_dispatch_deactivate_force() 2971 Operation *o; in on_pending() 2979 static int (* const operation_table[_OPERATION_MAX])(Home *h, Operation *o) = { in on_pending() [all …]
|
D | homed-home-bus.c | 614 _cleanup_(operation_unrefp) Operation *o = NULL; in bus_home_method_acquire() 695 _cleanup_(operation_unrefp) Operation *o = NULL; in bus_home_method_release()
|
D | homed-manager-bus.c | 557 _cleanup_(operation_unrefp) Operation *o = NULL; in method_lock_all_homes() 600 _cleanup_(operation_unrefp) Operation *o = NULL; in method_deactivate_all_homes()
|
D | homed-manager.c | 1651 _cleanup_(operation_unrefp) Operation *o = NULL; in manager_revalidate_image()
|
/systemd-251/src/machine/ |
D | operation.h | 11 typedef struct Operation Operation; typedef 17 struct Operation { struct 25 int (*done)(Operation *o, int ret, sd_bus_error *error); argument 26 LIST_FIELDS(Operation, operations); 27 LIST_FIELDS(Operation, operations_by_machine); 30 …r *manager, Machine *machine, pid_t child, sd_bus_message *message, int errno_fd, Operation **ret); 31 Operation *operation_free(Operation *o);
|
D | operation.c | 13 Operation *o = userdata; in operation_done() 72 … *manager, Machine *machine, pid_t child, sd_bus_message *message, int errno_fd, Operation **ret) { in operation_new() 73 Operation *o; in operation_new() 81 o = new0(Operation, 1); in operation_new() 116 Operation *operation_free(Operation *o) { in operation_free()
|
D | machined.h | 36 LIST_HEAD(Operation, operations);
|
D | machine.h | 64 LIST_HEAD(Operation, operations);
|
D | machined-dbus.c | 608 static int clean_pool_done(Operation *operation, int ret, sd_bus_error *error) { in clean_pool_done() 696 Operation *operation; in method_clean_pool()
|
/systemd-251/src/portable/ |
D | portabled-operation.h | 11 typedef struct Operation Operation; typedef 17 struct Operation { struct 24 int (*done)(Operation *o, int ret, sd_bus_error *error); argument 25 LIST_FIELDS(Operation, operations); 28 int operation_new(Manager *manager, pid_t child, sd_bus_message *message, int errno_fd, Operation *… 29 Operation *operation_free(Operation *o);
|
D | portabled-operation.c | 12 Operation *o = userdata; in operation_done() 71 int operation_new(Manager *manager, pid_t child, sd_bus_message *message, int errno_fd, Operation *… in operation_new() 72 Operation *o; in operation_new() 80 o = new0(Operation, 1); in operation_new() 110 Operation *operation_free(Operation *o) { in operation_free()
|
D | portabled.h | 24 LIST_HEAD(Operation, operations);
|
/systemd-251/docs/ |
D | PORTABILITY_AND_STABILITY.md | 141 ## Independent Operation of systemd Programs
|
D | PORTABLE_SERVICES.md | 83 ## Mode of Operation
|
D | DISCOVERABLE_PARTITIONS.md | 283 ## Suggested Mode of Operation
|
/systemd-251/hwdb.d/ |
D | usb.ids | 14109 0c57 Imaginative Design Operation Co., Ltd 24231 01b Battery Operation 24694 077 Effect Operation Report 24695 078 Effect Operation
|
D | 20-usb-vendor-model.hwdb | 42261 ID_VENDOR_FROM_DATABASE=Imaginative Design Operation Co., Ltd
|
D | pci.ids | 13943 1111 Santa Cruz Operation
|
D | 20-pci-vendor-model.hwdb | 41226 ID_VENDOR_FROM_DATABASE=Santa Cruz Operation
|