Lines Matching refs:offsetof

21 Login.NAutoVTs,                     config_parse_n_autovts,             0, offsetof(Manager, n_auto…
22 Login.ReserveVT, config_parse_unsigned, 0, offsetof(Manager, reserv…
23 Login.KillUserProcesses, config_parse_bool, 0, offsetof(Manager, kill_u…
24 Login.KillOnlyUsers, config_parse_strv, 0, offsetof(Manager, kill_o…
25 Login.KillExcludeUsers, config_parse_strv, 0, offsetof(Manager, kill_e…
26 Login.InhibitDelayMaxSec, config_parse_sec, 0, offsetof(Manager, inhibi…
27 Login.UserStopDelaySec, config_parse_sec, 0, offsetof(Manager, user_s…
28 Login.HandlePowerKey, config_parse_handle_action, 0, offsetof(Manager, handle…
29 Login.HandlePowerKeyLongPress, config_parse_handle_action, 0, offsetof(Manager, handle…
30 Login.HandleRebootKey, config_parse_handle_action, 0, offsetof(Manager, handle…
31 Login.HandleRebootKeyLongPress, config_parse_handle_action, 0, offsetof(Manager, handle…
32 Login.HandleSuspendKey, config_parse_handle_action, 0, offsetof(Manager, handle…
33 Login.HandleSuspendKeyLongPress, config_parse_handle_action, 0, offsetof(Manager, handle…
34 Login.HandleHibernateKey, config_parse_handle_action, 0, offsetof(Manager, handle…
35 Login.HandleHibernateKeyLongPress, config_parse_handle_action, 0, offsetof(Manager, handle…
36 Login.HandleLidSwitch, config_parse_handle_action, 0, offsetof(Manager, handle…
37 Login.HandleLidSwitchExternalPower, config_parse_handle_action, 0, offsetof(Manager, handle…
38 Login.HandleLidSwitchDocked, config_parse_handle_action, 0, offsetof(Manager, handle…
39 Login.PowerKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, power_…
40 Login.SuspendKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, suspen…
41 Login.HibernateKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, hibern…
42 Login.LidSwitchIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, lid_sw…
43 Login.RebootKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, reboot…
44 Login.HoldoffTimeoutSec, config_parse_sec, 0, offsetof(Manager, holdof…
45 Login.IdleAction, config_parse_handle_action, 0, offsetof(Manager, idle_a…
46 Login.IdleActionSec, config_parse_sec, 0, offsetof(Manager, idle_a…
47 Login.RuntimeDirectorySize, config_parse_tmpfs_size, 0, offsetof(Manager, runtim…
48 Login.RuntimeDirectoryInodesMax, config_parse_iec_uint64, 0, offsetof(Manager, runtim…
49 Login.RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove…
50 Login.InhibitorsMax, config_parse_uint64, 0, offsetof(Manager, inhibi…
51 Login.SessionsMax, config_parse_uint64, 0, offsetof(Manager, sessio…