Home
last modified time | relevance | path

Searched refs:eventp (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/src/
H A Devent.cpp87 if (auto rc = sd_event_new(&eventp); rc < 0) in event()
98 auto rc = sd_event_run(eventp, static_cast<uint64_t>(timeout.count())); in run_one()
117 auto rc = sd_event_add_io(eventp, &s.sourcep, fd, events, handler, data); in add_io()
157 eventp, &s.sourcep, CLOCK_BOOTTIME, time.count(), accuracy.count(), in add_oneshot_timer()
/openbmc/sdbusplus/include/sdbusplus/
H A Devent.hpp99 sd_event_unref(eventp); in ~event()
124 sd_event* eventp = nullptr; member in sdbusplus::event::event
/openbmc/linux/arch/powerpc/perf/
H A Dcore-fsl-emb.c442 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument
465 *eventp = ev; in hw_perf_cache_event()
H A Dcore-book3s.c1964 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument
1987 *eventp = ev; in hw_perf_cache_event()
/openbmc/linux/drivers/vhost/
H A Dscsi.c455 struct virtio_scsi_event __user *eventp; in vhost_scsi_do_evt_work() local
492 eventp = vq->iov[out].iov_base; in vhost_scsi_do_evt_work()
493 ret = __copy_to_user(eventp, event, sizeof(*event)); in vhost_scsi_do_evt_work()