Searched refs:convert_worker_errno (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/home/ |
D | homed-home.c | 592 static int convert_worker_errno(Home *h, int e, sd_bus_error *error) { in convert_worker_errno() function 683 (void) convert_worker_errno(h, ret, &error); in home_fixate_finish() 754 (void) convert_worker_errno(h, ret, &error); in home_activate_finish() 803 (void) convert_worker_errno(h, ret, &error); in home_deactivate_finish() 831 (void) convert_worker_errno(h, ret, &error); in home_remove_finish() 873 (void) convert_worker_errno(h, ret, &error); in home_create_finish() 915 (void) convert_worker_errno(h, ret, &error); in home_change_finish() 952 (void) convert_worker_errno(h, ret, &error); in home_locking_finish() 985 (void) convert_worker_errno(h, ret, &error); in home_unlocking_finish() 1021 (void) convert_worker_errno(h, ret, &error); in home_authenticating_finish()
|