Searched refs:operation_new (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/portable/ |
D | portabled-operation.h | 28 int operation_new(Manager *manager, pid_t child, sd_bus_message *message, int errno_fd, Operation *…
|
D | portabled-operation.c | 71 int operation_new(Manager *manager, pid_t child, sd_bus_message *message, int errno_fd, Operation *… in operation_new() function
|
D | portabled-image-bus.c | 551 r = operation_new(m, child, message, errno_pipe_fd[0], NULL); in bus_image_common_remove()
|
/systemd-251/src/machine/ |
D | operation.h | 30 int operation_new(Manager *manager, Machine *machine, pid_t child, sd_bus_message *message, int err…
|
D | image-dbus.c | 86 r = operation_new(m, NULL, child, message, errno_pipe_fd[0], NULL); in bus_image_method_remove() 212 r = operation_new(m, NULL, child, message, errno_pipe_fd[0], NULL); in bus_image_method_clone()
|
D | operation.c | 72 int operation_new(Manager *manager, Machine *machine, pid_t child, sd_bus_message *message, int err… in operation_new() function
|
D | machine-dbus.c | 1043 r = operation_new(m->manager, m, child, message, errno_pipe_fd[0], NULL); in bus_machine_method_copy()
|
D | machined-dbus.c | 825 r = operation_new(m, NULL, child, message, errno_pipe_fd[0], &operation); in method_clean_pool()
|
/systemd-251/src/home/ |
D | homed-operation.h | 49 Operation *operation_new(OperationType type, sd_bus_message *m);
|
D | homed-operation.c | 6 Operation *operation_new(OperationType type, sd_bus_message *m) { in operation_new() function
|
D | homed-home-bus.c | 635 o = operation_new(OPERATION_ACQUIRE, message); in bus_home_method_acquire() 702 o = operation_new(OPERATION_RELEASE, message); in bus_home_method_release()
|
D | homed-manager-bus.c | 578 o = operation_new(OPERATION_LOCK_ALL, message); in method_lock_all_homes() 616 o = operation_new(OPERATION_DEACTIVATE_ALL, message); in method_deactivate_all_homes()
|
D | homed-home.c | 2624 o = operation_new(OPERATION_PIPE_EOF, NULL); in on_home_ref_eof() 3142 h->current_operation = operation_new(OPERATION_IMMEDIATE, m); in home_set_current_message()
|
D | homed-manager.c | 1663 o = operation_new(OPERATION_DEACTIVATE_FORCE, NULL); in manager_revalidate_image()
|