/openbmc/gpioplus/src/gpioplus/internal/ |
H A D | fd.cpp | 15 Fd::Fd(const char* pathname, int flags, const Sys* sys) : in Fd() function in gpioplus::internal::Fd 34 Fd::Fd(int fd, const Sys* sys) : sys(sys), fd(dup(fd, sys)) {} in Fd() function in gpioplus::internal::Fd 36 Fd::Fd(int fd, std::false_type, const Sys* sys) : sys(sys), fd(fd) {} in Fd() function in gpioplus::internal::Fd 50 Fd::Fd(const Fd& other) : sys(other.sys), fd(dup(other.fd, sys)) {} in Fd() function in gpioplus::internal::Fd 63 Fd::Fd(Fd&& other) : sys(other.sys), fd(std::move(other.fd)) in Fd() function in gpioplus::internal::Fd
|
H A D | fd.hpp | 15 class Fd class
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 28 unsigned int Fd, nType, nDest, nRc = 1; in EmulateCPDO() local
|
H A D | single_cpdo.c | 42 unsigned int Fd, Fm, Fn, nRc = 1; in SingleCPDO() local
|
H A D | extended_cpdo.c | 42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
|
H A D | double_cpdo.c | 42 unsigned int Fd, Fm, Fn, nRc = 1; in DoubleCPDO() local
|
H A D | fpa11_cpdt.c | 288 unsigned int i, Fd, in PerformLFM() local 321 unsigned int i, Fd, in PerformSFM() local
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | net_handler.hpp | 38 using Fd = stdplus::Managed<int>::Handle<closefd>; typedef in ipmi_flash::NetDataHandler
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_cert.hpp | 11 using Fd = int; typedef
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11_cpdt.c | 309 unsigned int i, Fd, write_back = WRITE_BACK(opcode); in PerformLFM() local 345 unsigned int i, Fd, write_back = WRITE_BACK(opcode); in PerformSFM() local
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | p2a.cpp | 45 using Fd = stdplus::Managed<int, const internal::Sys* const>::Handle<closeFd>; typedef
|
H A D | net.cpp | 46 using Fd = stdplus::Managed<int, const internal::Sys*>::Handle<closefd>; typedef
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 291 s32 Fa, Fb, Fc, Fd, Fe; /* these modify coeffs based on member
|