Lines Matching refs:offsetof

23 Exec.Ephemeral,               config_parse_tristate,       0,                        offsetof(Setti…
25 Exec.Parameters, config_parse_strv, 0, offsetof(Setti…
26 Exec.Environment, config_parse_strv, 0, offsetof(Setti…
27 Exec.User, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Setti…
28 Exec.Capability, config_parse_capability, 0, offsetof(Setti…
29 Exec.AmbientCapability, config_parse_capability, 0, offsetof(Setti…
30 Exec.DropCapability, config_parse_capability, 0, offsetof(Setti…
31 Exec.KillSignal, config_parse_signal, 0, offsetof(Setti…
32 Exec.Personality, config_parse_personality, 0, offsetof(Setti…
33 Exec.MachineID, config_parse_id128, 0, offsetof(Setti…
34 Exec.WorkingDirectory, config_parse_path, 0, offsetof(Setti…
37 Exec.NotifyReady, config_parse_tristate, 0, offsetof(Setti…
39 Exec.LimitCPU, config_parse_rlimit, RLIMIT_CPU, offsetof(Setti…
40 Exec.LimitFSIZE, config_parse_rlimit, RLIMIT_FSIZE, offsetof(Setti…
41 Exec.LimitDATA, config_parse_rlimit, RLIMIT_DATA, offsetof(Setti…
42 Exec.LimitSTACK, config_parse_rlimit, RLIMIT_STACK, offsetof(Setti…
43 Exec.LimitCORE, config_parse_rlimit, RLIMIT_CORE, offsetof(Setti…
44 Exec.LimitRSS, config_parse_rlimit, RLIMIT_RSS, offsetof(Setti…
45 Exec.LimitNOFILE, config_parse_rlimit, RLIMIT_NOFILE, offsetof(Setti…
46 Exec.LimitAS, config_parse_rlimit, RLIMIT_AS, offsetof(Setti…
47 Exec.LimitNPROC, config_parse_rlimit, RLIMIT_NPROC, offsetof(Setti…
48 Exec.LimitMEMLOCK, config_parse_rlimit, RLIMIT_MEMLOCK, offsetof(Setti…
49 Exec.LimitLOCKS, config_parse_rlimit, RLIMIT_LOCKS, offsetof(Setti…
50 Exec.LimitSIGPENDING, config_parse_rlimit, RLIMIT_SIGPENDING, offsetof(Setti…
51 Exec.LimitMSGQUEUE, config_parse_rlimit, RLIMIT_MSGQUEUE, offsetof(Setti…
52 Exec.LimitNICE, config_parse_rlimit, RLIMIT_NICE, offsetof(Setti…
53 Exec.LimitRTPRIO, config_parse_rlimit, RLIMIT_RTPRIO, offsetof(Setti…
54 Exec.LimitRTTIME, config_parse_rlimit, RLIMIT_RTTIME, offsetof(Setti…
55 Exec.Hostname, config_parse_hostname, 0, offsetof(Setti…
56 Exec.NoNewPrivileges, config_parse_tristate, 0, offsetof(Setti…
59 Exec.ResolvConf, config_parse_resolv_conf, 0, offsetof(Setti…
61 Exec.Timezone, config_parse_timezone, 0, offsetof(Setti…
62 Exec.SuppressSync, config_parse_tristate, 0, offsetof(Setti…
63 Files.ReadOnly, config_parse_tristate, 0, offsetof(Setti…
64 Files.Volatile, config_parse_volatile_mode, 0, offsetof(Setti…
71 Files.PrivateUsersChown, config_parse_userns_chown, 0, offsetof(Setti…
72 Files.PrivateUsersOwnership, config_parse_userns_ownership, 0, offsetof(Setti…
73 Files.BindUser, config_parse_bind_user, 0, offsetof(Setti…
74 Network.Private, config_parse_tristate, 0, offsetof(Setti…
75 Network.Interface, config_parse_strv, 0, offsetof(Setti…
76 Network.MACVLAN, config_parse_strv, 0, offsetof(Setti…
77 Network.IPVLAN, config_parse_strv, 0, offsetof(Setti…
78 Network.VirtualEthernet, config_parse_tristate, 0, offsetof(Setti…
80 Network.Bridge, config_parse_ifname, 0, offsetof(Setti…