| /openbmc/qemu/util/ |
| H A D | compatfd.c | 25 int fd; member
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | gpio.cpp | 84 power::util::FileDescriptor fd{open(device.c_str(), 0)}; in requestLine() local
|
| /openbmc/phosphor-power/ |
| H A D | gpio.cpp | 84 power::util::FileDescriptor fd{open(device.c_str(), 0)}; in requestLine() local
|
| /openbmc/qemu/include/io/ |
| H A D | channel-socket.h | 45 int fd; member
|
| /openbmc/qemu/hw/isa/ |
| H A D | isa-superio.c | 36 DriveInfo *fd[MAX_FD]; in isa_superio_realize() local
|
| /openbmc/u-boot/arch/sandbox/cpu/ |
| H A D | state.c | 49 int fd; in state_read_file() local 240 int fd; in sandbox_write_state() local
|
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 479 ssize_t sigwrap_read(int fd, void *buf, size_t count) in sigwrap_read() 529 ssize_t sigwrap_readv(int fd, const struct iovec *iov, int iovcnt) in sigwrap_readv() 592 ssize_t sigwrap_write(int fd, const void *buf, size_t count) in sigwrap_write() 638 ssize_t sigwrap_writev(int fd, const struct iovec *iov, int iovcnt) in sigwrap_writev() 739 int sigwrap_flock(int fd, int operation) in sigwrap_flock()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 552 ssize_t sigwrap_read(int fd, void *buf, size_t count) in sigwrap_read() 602 ssize_t sigwrap_readv(int fd, const struct iovec *iov, int iovcnt) in sigwrap_readv() 665 ssize_t sigwrap_write(int fd, const void *buf, size_t count) in sigwrap_write() 711 ssize_t sigwrap_writev(int fd, const struct iovec *iov, int iovcnt) in sigwrap_writev() 812 int sigwrap_flock(int fd, int operation) in sigwrap_flock()
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | testthread.c | 11 void checked_write(int fd, const void *buf, size_t count) in checked_write()
|
| /openbmc/sdeventplus/example/ |
| H A D | delayed_echo.cpp | 46 auto ioCb = [&](IO&, int fd, uint32_t) { in main()
|
| /openbmc/bios-bmc-smm-error-logger/src/ |
| H A D | pci_handler.cpp | 20 std::unique_ptr<stdplus::fd::Fd> fd) : in PciDataHandler()
|
| /openbmc/qemu/backends/ |
| H A D | hostmem-shm.c | 31 int fd = cpr_find_fd(backend_name, 0); in shm_backend_memory_alloc() local
|
| /openbmc/qemu/io/ |
| H A D | channel-watch.c | 27 GPollFD fd; member 37 GPollFD fd; member 249 int fd, in qio_channel_create_fd_watch()
|
| /openbmc/qemu/semihosting/ |
| H A D | syscalls.c | 696 void semihost_sys_close(CPUState *cs, gdb_syscall_complete_cb complete, int fd) in semihost_sys_close() 751 int fd, target_ulong buf, target_ulong len) in semihost_sys_read() 793 int fd, target_ulong buf, target_ulong len) in semihost_sys_write() 805 int fd, int64_t off, int gdb_whence) in semihost_sys_lseek() 831 void semihost_sys_isatty(CPUState *cs, gdb_syscall_complete_cb complete, int fd) in semihost_sys_isatty() 858 gdb_syscall_complete_cb flen_cb, int fd, in semihost_sys_flen() 884 int fd, target_ulong addr) in semihost_sys_fstat() 962 int fd, GIOCondition cond, int timeout) in semihost_sys_poll_one()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-vdpa.c | 98 int fd = s->device_fd; in vhost_vdpa_dma_map() local 130 int fd = s->device_fd; in vhost_vdpa_dma_unmap() local 153 int fd = s->device_fd; in vhost_vdpa_listener_begin_batch() local 180 int fd = s->device_fd; in vhost_vdpa_listener_commit() local 508 int fd = v->shared->device_fd; in vhost_vdpa_call() local 551 int vhost_vdpa_get_iova_range(int fd, struct vhost_vdpa_iova_range *iova_range) in vhost_vdpa_get_iova_range() 710 int fd = v->shared->device_fd; in vhost_vdpa_host_notifier_init() local 956 int fd) in vhost_vdpa_set_config_call()
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | p2a.cpp | 41 static void closeFd(int&& fd, const internal::Sys* const& sys) in closeFd()
|
| /openbmc/u-boot/tools/patman/ |
| H A D | patman | 110 fd = open(options.cc_cmd, 'r') variable
|
| H A D | patman.py | 110 fd = open(options.cc_cmd, 'r') variable
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan_error.hpp | 53 int fd() in fd() function in phosphor::fan::monitor::FFDCFile
|
| /openbmc/u-boot/board/gardena/smart-gateway-mt7688/ |
| H A D | board.c | 83 struct factory_data_values *fd; in factory_data_env_config() local 206 struct factory_data_values *fd; in do_fd_write() local
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-proc.h | 168 static inline abi_long do_freebsd_pdgetpid(abi_long fd, abi_ulong target_pidp) in do_freebsd_pdgetpid() 267 int fd; in do_freebsd_pdfork() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | dbus-display-test.c | 16 test_dbus_p2p_from_fd(int fd) in test_dbus_p2p_from_fd() 123 int fd = -1; in listener_handle_scanout_map() local
|
| /openbmc/bmcweb/features/serial/ |
| H A D | obmc_console.hpp | 134 bool connect(int fd) in connect() 214 int fd = dup(unixfd); in connectConsoleSocket() local
|
| /openbmc/pldm/fw-update/ |
| H A D | watch.cpp | 71 int Watch::callback(sd_event_source* /* s */, int fd, uint32_t revents, in callback()
|
| /openbmc/qemu/linux-user/arm/ |
| H A D | target_proc.h | 9 static int open_cpuinfo(CPUArchState *cpu_env, int fd) in open_cpuinfo()
|