| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_sdapi.h | 168 struct sd_event { struct 281 struct sd_event *sd_data);
|
| /systemd/src/import/ |
| H A D | curl-util.h | 32 sd_event *event; 42 int curl_glue_new(CurlGlue **glue, sd_event *event);
|
| H A D | export-raw.h | 31 int raw_export_new(RawExport **export, sd_event *event, RawExportFinished on_finished, void *userdata);
|
| H A D | export-tar.h | 31 int tar_export_new(TarExport **export, sd_event *event, TarExportFinished on_finished, void *userdata);
|
| H A D | import-raw.h | 31 int raw_import_new(RawImport **import, sd_event *event, const char *image_root, RawImportFinished on_finished, void *userdata);
|
| H A D | import-tar.h | 31 int tar_import_new(TarImport **import, sd_event *event, const char *image_root, TarImportFinished on_finished, void *userdata);
|
| H A D | pull-raw.h | 31 int raw_pull_new(RawPull **pull, sd_event *event, const char *image_root, RawPullFinished on_finished, void *userdata);
|
| H A D | pull-tar.h | 31 int tar_pull_new(TarPull **pull, sd_event *event, const char *image_root, TarPullFinished on_finished, void *userdata);
|
| /systemd/src/journal-remote/ |
| H A D | journal-remote.h | 44 sd_event *events;
|
| H A D | journal-upload.h | 23 sd_event *events;
|
| /systemd/src/libsystemd/sd-event/ |
| H A D | sd-event.c | 97 sd_event *event; 186 struct sd_event { struct 231 sd_event **default_event_ptr; 389 static void event_free(sd_event *e) { 426 _public_ int sd_event_new(sd_event** ret) { 427 sd_event *e; 432 e = new0(sd_event, 1); 466 _public_ sd_event* sd_event_ref(sd_event *e) { 477 _public_ sd_event* sd_event_unre [all...] |
| /systemd/src/libsystemd-network/ |
| H A D | lldp-port.h | 50 sd_event *event;
|
| H A D | test-acd.c | 53 static int client_run(int ifindex, const struct in_addr *pa, const struct ether_addr *ha, sd_event *e) { 76 _cleanup_(sd_event_unrefp) sd_event *e = NULL;
|
| H A D | test-ipv4ll-manual.c | 61 static int client_run(int ifindex, const char *seed_str, const struct ether_addr *ha, sd_event *e) { 91 _cleanup_(sd_event_unrefp) sd_event *e = NULL;
|
| /systemd/src/network/ |
| H A D | networkd-wait-online.h | 45 sd_event *event;
|
| /systemd/src/nspawn/ |
| H A D | nspawn-expose-ports.h | 40 int expose_port_watch_rtnl(sd_event *event, int recv_fd, sd_netlink_message_handler_t handler, union in_addr_union *exposed, sd_netlink **ret);
|
| /systemd/src/shared/ |
| H A D | ptyfwd.h | 40 int pty_forward_new(sd_event *event, int master, PTYForwardFlags flags, PTYForward **f);
|
| /systemd/src/systemd/ |
| H A D | sd-dhcp-client.h | 116 int sd_dhcp_client_attach_event(sd_dhcp_client *client, sd_event *event, int priority); 118 sd_event *sd_dhcp_client_get_event(sd_dhcp_client *client);
|
| H A D | sd-dhcp-server.h | 40 int sd_dhcp_server_attach_event(sd_dhcp_server *client, sd_event *event, int priority); 42 sd_event *sd_dhcp_server_get_event(sd_dhcp_server *client);
|
| H A D | sd-dhcp6-client.h | 100 int sd_dhcp6_client_attach_event(sd_dhcp6_client *client, sd_event *event, 103 sd_event *sd_dhcp6_client_get_event(sd_dhcp6_client *client);
|
| H A D | sd-event.h | 42 typedef struct sd_event sd_event; typedef in typeref:struct:sd_event 74 int sd_event_default(sd_event **e); 76 int sd_event_new(sd_event **e); 77 sd_event* sd_event_ref(sd_event *e); 78 sd_event* sd_event_unref(sd_event *e); 80 int sd_event_add_io(sd_event *e, sd_event_source **s, int fd, uint32_t events, sd_event_io_handler_t callback, void *userdata); 81 int sd_event_add_time(sd_event * [all...] |
| H A D | sd-ipv4acd.h | 43 int sd_ipv4acd_attach_event(sd_ipv4acd *ll, sd_event *event, int priority);
|
| H A D | sd-ipv4ll.h | 42 int sd_ipv4ll_attach_event(sd_ipv4ll *ll, sd_event *event, int priority);
|
| H A D | sd-ndisc.h | 55 int sd_ndisc_attach_event(sd_ndisc *nd, sd_event *event, int priority); 57 sd_event *sd_ndisc_get_event(sd_ndisc *nd);
|
| H A D | sd-resolve.h | 82 int sd_resolve_attach_event(sd_resolve *resolve, sd_event *e, int priority); 84 sd_event *sd_resolve_get_event(sd_resolve *resolve);
|