Lines Matching refs:sd_bus_error

25                 sd_bus_error *error) {  in property_get_auto_login()
68 sd_bus_error *error) { in method_get_home_by_name()
107 sd_bus_error *error) { in method_get_home_by_uid()
148 sd_bus_error *error) { in method_list_homes()
197 sd_bus_error *error) { in method_get_user_record_by_name()
237 sd_bus_error *error) { in method_get_user_record_by_uid()
277 sd_bus_error *error) { in generic_home_method()
297 static int method_activate_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_activate_home()
301 static int method_deactivate_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_deactivate_home()
305 static int validate_and_allocate_home(Manager *m, UserRecord *hr, Home **ret, sd_bus_error *error) { in validate_and_allocate_home()
390 sd_bus_error *error) { in method_register_home()
431 static int method_unregister_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_unregister_home()
438 sd_bus_error *error) { in method_create_home()
490 static int method_realize_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_realize_home()
494 static int method_remove_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_remove_home()
498 static int method_fixate_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_fixate_home()
502 static int method_authenticate_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_authenticate_home()
506 static int method_update_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_update_home()
528 static int method_resize_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_resize_home()
532 static int method_change_password_home(sd_bus_message *message, void *userdata, sd_bus_error *error… in method_change_password_home()
536 static int method_lock_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_lock_home()
540 static int method_unlock_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_unlock_home()
544 static int method_acquire_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_acquire_home()
548 static int method_ref_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_ref_home()
552 static int method_release_home(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_release_home()
556 static int method_lock_all_homes(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_lock_all_homes()
599 static int method_deactivate_all_homes(sd_bus_message *message, void *userdata, sd_bus_error *error… in method_deactivate_all_homes()
637 static int method_rebalance(sd_bus_message *message, void *userdata, sd_bus_error *error) { in method_rebalance()