Searched defs:prop_map_first_of_struct (Results 1 - 1 of 1) sorted by relevance
/systemd/src/login/ |
H A D | loginctl.c | 356 static int prop_map_first_of_struct(sd_bus *bus, const char *member, sd_bus_message *m, sd_bus_error *error, void *userdata) { function 438 { "User", "(uo)", prop_map_first_of_struct, offsetof(SessionStatusInfo, uid) }, 439 { "Seat", "(so)", prop_map_first_of_struct, offsetof(SessionStatusInfo, seat) }, 566 { "Display", "(so)", prop_map_first_of_struct, offsetof(UserStatusInfo, display) }, 640 { "ActiveSession", "(so)", prop_map_first_of_struct, offsetof(SeatStatusInfo, active_session) },
|
Completed in 14 milliseconds