]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/login/logind-gperf.gperf
nss: prevent PROTECT_ERRNO from squashing changes to *errnop
[thirdparty/systemd.git] / src / login / logind-gperf.gperf
CommitLineData
f975e971 1%{
4831981d
SL
2#if __GNUC__ >= 7
3_Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
4#endif
f975e971
LP
5#include <stddef.h>
6#include "conf-parser.h"
7#include "logind.h"
8%}
9struct ConfigPerfItem;
10%null_strings
11%language=ANSI-C
12%define slot-name section_and_lvalue
13%define hash-function-name logind_gperf_hash
14%define lookup-function-name logind_gperf_lookup
15%readonly-tables
16%omit-struct-type
17%struct-type
18%includes
19%%
28414939
ZJS
20Login.NAutoVTs, config_parse_n_autovts, 0, offsetof(Manager, n_autovts)
21Login.ReserveVT, config_parse_unsigned, 0, offsetof(Manager, reserve_vt)
22Login.KillUserProcesses, config_parse_bool, 0, offsetof(Manager, kill_user_processes)
23Login.KillOnlyUsers, config_parse_strv, 0, offsetof(Manager, kill_only_users)
24Login.KillExcludeUsers, config_parse_strv, 0, offsetof(Manager, kill_exclude_users)
25Login.InhibitDelayMaxSec, config_parse_sec, 0, offsetof(Manager, inhibit_delay_max)
9afe9efb 26Login.UserStopDelaySec, config_parse_sec, 0, offsetof(Manager, user_stop_delay)
28414939
ZJS
27Login.HandlePowerKey, config_parse_handle_action, 0, offsetof(Manager, handle_power_key)
28Login.HandleSuspendKey, config_parse_handle_action, 0, offsetof(Manager, handle_suspend_key)
29Login.HandleHibernateKey, config_parse_handle_action, 0, offsetof(Manager, handle_hibernate_key)
30Login.HandleLidSwitch, config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch)
31Login.HandleLidSwitchExternalPower, config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch_ep)
32Login.HandleLidSwitchDocked, config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch_docked)
33Login.PowerKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, power_key_ignore_inhibited)
34Login.SuspendKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, suspend_key_ignore_inhibited)
35Login.HibernateKeyIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, hibernate_key_ignore_inhibited)
36Login.LidSwitchIgnoreInhibited, config_parse_bool, 0, offsetof(Manager, lid_switch_ignore_inhibited)
37Login.HoldoffTimeoutSec, config_parse_sec, 0, offsetof(Manager, holdoff_timeout_usec)
38Login.IdleAction, config_parse_handle_action, 0, offsetof(Manager, idle_action)
39Login.IdleActionSec, config_parse_sec, 0, offsetof(Manager, idle_action_usec)
40Login.RuntimeDirectorySize, config_parse_tmpfs_size, 0, offsetof(Manager, runtime_dir_size)
41Login.RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove_ipc)
42Login.InhibitorsMax, config_parse_uint64, 0, offsetof(Manager, inhibitors_max)
43Login.SessionsMax, config_parse_uint64, 0, offsetof(Manager, sessions_max)
44Login.UserTasksMax, config_parse_compat_user_tasks_max, 0, offsetof(Manager, user_tasks_max)