Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp31 sd_event* event, sd_event_source** source, int fd, uint32_t events, in sd_event_add_io()
38 sd_event* event, sd_event_source** source, clockid_t clock, uint64_t usec, in sd_event_add_time()
45 int SdEventImpl::sd_event_add_defer(sd_event* event, sd_event_source** source, in sd_event_add_defer()
52 int SdEventImpl::sd_event_add_post(sd_event* event, sd_event_source** source, in sd_event_add_post()
59 int SdEventImpl::sd_event_add_exit(sd_event* event, sd_event_source** source, in sd_event_add_exit()
133 void* SdEventImpl::sd_event_source_set_userdata(sd_event_source* source, in sd_event_source_set_userdata()
139 int SdEventImpl::sd_event_source_get_description(sd_event_source* source, in sd_event_source_get_description()
145 int SdEventImpl::sd_event_source_set_description(sd_event_source* source, in sd_event_source_set_description()
151 int SdEventImpl::sd_event_source_set_prepare(sd_event_source* source, in sd_event_source_set_prepare()
162 int SdEventImpl::sd_event_source_get_priority(sd_event_source* source, in sd_event_source_get_priority()
[all …]
H A Dsdevent.hpp134 int sd_event_add_signal(sd_event* event, sd_event_source** source, int sig, in sd_event_add_signal()
141 int sd_event_add_child(sd_event* event, sd_event_source** source, pid_t pid, in sd_event_add_child()
/openbmc/qemu/io/
H A Dchannel-watch.c68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check()
77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch()
91 qio_channel_fd_source_finalize(GSource *source) in qio_channel_fd_source_finalize()
115 qio_channel_socket_source_check(GSource *source) in qio_channel_socket_source_check()
157 qio_channel_socket_source_dispatch(GSource *source, in qio_channel_socket_source_dispatch()
169 qio_channel_socket_source_finalize(GSource *source) in qio_channel_socket_source_finalize()
197 qio_channel_fd_pair_source_check(GSource *source) in qio_channel_fd_pair_source_check()
208 qio_channel_fd_pair_source_dispatch(GSource *source, in qio_channel_fd_pair_source_dispatch()
224 qio_channel_fd_pair_source_finalize(GSource *source) in qio_channel_fd_pair_source_finalize()
252 GSource *source; in qio_channel_create_fd_watch() local
[all …]
H A Dchannel-buffer.c161 qio_channel_buffer_source_prepare(GSource *source, in qio_channel_buffer_source_prepare()
172 qio_channel_buffer_source_check(GSource *source) in qio_channel_buffer_source_check()
180 qio_channel_buffer_source_dispatch(GSource *source, in qio_channel_buffer_source_dispatch()
193 qio_channel_buffer_source_finalize(GSource *source) in qio_channel_buffer_source_finalize()
212 GSource *source; in qio_channel_buffer_create_watch() local
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dio_unittest.cpp53 char source = 'a'; in TEST_F() local
69 char source; in TEST_F() local
81 char source; in TEST_F() local
96 char source = 'a'; in TEST_F() local
148 char source = 'a'; in TEST_F() local
158 char source = 'a'; in TEST_F() local
171 char source = 'a'; in TEST_F() local
/openbmc/qemu/chardev/
H A Dchar-io.c39 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source()
44 static gboolean io_watch_poll_prepare(GSource *source, in io_watch_poll_prepare()
77 static gboolean io_watch_poll_check(GSource *source) in io_watch_poll_check()
82 static gboolean io_watch_poll_dispatch(GSource *source, GSourceFunc callback, in io_watch_poll_dispatch()
88 static void io_watch_poll_finalize(GSource *source) in io_watch_poll_finalize()
133 static void io_remove_watch_poll(GSource *source) in io_remove_watch_poll()
H A Dchar-fd.c94 fd_source_prepare(GSource *source, in fd_source_prepare()
103 fd_source_check(GSource *source) in fd_source_check()
111 fd_source_dispatch(GSource *source, GSourceFunc callback, in fd_source_dispatch()
138 static gboolean child_func(GIOChannel *source, in child_func()
/openbmc/linux/arch/sparc/lib/
Dmemset.S
/openbmc/linux/drivers/acpi/acpica/
Dutnonansi.c
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp11 namespace source namespace
109 Base::Base(const Event& event, sd_event_source* source, std::false_type) : in Base()
137 sd_event_source* Base::ref(sd_event_source* const& source, in ref()
144 void Base::drop(sd_event_source*&& source, const internal::SdEvent*& sdevent, in drop()
158 int Base::prepareCallback(sd_event_source* source, void* userdata) in prepareCallback()
H A Dsignal.cpp12 namespace source namespace
50 sd_event_source* source; in create_source() local
57 int Signal::signalCallback(sd_event_source* source, in signalCallback()
H A Dchild.cpp12 namespace source namespace
53 sd_event_source* source; in create_source() local
61 int Child::childCallback(sd_event_source* source, const siginfo_t* si, in childCallback()
H A Devent.cpp11 namespace source namespace
44 sd_event_source* source; in create_source() local
50 int EventBase::eventCallback(sd_event_source* source, void* userdata) in eventCallback()
H A Dio.cpp11 namespace source namespace
79 sd_event_source* source; in create_source() local
86 int IO::ioCallback(sd_event_source* source, int fd, uint32_t revents, in ioCallback()
H A Dtime.cpp13 namespace source namespace
89 sd_event_source* source; in create_source() local
100 int Time<Id>::timeCallback(sd_event_source* source, uint64_t usec, in timeCallback()
H A Dbase.hpp20 namespace source namespace
234 source; member in sdeventplus::source::Base
/openbmc/linux/security/integrity/platform_certs/
Dkeyring_handler.c
/openbmc/qemu/qga/
H A Dchannel-win32.c23 GSource *source; member
27 GSource source; member
37 static gboolean ga_channel_prepare(GSource *source, gint *timeout_ms) in ga_channel_prepare()
94 static gboolean ga_channel_check(GSource *source) in ga_channel_check()
151 static gboolean ga_channel_dispatch(GSource *source, GSourceFunc unused, in ga_channel_dispatch()
177 static void ga_channel_finalize(GSource *source) in ga_channel_finalize()
191 GSource *source = g_source_new(&ga_channel_watch_funcs, sizeof(GAWatch)); in ga_channel_create_watch() local
/openbmc/sdeventplus/example/
H A Dfollow.cpp19 void reader(const char* fifo, sdeventplus::source::IO& source, int fd, uint32_t) in reader()
50 void remover(const char* fifo, sdeventplus::source::EventBase& source) in remover()
61 void clean_exit(sdeventplus::source::Signal& source, in clean_exit()
/openbmc/sdbusplus/include/sdbusplus/
H A Devent.hpp16 class source class
22 explicit source(event& e) : ev(&e) {} in source() function in sdbusplus::event::source
31 source(event& e, sd_event_source*& s) : ev(&e) in source() function in sdbusplus::event::source
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h
/openbmc/linux/drivers/video/fbdev/via/
Dvia_clock.c
/openbmc/linux/lib/zstd/compress/
Dhist.c
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-plladiv.c23 struct clk source; in at91_plladiv_clk_get_rate() local
42 struct clk source; in at91_plladiv_clk_set_rate() local
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c

12345678910>>...14