Searched refs:DEFINE_TRIVIAL_CLEANUP_FUNC (Results 1 - 25 of 79) sorted by relevance

1234

/systemd/src/shared/
H A Dudev-util.h25 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 Dacl-util.h40 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 Dptyfwd.h48 DEFINE_TRIVIAL_CLEANUP_FUNC(PTYForward*, pty_forward_free);
H A Dmachine-image.h58 DEFINE_TRIVIAL_CLEANUP_FUNC(Image*, image_unref);
59 DEFINE_TRIVIAL_CLEANUP_FUNC(Hashmap*, image_hashmap_free);
/systemd/src/basic/
H A Dblkid-util.h29 DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
H A Dcpu-set-util.h27 DEFINE_TRIVIAL_CLEANUP_FUNC(cpu_set_t*, CPU_FREE);
H A Dmount-util.h42 DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, endmntent);
H A Dordered-set.h70 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedSet*, ordered_set_free);
71 DEFINE_TRIVIAL_CLEANUP_FUNC(OrderedSet*, ordered_set_free_free);
H A Dselinux-util.h51 DEFINE_TRIVIAL_CLEANUP_FUNC(char*, mac_selinux_free);
H A Dfd-util.h55 DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, pclose);
56 DEFINE_TRIVIAL_CLEANUP_FUNC(DIR*, closedir);
/systemd/src/import/
H A Dcurl-util.h45 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 Dexport-raw.h34 DEFINE_TRIVIAL_CLEANUP_FUNC(RawExport*, raw_export_unref);
H A Dexport-tar.h34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarExport*, tar_export_unref);
H A Dimport-raw.h34 DEFINE_TRIVIAL_CLEANUP_FUNC(RawImport*, raw_import_unref);
H A Dimport-tar.h34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarImport*, tar_import_unref);
H A Dpull-raw.h34 DEFINE_TRIVIAL_CLEANUP_FUNC(RawPull*, raw_pull_unref);
H A Dpull-tar.h34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarPull*, tar_pull_unref);
/systemd/src/network/
H A Dnetworkd-wait-online-link.h44 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_free);
H A Dnetworkd-wait-online.h51 DEFINE_TRIVIAL_CLEANUP_FUNC(Manager*, manager_free);
H A Dnetworkd-fdb.h41 DEFINE_TRIVIAL_CLEANUP_FUNC(FdbEntry*, fdb_entry_free);
/systemd/src/libsystemd-network/
H A Dlldp-port.h65 DEFINE_TRIVIAL_CLEANUP_FUNC(lldp_port*, lldp_port_free);
H A Dlldp-internal.h54 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 Dproxy.h66 DEFINE_TRIVIAL_CLEANUP_FUNC(Proxy*, proxy_free);
/systemd/src/journal-remote/
H A Djournal-remote-write.h57 DEFINE_TRIVIAL_CLEANUP_FUNC(Writer*, writer_unref);
/systemd/src/resolve/
H A Dresolved-dns-search-domain.h74 DEFINE_TRIVIAL_CLEANUP_FUNC(DnsSearchDomain*, dns_search_domain_unref);

Completed in 5248 milliseconds

1234