Searched refs:DEFINE_TRIVIAL_CLEANUP_FUNC (Results 1 - 25 of 79) sorted by relevance
1234
/systemd/src/shared/ |
H A D | udev-util.h | 25 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev*, udev_unref); 26 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_device*, udev_device_unref); 27 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_enumerate*, udev_enumerate_unref); 28 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_event*, udev_event_unref); 29 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_rules*, udev_rules_unref); 30 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl*, udev_ctrl_unref); 31 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl_connection*, udev_ctrl_connection_unref); 32 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_ctrl_msg*, udev_ctrl_msg_unref); 33 DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_monitor*, udev_monitor_unref);
|
H A D | acl-util.h | 40 DEFINE_TRIVIAL_CLEANUP_FUNC(acl_t, acl_free); 42 DEFINE_TRIVIAL_CLEANUP_FUNC(char*, acl_free_charp); 44 DEFINE_TRIVIAL_CLEANUP_FUNC(uid_t*, acl_free_uid_tp); 46 DEFINE_TRIVIAL_CLEANUP_FUNC(gid_t*, acl_free_gid_tp);
|
H A D | ptyfwd.h | 48 DEFINE_TRIVIAL_CLEANUP_FUNC(PTYForward*, pty_forward_free);
|
H A D | machine-image.h | 58 DEFINE_TRIVIAL_CLEANUP_FUNC(Image*, image_unref); 59 DEFINE_TRIVIAL_CLEANUP_FUNC(Hashmap*, image_hashmap_free);
|
/systemd/src/basic/ |
H A D | blkid-util.h | 29 DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
|
H A D | cpu-set-util.h | 27 DEFINE_TRIVIAL_CLEANUP_FUNC(cpu_set_t*, CPU_FREE);
|
H A D | mount-util.h | 42 DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, endmntent);
|
H A D | ordered-set.h | 70 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedSet*, ordered_set_free); 71 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedSet*, ordered_set_free_free);
|
H A D | selinux-util.h | 51 DEFINE_TRIVIAL_CLEANUP_FUNC(char*, mac_selinux_free);
|
H A D | fd-util.h | 55 DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, pclose); 56 DEFINE_TRIVIAL_CLEANUP_FUNC(DIR*, closedir);
|
/systemd/src/import/ |
H A D | curl-util.h | 45 DEFINE_TRIVIAL_CLEANUP_FUNC(CurlGlue*, curl_glue_unref); 55 DEFINE_TRIVIAL_CLEANUP_FUNC(CURL*, curl_easy_cleanup); 56 DEFINE_TRIVIAL_CLEANUP_FUNC(struct curl_slist*, curl_slist_free_all);
|
H A D | export-raw.h | 34 DEFINE_TRIVIAL_CLEANUP_FUNC(RawExport*, raw_export_unref);
|
H A D | export-tar.h | 34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarExport*, tar_export_unref);
|
H A D | import-raw.h | 34 DEFINE_TRIVIAL_CLEANUP_FUNC(RawImport*, raw_import_unref);
|
H A D | import-tar.h | 34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarImport*, tar_import_unref);
|
H A D | pull-raw.h | 34 DEFINE_TRIVIAL_CLEANUP_FUNC(RawPull*, raw_pull_unref);
|
H A D | pull-tar.h | 34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarPull*, tar_pull_unref);
|
/systemd/src/network/ |
H A D | networkd-wait-online-link.h | 44 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_free);
|
H A D | networkd-wait-online.h | 51 DEFINE_TRIVIAL_CLEANUP_FUNC(Manager*, manager_free);
|
H A D | networkd-fdb.h | 41 DEFINE_TRIVIAL_CLEANUP_FUNC(FdbEntry*, fdb_entry_free);
|
/systemd/src/libsystemd-network/ |
H A D | lldp-port.h | 65 DEFINE_TRIVIAL_CLEANUP_FUNC(lldp_port*, lldp_port_free);
|
H A D | lldp-internal.h | 54 DEFINE_TRIVIAL_CLEANUP_FUNC(lldp_neighbour_port *, lldp_neighbour_port_free); 82 DEFINE_TRIVIAL_CLEANUP_FUNC(lldp_chassis *, lldp_chassis_free);
|
/systemd/src/bus-proxyd/ |
H A D | proxy.h | 66 DEFINE_TRIVIAL_CLEANUP_FUNC(Proxy*, proxy_free);
|
/systemd/src/journal-remote/ |
H A D | journal-remote-write.h | 57 DEFINE_TRIVIAL_CLEANUP_FUNC(Writer*, writer_unref);
|
/systemd/src/resolve/ |
H A D | resolved-dns-search-domain.h | 74 DEFINE_TRIVIAL_CLEANUP_FUNC(DnsSearchDomain*, dns_search_domain_unref);
|
Completed in 5248 milliseconds
1234