Home
last modified time | relevance | path

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

1234567

/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/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/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/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/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/pldm/oem/ampere/event/
H A Doem_event_manager.cpp241 void OemEventManager::sendJournalRedfish(const std::string& source, in sendJournalRedfish()
307 std::string source; in handleBootOverallEvent() local
488 std::string source = prefixMsgStrCreation(tid, sensorId); in processStateSensorEvent() local
652 std::string source; in handlePCIeHotPlugEvent() local
732 std::string source; in handleDIMMStatusEvent() local
817 std::string source; in handleDDRStatusEvent() local
854 std::string source; in handleVRDStatusEvent() local
903 std::string source; in handleNumericWatchdogEvent() local
/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/
H A Dmeson.build1 source = ['side_switch.cpp', '../utils.cpp'] variable
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp55 const void* const source) in write()
134 const void* const source) in write()
/openbmc/pldm/softoff/
H A Dmeson.build11 source = ['main.cpp', 'softoff.cpp'] variable
/openbmc/webui-vue/src/utilities/
H A DobjectUtils.js9 export function deepMerge(target, source) { argument
/openbmc/qemu/hw/intc/
H A Dsh_intc.c19 void sh_intc_toggle_source(struct intc_source *source, in sh_intc_toggle_source()
71 struct intc_source *source = &desc->sources[n]; in sh_intc_set_irq() local
92 struct intc_source *source = &desc->sources[i]; in sh_intc_get_pending_vector() local
174 struct intc_source *source = &desc->sources[id]; in sh_intc_toggle_mask() local
260 intc_enum source, in sh_intc_register_source()
/openbmc/sdeventplus/test/source/
H A Dbase.cpp24 namespace source namespace
58 BaseImpl::BaseImpl(const Event& event, sd_event_source* source, in BaseImpl()
90 make_base(const Event& event, sd_event_source* source) in make_base()
133 void expect_base_destruct(const Event& event, sd_event_source* source) in expect_base_destruct()
169 BaseImpl source(*event, expected_source, std::false_type()); in TEST_F() local
198 auto source = in TEST_F() local

1234567