Home
last modified time | relevance | path

Searched refs:user_record_shell (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/home/
Dhomed-manager-bus.c100 h->record ? user_record_shell(h->record) : NULL, in method_get_home_by_name()
141 h->record ? user_record_shell(h->record) : NULL, in method_get_home_by_uid()
181 h->record ? user_record_shell(h->record) : NULL, in method_list_homes()
Dhomed-home-bus.c37 h->record ? user_record_shell(h->record) : NULL); in property_get_unix_record()
/systemd-251/src/shared/
Duser-record-show.c82 if (is_nologin_shell(user_record_shell(hr))) { in user_record_show()
223 shell = user_record_shell(hr); in user_record_show()
Duser-record.h388 const char *user_record_shell(UserRecord *h);
Duser-record.c1740 const char *user_record_shell(UserRecord *h) { in user_record_shell() function
/systemd-251/src/nss-systemd/
Duserdb-glue.c46 assert_se(shell = user_record_shell(hr)); in nss_pack_user_record()
/systemd-251/src/userdb/
Duserdbctl.c83 user_record_shell(ur)); in show_user()
117 TABLE_STRING, user_record_shell(ur), in show_user()