Home
last modified time | relevance | path

Searched refs:IOCTLWrapperImpl (Results 1 – 2 of 2) sorted by relevance

/openbmc/estoraged/include/
H A Dsanitize.hpp53 class IOCTLWrapperImpl : public IOCTLWrapperInterface class
60 ~IOCTLWrapperImpl() override = default;
61 IOCTLWrapperImpl() = default;
63 IOCTLWrapperImpl(const IOCTLWrapperImpl&) = delete;
64 IOCTLWrapperImpl& operator=(const IOCTLWrapperImpl&) = delete;
66 IOCTLWrapperImpl(IOCTLWrapperImpl&&) = delete;
67 IOCTLWrapperImpl& operator=(IOCTLWrapperImpl&&) = delete;
81 std::make_unique<IOCTLWrapperImpl>()) : in Sanitize()
/openbmc/estoraged/src/erase/
H A Dsanitize.cpp121 int IOCTLWrapperImpl::doIoctl(std::string_view devPath, unsigned long request, in doIoctl()
131 int IOCTLWrapperImpl::doIoctlMulti(std::string_view devPath, in doIoctlMulti()