Home
last modified time | relevance | path

Searched refs:user_name_and_realm (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/home/
Dhomework-mount.h9 int home_move_mount(const char *user_name_and_realm, const char *target);
Duser-record-util.c26 … _cleanup_free_ char *hd = NULL, *un = NULL, *ip = NULL, *rr = NULL, *user_name_and_realm = NULL; in user_record_synthesize() local
69 user_name_and_realm = strjoin(user_name, "@", realm); in user_record_synthesize()
70 if (!user_name_and_realm) in user_record_synthesize()
99 free_and_replace(h->user_name_and_realm_auto, user_name_and_realm); in user_record_synthesize()
/systemd-251/src/shared/
Duser-record.h410 int user_record_build_image_path(UserStorage storage, const char *user_name_and_realm, char **ret);
Duser-record.c1319 int user_record_build_image_path(UserStorage storage, const char *user_name_and_realm, char **ret) { in user_record_build_image_path() argument
1324 assert(user_name_and_realm); in user_record_build_image_path()
1336 z = strjoin(get_home_root(), "/", user_name_and_realm, suffix); in user_record_build_image_path()