Searched refs:SessionStatusInfo (Results 1 - 1 of 1) sorted by relevance
/systemd/src/login/ |
H A D | loginctl.c | 280 typedef struct SessionStatusInfo { struct 299 } SessionStatusInfo; typedef in typeref:struct:SessionStatusInfo 317 static void session_status_info_clear(SessionStatusInfo *info) { 421 { "Id", "s", NULL, offsetof(SessionStatusInfo, id) }, 422 { "Name", "s", NULL, offsetof(SessionStatusInfo, name) }, 423 { "TTY", "s", NULL, offsetof(SessionStatusInfo, tty) }, 424 { "Display", "s", NULL, offsetof(SessionStatusInfo, display) }, 425 { "RemoteHost", "s", NULL, offsetof(SessionStatusInfo, remote_host) }, 426 { "RemoteUser", "s", NULL, offsetof(SessionStatusInfo, remote_user) }, 427 { "Service", "s", NULL, offsetof(SessionStatusInfo, servic [all...] |
Completed in 911 milliseconds