Searched refs:ConfigSection (Results 1 – 25 of 34) sorted by relevance
12
/systemd-251/src/shared/ |
D | conf-parser.h | 126 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()
|
D | conf-parser.c | 715 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()
|
D | netif-sriov.h | 21 ConfigSection *section;
|
/systemd-251/src/network/ |
D | networkd-dhcp-server-static-lease.h | 11 typedef struct ConfigSection ConfigSection; typedef 15 ConfigSection *section;
|
D | networkd-radv.h | 31 ConfigSection *section; 48 ConfigSection *section;
|
D | networkd-bridge-mdb.h | 15 ConfigSection *section;
|
D | networkd-address-label.h | 15 ConfigSection *section;
|
D | networkd-neighbor.h | 20 ConfigSection *section;
|
D | networkd-bridge-fdb.h | 29 ConfigSection *section;
|
D | networkd-nexthop.h | 24 ConfigSection *section;
|
D | networkd-routing-policy-rule.h | 19 ConfigSection *section;
|
D | networkd-route.h | 29 ConfigSection *section;
|
D | networkd-address.h | 31 ConfigSection *section;
|
D | networkd-dhcp-server-static-lease.c | 38 _cleanup_(config_section_freep) ConfigSection *n = NULL; in lease_new_static()
|
D | networkd-address-label.c | 31 _cleanup_(config_section_freep) ConfigSection *n = NULL; in address_label_new_static()
|
D | networkd-bridge-mdb.c | 41 _cleanup_(config_section_freep) ConfigSection *n = NULL; in bridge_mdb_new_static()
|
D | networkd-bridge-fdb.c | 50 _cleanup_(config_section_freep) ConfigSection *n = NULL; in bridge_fdb_new_static()
|
D | networkd-radv.c | 84 _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/ |
D | macsec.h | 42 ConfigSection *section; 49 ConfigSection *section; 57 ConfigSection *section;
|
D | l2tp-tunnel.h | 37 ConfigSection *section;
|
D | wireguard.h | 27 ConfigSection *section;
|
D | macsec.c | 55 _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/ |
D | tclass.h | 23 ConfigSection *section;
|
D | qdisc.h | 41 ConfigSection *section;
|
D | tclass.c | 62 _cleanup_(config_section_freep) ConfigSection *n = NULL; in tclass_new_static()
|
12