Home
last modified time | relevance | path

Searched refs:unix_fd_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp154 struct unix_fd_type struct
158 unix_fd_type() = default;
159 unix_fd_type(int f) : fd(f) {} in unix_fd_type() argument
173 using unix_fd = details::unix_fd_type;
H A Dappend.hpp128 struct append_single<details::unix_fd_type>
H A Dread.hpp80 std::is_convertible_v<Td<T>, details::unix_fd_type>, in op()