Home
last modified time | relevance | path

Searched refs:ConfigSection (Results 1 – 25 of 34) sorted by relevance

12

/systemd-251/src/shared/
Dconf-parser.h126 typedef struct ConfigSection { struct
130 } ConfigSection; argument
132 static inline ConfigSection* config_section_free(ConfigSection *cs) { in config_section_free()
135 DEFINE_TRIVIAL_CLEANUP_FUNC(ConfigSection*, config_section_free);
137 int config_section_new(const char *filename, unsigned line, ConfigSection **s);
141 static inline bool section_is_invalid(ConfigSection *section) { in section_is_invalid()
Dconf-parser.c715 static void config_section_hash_func(const ConfigSection *c, struct siphash *state) { in config_section_hash_func()
720 static int config_section_compare_func(const ConfigSection *x, const ConfigSection *y) { in config_section_compare_func()
730 DEFINE_HASH_OPS(config_section_hash_ops, ConfigSection, config_section_hash_func, config_section_co…
732 int config_section_new(const char *filename, unsigned line, ConfigSection **s) { in config_section_new()
733 ConfigSection *cs; in config_section_new()
735 cs = malloc0(offsetof(ConfigSection, filename) + strlen(filename) + 1); in config_section_new()
748 ConfigSection *cs; in hashmap_find_free_section_line()
Dnetif-sriov.h21 ConfigSection *section;
/systemd-251/src/network/
Dnetworkd-dhcp-server-static-lease.h11 typedef struct ConfigSection ConfigSection; typedef
15 ConfigSection *section;
Dnetworkd-radv.h31 ConfigSection *section;
48 ConfigSection *section;
Dnetworkd-bridge-mdb.h15 ConfigSection *section;
Dnetworkd-address-label.h15 ConfigSection *section;
Dnetworkd-neighbor.h20 ConfigSection *section;
Dnetworkd-bridge-fdb.h29 ConfigSection *section;
Dnetworkd-nexthop.h24 ConfigSection *section;
Dnetworkd-routing-policy-rule.h19 ConfigSection *section;
Dnetworkd-route.h29 ConfigSection *section;
Dnetworkd-address.h31 ConfigSection *section;
Dnetworkd-dhcp-server-static-lease.c38 _cleanup_(config_section_freep) ConfigSection *n = NULL; in lease_new_static()
Dnetworkd-address-label.c31 _cleanup_(config_section_freep) ConfigSection *n = NULL; in address_label_new_static()
Dnetworkd-bridge-mdb.c41 _cleanup_(config_section_freep) ConfigSection *n = NULL; in bridge_mdb_new_static()
Dnetworkd-bridge-fdb.c50 _cleanup_(config_section_freep) ConfigSection *n = NULL; in bridge_fdb_new_static()
Dnetworkd-radv.c84 _cleanup_(config_section_freep) ConfigSection *n = NULL; in prefix_new_static()
142 _cleanup_(config_section_freep) ConfigSection *n = NULL; in route_prefix_new_static()
/systemd-251/src/network/netdev/
Dmacsec.h42 ConfigSection *section;
49 ConfigSection *section;
57 ConfigSection *section;
Dl2tp-tunnel.h37 ConfigSection *section;
Dwireguard.h27 ConfigSection *section;
Dmacsec.c55 _cleanup_(config_section_freep) ConfigSection *n = NULL; in macsec_receive_association_new_static()
132 _cleanup_(config_section_freep) ConfigSection *n = NULL; in macsec_receive_channel_new_static()
182 _cleanup_(config_section_freep) ConfigSection *n = NULL; in macsec_transmit_association_new_static()
/systemd-251/src/network/tc/
Dtclass.h23 ConfigSection *section;
Dqdisc.h41 ConfigSection *section;
Dtclass.c62 _cleanup_(config_section_freep) ConfigSection *n = NULL; in tclass_new_static()

12