Lines Matching refs:offsetof
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()
197 …{ "service", JSON_VARIANT_STRING, json_dispatch_string, offsetof(GroupRecord, s… in group_record_load()
198 …{ "lastChangeUSec", JSON_VARIANT_UNSIGNED, json_dispatch_uint64, offsetof(GroupRecord, l… in group_record_load()
199 …{ "gid", JSON_VARIANT_UNSIGNED, json_dispatch_uid_gid, offsetof(GroupRecord, g… in group_record_load()
200 …{ "members", JSON_VARIANT_ARRAY, json_dispatch_user_group_list, offsetof(GroupRecord, m… in group_record_load()
201 …{ "administrators", JSON_VARIANT_ARRAY, json_dispatch_user_group_list, offsetof(GroupRecord, a… in group_record_load()