Searched refs:operation_result (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/home/ |
D | homed-operation.h | 55 void operation_result(Operation *o, int ret, const sd_bus_error *error); 61 operation_result(o, ret, error); in operation_result_unref()
|
D | homed-operation.c | 63 void operation_result(Operation *o, int ret, const sd_bus_error *error) { in operation_result() function
|
D | homed-home.c | 2740 operation_result(o, r, &error); in home_dispatch_acquire() 2787 operation_result(o, r, &error); in home_dispatch_release() 2832 operation_result(o, r, &error); in home_dispatch_lock_all() 2877 operation_result(o, r, &error); in home_dispatch_deactivate_all()
|