Home
last modified time | relevance | path

Searched refs:operation_new (Results 1 – 14 of 14) sorted by relevance

/systemd-251/src/portable/
Dportabled-operation.h28 int operation_new(Manager *manager, pid_t child, sd_bus_message *message, int errno_fd, Operation *…
Dportabled-operation.c71 int operation_new(Manager *manager, pid_t child, sd_bus_message *message, int errno_fd, Operation *… in operation_new() function
Dportabled-image-bus.c551 r = operation_new(m, child, message, errno_pipe_fd[0], NULL); in bus_image_common_remove()
/systemd-251/src/machine/
Doperation.h30 int operation_new(Manager *manager, Machine *machine, pid_t child, sd_bus_message *message, int err…
Dimage-dbus.c86 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()
Doperation.c72 int operation_new(Manager *manager, Machine *machine, pid_t child, sd_bus_message *message, int err… in operation_new() function
Dmachine-dbus.c1043 r = operation_new(m->manager, m, child, message, errno_pipe_fd[0], NULL); in bus_machine_method_copy()
Dmachined-dbus.c825 r = operation_new(m, NULL, child, message, errno_pipe_fd[0], &operation); in method_clean_pool()
/systemd-251/src/home/
Dhomed-operation.h49 Operation *operation_new(OperationType type, sd_bus_message *m);
Dhomed-operation.c6 Operation *operation_new(OperationType type, sd_bus_message *m) { in operation_new() function
Dhomed-home-bus.c635 o = operation_new(OPERATION_ACQUIRE, message); in bus_home_method_acquire()
702 o = operation_new(OPERATION_RELEASE, message); in bus_home_method_release()
Dhomed-manager-bus.c578 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()
Dhomed-home.c2624 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()
Dhomed-manager.c1663 o = operation_new(OPERATION_DEACTIVATE_FORCE, NULL); in manager_revalidate_image()