/systemd-251/src/core/ |
D | load-fragment-gperf.gperf.in | 5 …rse_working_directory, 0, offsetof({{type}}, exec_co… 6 …rse_unit_path_printf, true, offsetof({{type}}, exec_co… 7 …rse_unit_path_printf, true, offsetof({{type}}, exec_co… 8 …rse_root_image_options, 0, offsetof({{type}}, exec_co… 9 …rse_exec_root_hash, 0, offsetof({{type}}, exec_co… 10 …rse_exec_root_hash_sig, 0, offsetof({{type}}, exec_co… 11 …rse_unit_path_printf, true, offsetof({{type}}, exec_co… 12 …rse_namespace_path_strv, 0, offsetof({{type}}, exec_co… 13 …rse_extension_images, 0, offsetof({{type}}, exec_co… 14 …rse_mount_images, 0, offsetof({{type}}, exec_co… [all …]
|
D | dbus-socket.c | 80 …SD_BUS_PROPERTY("BindIPv6Only", "s", property_get_bind_ipv6_only, offsetof(Socket, bind_ipv6_only)… 81 …SD_BUS_PROPERTY("Backlog", "u", bus_property_get_unsigned, offsetof(Socket, backlog), SD_BUS_VTABL… 82 …SD_BUS_PROPERTY("TimeoutUSec", "t", bus_property_get_usec, offsetof(Socket, timeout_usec), SD_BUS_… 83 …SD_BUS_PROPERTY("BindToDevice", "s", NULL, offsetof(Socket, bind_to_device), SD_BUS_VTABLE_PROPERT… 84 … SD_BUS_PROPERTY("SocketUser", "s", NULL, offsetof(Socket, user), SD_BUS_VTABLE_PROPERTY_CONST), 85 … SD_BUS_PROPERTY("SocketGroup", "s", NULL, offsetof(Socket, group), SD_BUS_VTABLE_PROPERTY_CONST), 86 …SD_BUS_PROPERTY("SocketMode", "u", bus_property_get_mode, offsetof(Socket, socket_mode), SD_BUS_VT… 87 …SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Socket, directory_mode), SD_… 88 …SD_BUS_PROPERTY("Accept", "b", bus_property_get_bool, offsetof(Socket, accept), SD_BUS_VTABLE_PROP… 89 …SD_BUS_PROPERTY("FlushPending", "b", bus_property_get_bool, offsetof(Socket, flush_pending), SD_BU… [all …]
|
D | dbus-service.c | 195 …SD_BUS_PROPERTY("Type", "s", property_get_type, offsetof(Service, type), SD_BUS_VTABLE_PROPERTY_CO… 196 …SD_BUS_PROPERTY("ExitType", "s", property_get_exit_type, offsetof(Service, exit_type), SD_BUS_VTAB… 197 …SD_BUS_PROPERTY("Restart", "s", property_get_restart, offsetof(Service, restart), SD_BUS_VTABLE_PR… 198 … SD_BUS_PROPERTY("PIDFile", "s", NULL, offsetof(Service, pid_file), SD_BUS_VTABLE_PROPERTY_CONST), 199 …SD_BUS_PROPERTY("NotifyAccess", "s", property_get_notify_access, offsetof(Service, notify_access),… 200 …SD_BUS_PROPERTY("RestartUSec", "t", bus_property_get_usec, offsetof(Service, restart_usec), SD_BUS… 201 …SD_BUS_PROPERTY("TimeoutStartUSec", "t", bus_property_get_usec, offsetof(Service, timeout_start_us… 202 …SD_BUS_PROPERTY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Service, timeout_stop_usec… 204 …SD_BUS_PROPERTY("TimeoutStartFailureMode", "s", property_get_timeout_failure_mode, offsetof(Servic… 205 …SD_BUS_PROPERTY("TimeoutStopFailureMode", "s", property_get_timeout_failure_mode, offsetof(Service… [all …]
|
D | dbus-mount.c | 44 SD_BUS_PROPERTY("Where", "s", NULL, offsetof(Mount, where), SD_BUS_VTABLE_PROPERTY_CONST), 48 …SD_BUS_PROPERTY("TimeoutUSec", "t", bus_property_get_usec, offsetof(Mount, timeout_usec), SD_BUS_V… 49 …SD_BUS_PROPERTY("ControlPID", "u", bus_property_get_pid, offsetof(Mount, control_pid), SD_BUS_VTAB… 50 …SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Mount, directory_mode), SD_B… 51 …SD_BUS_PROPERTY("SloppyOptions", "b", bus_property_get_bool, offsetof(Mount, sloppy_options), SD_B… 52 …SD_BUS_PROPERTY("LazyUnmount", "b", bus_property_get_bool, offsetof(Mount, lazy_unmount), SD_BUS_V… 53 …SD_BUS_PROPERTY("ForceUnmount", "b", bus_property_get_bool, offsetof(Mount, force_unmount), SD_BUS… 54 …SD_BUS_PROPERTY("ReadWriteOnly", "b", bus_property_get_bool, offsetof(Mount, read_write_only), SD_… 55 …SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Mount, result), SD_BUS_VTABLE_PROPERT… 56 …SD_BUS_PROPERTY("UID", "u", bus_property_get_uid, offsetof(Unit, ref_uid), SD_BUS_VTABLE_PROPERTY_… [all …]
|
D | dbus-execute.c | 1143 …SD_BUS_PROPERTY("Environment", "as", NULL, offsetof(ExecContext, environment), SD_BUS_VTABLE_PROPE… 1145 …SD_BUS_PROPERTY("PassEnvironment", "as", NULL, offsetof(ExecContext, pass_environment), SD_BUS_VTA… 1146 …SD_BUS_PROPERTY("UnsetEnvironment", "as", NULL, offsetof(ExecContext, unset_environment), SD_BUS_V… 1147 …SD_BUS_PROPERTY("UMask", "u", bus_property_get_mode, offsetof(ExecContext, umask), SD_BUS_VTABLE_P… 1148 …SD_BUS_PROPERTY("LimitCPU", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT_CPU]… 1149 …SD_BUS_PROPERTY("LimitCPUSoft", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT_… 1150 …SD_BUS_PROPERTY("LimitFSIZE", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT_FS… 1151 …SD_BUS_PROPERTY("LimitFSIZESoft", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMI… 1152 …SD_BUS_PROPERTY("LimitDATA", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT_DAT… 1153 …SD_BUS_PROPERTY("LimitDATASoft", "t", bus_property_get_rlimit, offsetof(ExecContext, rlimit[RLIMIT… [all …]
|
D | dbus-swap.c | 41 … SD_BUS_PROPERTY("What", "s", NULL, offsetof(Swap, what), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE), 44 …SD_BUS_PROPERTY("TimeoutUSec", "t", bus_property_get_usec, offsetof(Swap, timeout_usec), SD_BUS_VT… 45 …SD_BUS_PROPERTY("ControlPID", "u", bus_property_get_pid, offsetof(Swap, control_pid), SD_BUS_VTABL… 46 …SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Swap, result), SD_BUS_VTABLE_PROPERTY… 47 …SD_BUS_PROPERTY("UID", "u", bus_property_get_uid, offsetof(Unit, ref_uid), SD_BUS_VTABLE_PROPERTY_… 48 …SD_BUS_PROPERTY("GID", "u", bus_property_get_gid, offsetof(Unit, ref_gid), SD_BUS_VTABLE_PROPERTY_… 49 …BUS_EXEC_COMMAND_VTABLE("ExecActivate", offsetof(Swap, exec_command[SWAP_EXEC_ACTIVATE]), SD_BUS_V… 50 …BUS_EXEC_COMMAND_VTABLE("ExecDeactivate", offsetof(Swap, exec_command[SWAP_EXEC_DEACTIVATE]), SD_B…
|
/systemd-251/src/network/netdev/ |
D | netdev-gperf.gperf | 44 …nfig_parse_net_condition, CONDITION_HOST, offsetof(NetDev, condition… 45 …nfig_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(NetDev, condition… 46 …nfig_parse_net_condition, CONDITION_KERNEL_COMMAND_LINE, offsetof(NetDev, condition… 47 …nfig_parse_net_condition, CONDITION_KERNEL_VERSION, offsetof(NetDev, condition… 48 …nfig_parse_net_condition, CONDITION_ARCHITECTURE, offsetof(NetDev, condition… 49 …nfig_parse_net_condition, CONDITION_FIRMWARE, offsetof(NetDev, condition… 50 …nfig_parse_string, 0, offsetof(NetDev, descripti… 51 … config_parse_ifname, 0, offsetof(NetDev, ifname) 52 … config_parse_netdev_kind, 0, offsetof(NetDev, kind) 53 … config_parse_mtu, AF_UNSPEC, offsetof(NetDev, mtu) [all …]
|
/systemd-251/src/udev/net/ |
D | link-config-gperf.gperf | 25 … config_parse_hw_addrs, 0, offsetof(LinkConfig, match… 26 … config_parse_hw_addrs, 0, offsetof(LinkConfig, match… 27 … config_parse_match_ifnames, 0, offsetof(LinkConfig, match… 28 … config_parse_match_strv, 0, offsetof(LinkConfig, match… 29 … config_parse_match_strv, 0, offsetof(LinkConfig, match… 30 … config_parse_match_strv, 0, offsetof(LinkConfig, match… 31 … config_parse_match_strv, 0, offsetof(LinkConfig, match… 32 … config_parse_match_property, 0, offsetof(LinkConfig, match… 33 … config_parse_net_condition, CONDITION_HOST, offsetof(LinkConfig, condi… 34 … config_parse_net_condition, CONDITION_VIRTUALIZATION, offsetof(LinkConfig, condi… [all …]
|
/systemd-251/src/network/ |
D | networkd-network-gperf.gperf | 50 …ddrs, 0, offsetof(Network, match.hw… 51 …ddrs, 0, offsetof(Network, match.pe… 52 …h_strv, 0, offsetof(Network, match.pa… 53 …h_strv, 0, offsetof(Network, match.dr… 54 …h_strv, 0, offsetof(Network, match.if… 55 …h_strv, 0, offsetof(Network, match.ki… 56 …h_strv, 0, offsetof(Network, match.wl… 57 …h_strv, 0, offsetof(Network, match.ss… 58 …r_addrs, 0, offsetof(Network, match.bs… 59 …h_ifnames, IFNAME_VALID_ALTERNATIVE, offsetof(Network, match.if… [all …]
|
D | networkd-gperf.gperf | 24 … config_parse_bool, 0, offsetof(Manager, use_spee… 25 …ervalSec, config_parse_sec, 0, offsetof(Manager, speed_me… 26 …RoutingPolicyRules, config_parse_bool, 0, offsetof(Manager, manage_f… 27 …Routes, config_parse_bool, 0, offsetof(Manager, manage_f… 29 … config_parse_duid_type, 0, offsetof(Manager, dhcp_dui… 30 … config_parse_duid_rawdata, 0, offsetof(Manager, dhcp_dui… 31 … config_parse_duid_type, 0, offsetof(Manager, dhcp6_du… 32 … config_parse_duid_rawdata, 0, offsetof(Manager, dhcp6_du…
|
/systemd-251/src/nspawn/ |
D | nspawn-gperf.gperf | 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… [all …]
|
D | nspawn-oci.c | 121 …{ "height", JSON_VARIANT_UNSIGNED, oci_console_dimension, offsetof(Settings, console_height), JSON… in oci_console_size() 122 …{ "width", JSON_VARIANT_UNSIGNED, oci_console_dimension, offsetof(Settings, console_width), JSON… in oci_console_size() 259 …{ "soft", JSON_VARIANT_NUMBER, oci_rlimit_value, offsetof(struct rlimit_data, soft), JSON_MANDATOR… in oci_rlimits() 260 …{ "hard", JSON_VARIANT_NUMBER, oci_rlimit_value, offsetof(struct rlimit_data, hard), JSON_MANDATOR… in oci_rlimits() 261 …{ "type", JSON_VARIANT_STRING, oci_rlimit_type, offsetof(struct rlimit_data, type), JSON_MANDATOR… in oci_rlimits() 322 …{ "effective", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, effective) … in oci_capabilities() 323 …{ "bounding", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, bounding) … in oci_capabilities() 324 …{ "inheritable", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, inheritable… in oci_capabilities() 325 …{ "permitted", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, permitted) … in oci_capabilities() 326 …{ "ambient", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, ambient) … in oci_capabilities() [all …]
|
/systemd-251/src/login/ |
D | logind-gperf.gperf | 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… [all …]
|
/systemd-251/src/journal/ |
D | journald-gperf.gperf | 22 Journal.Storage, config_parse_storage, 0, offsetof(Server, storage) 23 Journal.Compress, config_parse_compress, 0, offsetof(Server, compress) 24 Journal.Seal, config_parse_bool, 0, offsetof(Server, seal) 25 Journal.ReadKMsg, config_parse_bool, 0, offsetof(Server, read_kmsg) 26 Journal.Audit, config_parse_tristate, 0, offsetof(Server, set_audit) 27 Journal.SyncIntervalSec, config_parse_sec, 0, offsetof(Server, sync_interval_usec) 29 Journal.RateLimitInterval, config_parse_sec, 0, offsetof(Server, ratelimit_interval) 30 Journal.RateLimitIntervalSec,config_parse_sec, 0, offsetof(Server, ratelimit_interval) 31 Journal.RateLimitBurst, config_parse_unsigned, 0, offsetof(Server, ratelimit_burst) 32 Journal.SystemMaxUse, config_parse_iec_uint64, 0, offsetof(Server, system_storage.metrics.max… [all …]
|
/systemd-251/src/shared/ |
D | user-record.c | 638 … _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(UserRecord, passw… in dispatch_secret() 639 … _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(UserRecord, token… in dispatch_secret() 640 …lias */ _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(UserRecord, token… in dispatch_secret() 641 …tionPathPermitted", JSON_VARIANT_BOOLEAN, json_dispatch_tristate, offsetof(UserRecord, pkcs1… in dispatch_secret() 642 …d", JSON_VARIANT_BOOLEAN, json_dispatch_tristate, offsetof(UserRecord, fido2… in dispatch_secret() 643 …itted", JSON_VARIANT_BOOLEAN, json_dispatch_tristate, offsetof(UserRecord, fido2… in dispatch_secret() 759 …{ "uri", JSON_VARIANT_STRING, dispatch_pkcs11_uri, offsetof(Pkcs11EncryptedKey, ur… in dispatch_pkcs11_key() 761 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Pkcs11EncryptedKey, ha… in dispatch_pkcs11_key() 886 …"credential", JSON_VARIANT_STRING, dispatch_fido2_hmac_credential, offsetof(Fido2HmacSalt, cr… in dispatch_fido2_hmac_salt() 888 …"hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Fido2HmacSalt, ha… in dispatch_fido2_hmac_salt() [all …]
|
D | group-record.c | 49 …{ "hashedPassword", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(GroupRecord, hashed_p… in dispatch_privileged() 59 … { "gid", JSON_VARIANT_UNSIGNED, json_dispatch_uid_gid, offsetof(GroupRecord, gid), 0 }, in dispatch_binding() 89 … JSON_VARIANT_UNSIGNED, json_dispatch_uid_gid, offsetof(GroupRecord, gid)… in dispatch_per_machine() 90 …rs", JSON_VARIANT_ARRAY, json_dispatch_user_group_list, offsetof(GroupRecord, memb… in dispatch_per_machine() 91 …istrators", JSON_VARIANT_ARRAY, json_dispatch_user_group_list, offsetof(GroupRecord, admi… in dispatch_per_machine() 145 …{ "service", JSON_VARIANT_STRING, json_dispatch_string, offsetof(GroupRecord, service), JSON_SAFE … in dispatch_status() 193 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_user_group_name, offsetof(GroupRecord, g… in group_record_load() 194 …{ "realm", JSON_VARIANT_STRING, json_dispatch_realm, offsetof(GroupRecord, r… in group_record_load() 195 …{ "description", JSON_VARIANT_STRING, json_dispatch_gecos, offsetof(GroupRecord, d… in group_record_load() 196 …{ "disposition", JSON_VARIANT_STRING, json_dispatch_user_disposition, offsetof(GroupRecord, d… in group_record_load() [all …]
|
/systemd-251/src/analyze/ |
D | analyze-time-data.c | 22 …{ "FirmwareTimestampMonotonic", "t", NULL, offsetof(BootTimes, firmware_time) … in acquire_boot_times() 23 …{ "LoaderTimestampMonotonic", "t", NULL, offsetof(BootTimes, loader_time) … in acquire_boot_times() 24 …{ "KernelTimestamp", "t", NULL, offsetof(BootTimes, kernel_time) … in acquire_boot_times() 25 …{ "InitRDTimestampMonotonic", "t", NULL, offsetof(BootTimes, initrd_time) … in acquire_boot_times() 26 …{ "UserspaceTimestampMonotonic", "t", NULL, offsetof(BootTimes, userspace_time) … in acquire_boot_times() 27 …{ "FinishTimestampMonotonic", "t", NULL, offsetof(BootTimes, finish_time) … in acquire_boot_times() 28 …{ "SecurityStartTimestampMonotonic", "t", NULL, offsetof(BootTimes, security_start_time) … in acquire_boot_times() 29 …{ "SecurityFinishTimestampMonotonic", "t", NULL, offsetof(BootTimes, security_finish_time)… in acquire_boot_times() 30 …{ "GeneratorsStartTimestampMonotonic", "t", NULL, offsetof(BootTimes, generators_start_time… in acquire_boot_times() 31 …{ "GeneratorsFinishTimestampMonotonic", "t", NULL, offsetof(BootTimes, generators_finish_tim… in acquire_boot_times() [all …]
|
D | analyze-security.c | 797 .offset = offsetof(SecurityInfo, private_devices), 808 .offset = offsetof(SecurityInfo, private_mounts), 819 .offset = offsetof(SecurityInfo, private_network), 830 .offset = offsetof(SecurityInfo, private_tmp), 842 .offset = offsetof(SecurityInfo, private_users), 853 .offset = offsetof(SecurityInfo, protect_control_groups), 864 .offset = offsetof(SecurityInfo, protect_kernel_modules), 875 .offset = offsetof(SecurityInfo, protect_kernel_tunables), 886 .offset = offsetof(SecurityInfo, protect_kernel_logs), 897 .offset = offsetof(SecurityInfo, protect_clock), [all …]
|
/systemd-251/src/boot/efi/ |
D | bcd.c | 55 assert_cc(offsetof(BaseBlock, sig) == 0); 56 assert_cc(offsetof(BaseBlock, primary_seqnum) == 4); 57 assert_cc(offsetof(BaseBlock, secondary_seqnum) == 8); 58 assert_cc(offsetof(BaseBlock, version_major) == 20); 59 assert_cc(offsetof(BaseBlock, version_minor) == 24); 60 assert_cc(offsetof(BaseBlock, type) == 28); 61 assert_cc(offsetof(BaseBlock, root_cell_offset) == 36); 80 assert_cc(offsetof(Key, sig) == 0); 81 assert_cc(offsetof(Key, subkeys_offset) == 28); 82 assert_cc(offsetof(Key, n_key_values) == 36); [all …]
|
/systemd-251/src/basic/ |
D | dirent-util.h | 33 #define DIRENT_SIZE_MAX CONST_MAX(sizeof(struct dirent), offsetof(struct dirent, d_name) + NAME_MAX… 39 assert_cc(offsetof(struct dirent, d_ino) == offsetof(struct dirent64, d_ino)); 41 assert_cc(offsetof(struct dirent, d_off) == offsetof(struct dirent64, d_off)); 43 assert_cc(offsetof(struct dirent, d_reclen) == offsetof(struct dirent64, d_reclen)); 45 assert_cc(offsetof(struct dirent, d_type) == offsetof(struct dirent64, d_type)); 47 assert_cc(offsetof(struct dirent, d_name) == offsetof(struct dirent64, d_name));
|
/systemd-251/src/resolve/ |
D | resolved-gperf.gperf | 25 … config_parse_resolve_support, 0, offsetof(Manager, llmnr_su… 26 … config_parse_resolve_support, 0, offsetof(Manager, mdns_sup… 27 … config_parse_dnssec_mode, 0, offsetof(Manager, dnssec_m… 28 … config_parse_dns_over_tls_mode, 0, offsetof(Manager, dns_over… 29 … config_parse_dns_cache_mode, DNS_CACHE_MODE_YES, offsetof(Manager, enable_c… 30 …r, config_parse_dns_stub_listener_mode, 0, offsetof(Manager, dns_stub… 31 … config_parse_bool, 0, offsetof(Manager, read_etc… 32 …SingleLabel, config_parse_bool, 0, offsetof(Manager, resolve_… 33 …rExtra, config_parse_dns_stub_listener_extra, 0, offsetof(Manager, dns_extr… 34 …host, config_parse_bool, 0, offsetof(Manager, cache_fr…
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 1871 …{ "LoadState", "s", NULL, offsetof(UnitStatusInfo, lo… in show_one() 1872 …{ "ActiveState", "s", NULL, offsetof(UnitStatusInfo, ac… in show_one() 1873 …{ "FreezerState", "s", NULL, offsetof(UnitStatusInfo, fr… in show_one() 1874 …{ "Documentation", "as", NULL, offsetof(UnitStatusInfo, do… in show_one() 1877 …{ "Id", "s", NULL, offsetof(UnitStatusInfo, id… in show_one() 1878 …{ "LoadState", "s", NULL, offsetof(UnitStatusInfo, lo… in show_one() 1879 …{ "ActiveState", "s", NULL, offsetof(UnitStatusInfo, ac… in show_one() 1880 …{ "FreezerState", "s", NULL, offsetof(UnitStatusInfo, fr… in show_one() 1881 …{ "SubState", "s", NULL, offsetof(UnitStatusInfo, su… in show_one() 1882 …{ "UnitFileState", "s", NULL, offsetof(UnitStatusInfo, un… in show_one() [all …]
|
/systemd-251/src/timesync/ |
D | timesyncd-bus.c | 217 … SD_BUS_PROPERTY("LinkNTPServers", "as", property_get_servers, offsetof(Manager, link_servers), 0), 218 …SD_BUS_PROPERTY("SystemNTPServers", "as", property_get_servers, offsetof(Manager, system_servers),… 219 …SD_BUS_PROPERTY("RuntimeNTPServers", "as", property_get_servers, offsetof(Manager, runtime_servers… 220 …SD_BUS_PROPERTY("FallbackNTPServers", "as", property_get_servers, offsetof(Manager, fallback_serve… 221 …SD_BUS_PROPERTY("ServerName", "s", property_get_current_server_name, offsetof(Manager, current_ser… 222 …SD_BUS_PROPERTY("ServerAddress", "(iay)", property_get_current_server_address, offsetof(Manager, c… 223 …SD_BUS_PROPERTY("RootDistanceMaxUSec", "t", bus_property_get_usec, offsetof(Manager, root_distance… 224 …SD_BUS_PROPERTY("PollIntervalMinUSec", "t", bus_property_get_usec, offsetof(Manager, poll_interval… 225 …SD_BUS_PROPERTY("PollIntervalMaxUSec", "t", bus_property_get_usec, offsetof(Manager, poll_interval… 226 …SD_BUS_PROPERTY("PollIntervalUSec", "t", bus_property_get_usec, offsetof(Manager, poll_interval_us… [all …]
|
/systemd-251/src/hostname/ |
D | hostnamectl.c | 297 { "Hostname", "s", NULL, offsetof(StatusInfo, hostname) }, in show_all_names() 298 { "StaticHostname", "s", NULL, offsetof(StatusInfo, static_hostname) }, in show_all_names() 299 { "PrettyHostname", "s", NULL, offsetof(StatusInfo, pretty_hostname) }, in show_all_names() 300 { "IconName", "s", NULL, offsetof(StatusInfo, icon_name) }, in show_all_names() 301 { "Chassis", "s", NULL, offsetof(StatusInfo, chassis) }, in show_all_names() 302 { "Deployment", "s", NULL, offsetof(StatusInfo, deployment) }, in show_all_names() 303 { "Location", "s", NULL, offsetof(StatusInfo, location) }, in show_all_names() 304 { "KernelName", "s", NULL, offsetof(StatusInfo, kernel_name) }, in show_all_names() 305 { "KernelRelease", "s", NULL, offsetof(StatusInfo, kernel_release) }, in show_all_names() 306 { "OperatingSystemPrettyName", "s", NULL, offsetof(StatusInfo, os_pretty_name) }, in show_all_names() [all …]
|
/systemd-251/src/libsystemd-network/ |
D | arp-util.c | 22 … BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(struct ether_arp, ea_hdr.ar_hrd)), /* A <- header */ in arp_update_filter() 25 … BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(struct ether_arp, ea_hdr.ar_pro)), /* A <- protocol */ in arp_update_filter() 28 …BPF_STMT(BPF_LD + BPF_B + BPF_ABS, offsetof(struct ether_arp, ea_hdr.ar_hln)), /* A <- hardware ad… in arp_update_filter() 31 …BPF_STMT(BPF_LD + BPF_B + BPF_ABS, offsetof(struct ether_arp, ea_hdr.ar_pln)), /* A <- protocol ad… in arp_update_filter() 34 …BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(struct ether_arp, ea_hdr.ar_op)), /* A <- operation */ in arp_update_filter() 40 …BPF_STMT(BPF_LD + BPF_W + BPF_ABS, offsetof(struct ether_arp, arp_sha)), /* A <- 4 bytes of … in arp_update_filter() 43 …BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(struct ether_arp, arp_sha) + 4), /* A <- remainder o… in arp_update_filter() 48 … BPF_STMT(BPF_LD + BPF_W + BPF_ABS, offsetof(struct ether_arp, arp_spa)), /* A <- SPA */ in arp_update_filter() 51 … BPF_STMT(BPF_LD + BPF_W + BPF_ABS, offsetof(struct ether_arp, arp_tpa)), /* A <- TPA */ in arp_update_filter()
|