Home
last modified time | relevance | path

Searched refs:_fd (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/arch/riscv/include/asm/
H A Dposix_types.h72 #define __FD_SET(_fd, fdsetp) \ argument
73 typeof(_fd) (fd) = (_fd); \
77 #define __FD_CLR(_fd, fdsetp) \ argument
78 typeof(_fd) (fd) = (_fd); \
82 #define __FD_ISSET(_fd, fdsetp) \ argument
83 typeof(_fd) (fd) = (_fd); \
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp41 _fd = -1; in closeFD()
77 _fd = openMctpDemuxTransport(); in open()
78 if (_fd < 0) in open()
82 e, "RC", _fd); in open()
217 _event, _fd, EPOLLIN, in registerReceiveCallback()
H A Dpldm_interface.hpp179 int _fd = -1; member in openpower::pels::PLDMInterface
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.hpp55 return _fd(); in fd()
62 util::FileDescriptor _fd; member in phosphor::fan::monitor::FFDCFile
H A Dfan_error.cpp72 _fd(open(name.c_str(), O_RDONLY)), _name(name) in FFDCFile()
74 if (_fd() == -1) in FFDCFile()
/openbmc/openpower-occ-control/
H A Docc_ffdc.hpp60 return _fd(); in fd()
67 FileDescriptor _fd; member in open_power::occ::FFDCFile
H A Docc_ffdc.cpp422 _fd(open(name.c_str(), O_RDONLY)), _name(name) in FFDCFile()
424 if (_fd() == -1) in FFDCFile()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1115 self._fd = self._watch_manager.get_fd()
1118 self._pollobj.register(self._fd, select.POLLIN)
1207 if fcntl.ioctl(self._fd, termios.FIONREAD, buf_, 1) == -1:
1212 'fixed to %d bytes', self._fd, queue_size,
1218 r = os.read(self._fd, queue_size)
1391 if self._fd is not None:
1392 self._pollobj.unregister(self._fd)
1393 os.close(self._fd)
1394 self._fd = None
1512 ioloop.add_handler(self._fd, self.handle_read, ioloop.READ)
[all …]
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h60 int _fd; member
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h60 int _fd; member
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/
H A D0001-Make-asyncore-support-optional-for-Python-3.patch53 - asyncore.file_dispatcher.__init__(self, self._fd, channel_map)
69 + asyncore.file_dispatcher.__init__(self, self._fd, channel_map)
/openbmc/qemu/hw/vfio/
H A Ddisplay.c29 #define pread_field(_fd, _reg, _ptr, _fld) \ argument
31 pread(_fd, &(_ptr->_fld), sizeof(_ptr->_fld), \
34 #define pwrite_field(_fd, _reg, _ptr, _fld) \ argument
36 pwrite(_fd, &(_ptr->_fld), sizeof(_ptr->_fld), \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0003-ISO-C23-Port-the-code-to-ISO-C23.patch136 #define UU_CHMOD(_n, _fd, _m) chmod ((_n), UU_MODE_BITS(_m))
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp764 IidFd(int _fd) : fd(_fd) {}; in IidFd()
/openbmc/qemu/linux-user/
H A Dsignal.c401 tinfo->_sifields._sigpoll._fd = info->si_fd; in host_to_target_siginfo_noswap()
448 __put_user(info->_sifields._sigpoll._fd, in tswap_siginfo()
449 &tinfo->_sifields._sigpoll._fd); in tswap_siginfo()
H A Dstrace.c282 __get_user(tinfo->_sifields._sigpoll._fd, in get_target_siginfo()
283 &info->_sifields._sigpoll._fd); in get_target_siginfo()
333 tinfo->_sifields._sigpoll._fd); in print_siginfo()
H A Dsyscall_defs.h622 abi_int _fd; member
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch384 @@ -109,7 +109,7 @@ static void listener_event_func(int _fd, unsigned ev, void* _l)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch361 #define SUBTARGET_LINK_EMUL_SUFFIX "%{mfdpic:_fd;:_linux}"