Home
last modified time | relevance | path

Searched refs:stream_descriptor (Results 1 – 21 of 21) sorted by relevance

/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.hpp40 boost::asio::posix::stream_descriptor reqStream;
41 boost::asio::posix::stream_descriptor respStream;
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dsd_event.hpp116 descriptor.async_wait(boost::asio::posix::stream_descriptor::wait_read, in async_wait()
125 boost::asio::posix::stream_descriptor descriptor;
H A Dconnection.hpp313 boost::asio::posix::stream_descriptor socket;
/openbmc/openpower-hw-diags/attn/
H A Dattn_monitor.hpp59 boost::asio::posix::stream_descriptor iv_gpioEventDescriptor;
H A Dattn_monitor.cpp14 boost::asio::posix::stream_descriptor::wait_read, in scheduleGPIOEvent()
/openbmc/phosphor-gpio-monitor/
H A DgpioMon.hpp61 boost::asio::posix::stream_descriptor gpioEventDescriptor;
H A DgpioMon.cpp38 boost::asio::posix::stream_descriptor::wait_read, in scheduleEventHandler()
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.hpp60 boost::asio::posix::stream_descriptor gpioFd;
H A DPresenceGpio.cpp89 boost::asio::posix::stream_descriptor::wait_read, in monitorPresence()
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.hpp82 boost::asio::posix::stream_descriptor inputDev;
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.hpp75 boost::asio::posix::stream_descriptor mGpioFd;
H A DChassisIntrusionSensor.cpp203 boost::asio::posix::stream_descriptor::wait_read, in pollSensorStatus()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp186 static boost::asio::posix::stream_descriptor psPowerOKEvent(io);
188 static boost::asio::posix::stream_descriptor sioPowerGoodEvent(io);
190 static boost::asio::posix::stream_descriptor sioOnControlEvent(io);
192 static boost::asio::posix::stream_descriptor sioS5Event(io);
194 static boost::asio::posix::stream_descriptor powerButtonEvent(io);
196 static boost::asio::posix::stream_descriptor resetButtonEvent(io);
198 static boost::asio::posix::stream_descriptor nmiButtonEvent(io);
200 static boost::asio::posix::stream_descriptor idButtonEvent(io);
202 static boost::asio::posix::stream_descriptor postCompleteEvent(io);
1153 boost::asio::posix::stream_descriptor::wait_read, in waitForGPIOEvent()
[all …]
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.hpp96 boost::asio::posix::stream_descriptor gpioEventDescriptor;
H A Dgpio_presence.cpp120 boost::asio::posix::stream_descriptor::wait_read, in scheduleEventHandler()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.hpp42 boost::asio::posix::stream_descriptor inputDev;
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c1193 struct vidtv_psi_desc *stream_descriptor; in vidtv_psi_pmt_write_into() local
1258 stream_descriptor = stream->descriptor; in vidtv_psi_pmt_write_into()
1260 while (stream_descriptor) { in vidtv_psi_pmt_write_into()
1263 d_args.desc = stream_descriptor; in vidtv_psi_pmt_write_into()
1269 stream_descriptor = stream_descriptor->next; in vidtv_psi_pmt_write_into()
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp302 boost::asio::posix::stream_descriptor i2cTargetDescriptor;
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp588 static boost::asio::posix::stream_descriptor nvmeLvc3AlertEvent(io);
2788 boost::asio::posix::stream_descriptor::wait_read, in nvmeLvc3AlertHandler()
2803 boost::asio::posix::stream_descriptor& gpioEventDescriptor) in hsbpRequestAlertGpioEvents()
2836 boost::asio::posix::stream_descriptor::wait_read, in hsbpRequestAlertGpioEvents()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp57 static std::optional<boost::asio::posix::stream_descriptor> inotifyConn;
/openbmc/entity-manager/src/
H A Dfru_device.cpp1389 boost::asio::posix::stream_descriptor dirWatch(io, fd); in main()