Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dloginctl.c377 static int prop_map_first_of_struct(sd_bus *bus, const char *member, sd_bus_message *m, sd_bus_erro… in prop_map_first_of_struct() function
446 …{ "User", "(uo)", prop_map_first_of_struct, offsetof(SessionStatusInfo, uid) … in print_session_status_info()
447 …{ "Seat", "(so)", prop_map_first_of_struct, offsetof(SessionStatusInfo, seat) … in print_session_status_info()
571 …{ "Display", "(so)", prop_map_first_of_struct, offsetof(UserStatusInfo, display) … in print_user_status_info()
642 … { "ActiveSession", "(so)", prop_map_first_of_struct, offsetof(SeatStatusInfo, active_session) }, in print_seat_status_info()