| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | posix_types.h | 72 #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 D | pldm_interface.cpp | 41 _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 D | pldm_interface.hpp | 179 int _fd = -1; member in openpower::pels::PLDMInterface
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan_error.hpp | 55 return _fd(); in fd() 62 util::FileDescriptor _fd; member in phosphor::fan::monitor::FFDCFile
|
| H A D | fan_error.cpp | 72 _fd(open(name.c_str(), O_RDONLY)), _name(name) in FFDCFile() 74 if (_fd() == -1) in FFDCFile()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_ffdc.hpp | 60 return _fd(); in fd() 67 FileDescriptor _fd; member in open_power::occ::FFDCFile
|
| H A D | occ_ffdc.cpp | 422 _fd(open(name.c_str(), O_RDONLY)), _name(name) in FFDCFile() 424 if (_fd() == -1) in FFDCFile()
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1115 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 D | target_os_siginfo.h | 60 int _fd; member
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | target_os_siginfo.h | 60 int _fd; member
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/ |
| H A D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 53 - 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 D | display.c | 29 #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 D | 0003-ISO-C23-Port-the-code-to-ISO-C23.patch | 136 #define UU_CHMOD(_n, _fd, _m) chmod ((_n), UU_MODE_BITS(_m))
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_util.cpp | 764 IidFd(int _fd) : fd(_fd) {}; in IidFd()
|
| /openbmc/qemu/linux-user/ |
| H A D | signal.c | 401 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 D | strace.c | 282 __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 D | syscall_defs.h | 622 abi_int _fd; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
| H A D | 0002-android-tools-modifications-to-make-it-build-in-yoct.patch | 384 @@ -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 D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 361 #define SUBTARGET_LINK_EMUL_SUFFIX "%{mfdpic:_fd;:_linux}"
|