Searched refs:pipe_event_source (Results 1 - 2 of 2) sorted by relevance
/systemd/src/core/ |
H A D | automount.h | 42 sd_event_source *pipe_event_source; member in struct:Automount
|
H A D | automount.c | 103 a->pipe_event_source = sd_event_source_unref(a->pipe_event_source); 265 r = sd_event_add_io(u->manager->event, &a->pipe_event_source, a->pipe_fd, EPOLLIN, automount_dispatch_io, u); 269 (void) sd_event_source_set_description(a->pipe_event_source, "automount-io"); 591 r = sd_event_add_io(UNIT(a)->manager->event, &a->pipe_event_source, p[0], EPOLLIN, automount_dispatch_io, a); 595 (void) sd_event_source_set_description(a->pipe_event_source, "automount-io");
|
Completed in 800 milliseconds