/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.c | 104 if (errno != EINTR) in sigwrap_semop() 130 if (errno != EINTR) in sigwrap_epoll_wait() 165 if (errno != EINTR) in sigwrap_epoll_pwait() 188 if (errno != EINTR) in sigwrap_sigwaitinfo() 207 if (errno != EINTR) in sigwrap_sigtimedwait() 230 if (errno != EINTR) in sigwrap_nanosleep() 279 if (errno != EINTR) in sigwrap_usleep() 311 if (errno != EINTR) in sigwrap_poll() 335 if (errno != EINTR) in sigwrap_select() 359 if (errno != EINTR) in sigwrap_pselect() [all …]
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.c | 104 if (errno != EINTR) in sigwrap_semop() 124 if (errno != EINTR) 157 if (errno != EINTR) in sigwrap_epoll_wait() 192 if (errno != EINTR) in sigwrap_epoll_pwait() 215 if (errno != EINTR) in sigwrap_sigwaitinfo() 234 if (errno != EINTR) in sigwrap_sigtimedwait() 257 if (errno != EINTR) in sigwrap_nanosleep() 306 if (errno != EINTR) in sigwrap_usleep() 338 if (errno != EINTR) in sigwrap_poll() 371 if (errno != EINTR) [all …]
|
/openbmc/qemu/hw/9pfs/ |
H A D | cofs.c | 63 return -EINTR; in v9fs_co_readlink() 84 return -EINTR; in v9fs_co_statfs() 105 return -EINTR; in v9fs_co_chmod() 128 return -EINTR; in v9fs_co_utimensat() 150 return -EINTR; in v9fs_co_chown() 173 return -EINTR; in v9fs_co_truncate() 197 return -EINTR; in v9fs_co_mknod() 233 return -EINTR; in v9fs_co_remove() 254 return -EINTR; in v9fs_co_unlinkat() 276 return -EINTR; in v9fs_co_rename() [all …]
|
H A D | cofile.c | 32 return -EINTR; in v9fs_co_st_gen() 55 return -EINTR; in v9fs_co_lstat() 76 return -EINTR; in v9fs_co_fstat() 108 return -EINTR; in v9fs_co_open() 140 return -EINTR; in v9fs_co_open2() 191 return -EINTR; in v9fs_co_close() 212 return -EINTR; in v9fs_co_fsync() 231 return -EINTR; in v9fs_co_link() 253 return -EINTR; in v9fs_co_pwritev() 273 return -EINTR; in v9fs_co_preadv()
|
H A D | coxattr.c | 32 return -EINTR; in v9fs_co_llistxattr() 54 return -EINTR; in v9fs_co_lgetxattr() 78 return -EINTR; in v9fs_co_lsetxattr() 101 return -EINTR; in v9fs_co_lremovexattr()
|
H A D | codir.c | 58 return -EINTR; in v9fs_co_readdir() 116 err = -EINTR; in do_readdir_many() 224 return -EINTR; in v9fs_co_readdir_many() 238 return -EINTR; in v9fs_co_telldir() 285 return -EINTR; in v9fs_co_mkdir() 319 return -EINTR; in v9fs_co_opendir() 347 return -EINTR; in v9fs_co_closedir()
|
/openbmc/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 129 return -EINTR; in wait_for_pin() 217 if (timeout == -EINTR) in pcf_sendbytes() 218 return -EINTR; /* arbitration lost */ in pcf_sendbytes() 249 if (wfp == -EINTR) in pcf_readbytes() 250 return -EINTR; /* arbitration lost */ in pcf_readbytes() 331 if (timeout == -EINTR) { in pcf_xfer() 333 i = -EINTR; in pcf_xfer()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_vclock.c | 52 return -EINTR; in ptp_vclock_adjfine() 65 return -EINTR; in ptp_vclock_adjtime() 79 return -EINTR; in ptp_vclock_gettime() 102 return -EINTR; in ptp_vclock_gettimex() 118 return -EINTR; in ptp_vclock_settime() 138 return -EINTR; in ptp_vclock_getcrosststamp()
|
/openbmc/libpldm/src/requester/ |
H A D | instance-id.c | 152 if (errno == EAGAIN || errno == EINTR) { in pldm_instance_id_alloc() 174 if (errno == EAGAIN || errno == EINTR) { in pldm_instance_id_alloc() 199 if (errno == EAGAIN || errno == EINTR) { in pldm_instance_id_alloc() 231 if (errno == EAGAIN || errno == EINTR) { in pldm_instance_id_free()
|
/openbmc/qemu/io/ |
H A D | channel-command.c | 114 if (errno == EINTR) { in qio_channel_command_abort() 193 } while (res < 0 && errno == EINTR); in win32_fd_poll() 225 if (errno == EINTR) { in qio_channel_command_readv() 260 if (errno == EINTR) { in qio_channel_command_writev() 316 } while (wp == (pid_t)-1 && errno == EINTR); in qio_channel_command_close()
|
H A D | channel-file.c | 124 if (errno == EINTR) { in qio_channel_file_readv() 153 if (errno == EINTR) { in qio_channel_file_writev() 179 if (errno == EINTR) { in qio_channel_file_preadv() 205 if (errno == EINTR) { in qio_channel_file_pwritev()
|
/openbmc/qemu/crypto/ |
H A D | random-platform.c | 88 } else if (errno != EINTR) { in qcrypto_random_bytes() 107 } else if (errno != EINTR) { in qcrypto_random_bytes()
|
/openbmc/linux/tools/lib/perf/ |
H A D | lib.c | 20 if (ret < 0 && errno == EINTR) in ion() 48 if (ret < 0 && errno == EINTR) in preadn()
|
/openbmc/linux/kernel/sched/ |
H A D | wait_bit.c | 201 return -EINTR; in bit_wait() 211 return -EINTR; in bit_wait_io() 225 return -EINTR; in bit_wait_timeout() 239 return -EINTR; in bit_wait_io_timeout()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | io.c | 58 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_write() 135 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_read()
|
/openbmc/linux/kernel/locking/ |
H A D | rwbase_rt.c | 235 return -EINTR; in rwbase_write_lock() 251 trace_contention_end(rwb, -EINTR); in rwbase_write_lock() 252 return -EINTR; in rwbase_write_lock()
|
H A D | rwsem.c | 1099 trace_contention_end(sem, -EINTR); in rwsem_down_read_slowpath() 1100 return ERR_PTR(-EINTR); in rwsem_down_read_slowpath() 1195 trace_contention_end(sem, -EINTR); in rwsem_down_write_slowpath() 1196 return ERR_PTR(-EINTR); in rwsem_down_write_slowpath() 1251 ret = -EINTR; in __down_read_common() 1307 ret = -EINTR; in __down_write_common() 1533 return -EINTR; in down_read_interruptible() 1547 return -EINTR; in down_read_killable() 1589 return -EINTR; in down_write_killable() 1657 return -EINTR; in down_read_killable_nested() [all …]
|
/openbmc/linux/tools/testing/vsock/ |
H A D | control.c | 124 } while (ret < 0 && errno == EINTR); in control_writeln() 134 } while (ret < 0 && errno == EINTR); in control_writeln() 205 } while (ret < 0 && errno == EINTR); in control_readln()
|
H A D | util.c | 110 } while (ret < 0 && errno == EINTR); in vsock_connect() 176 } while (client_fd < 0 && errno == EINTR); in vsock_accept() 230 } while (nwritten < 0 && errno == EINTR); in send_byte() 279 } while (nread < 0 && errno == EINTR); in recv_byte()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | vars.c | 68 return -EINTR; in efivars_register() 101 return -EINTR; in efivars_unregister() 137 return -EINTR; in efivar_lock()
|
/openbmc/linux/arch/um/kernel/ |
H A D | signal.c | 65 PT_REGS_SYSCALL_RET(regs) = -EINTR; in handle_signal() 70 PT_REGS_SYSCALL_RET(regs) = -EINTR; in handle_signal()
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 36 if (ret < 0 && errno == EINTR) in read_nointr() 48 if (ret < 0 && errno == EINTR) in write_nointr() 61 if (errno == EINTR) in wait_for_pid() 322 if (errno == EINTR) in do_test()
|
/openbmc/qemu/util/ |
H A D | event_notifier-posix.c | 115 } while (ret < 0 && errno == EINTR); in event_notifier_set() 139 } while ((len == -1 && errno == EINTR) || len == sizeof(buffer)); in event_notifier_test_and_clear()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal.c | 236 regs->result = -EINTR; in check_syscall_restart() 237 regs->gpr[3] = -EINTR; in check_syscall_restart() 239 regs->result = -EINTR; in check_syscall_restart() 240 regs->gpr[3] = EINTR; in check_syscall_restart()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_core.c | 29 return -EINTR; in dib0700_get_version() 115 return -EINTR; in dib0700_set_gpio() 136 return -EINTR; in dib0700_set_usb_xfer_len() 175 return -EINTR; in dib0700_i2c_xfer_new() 234 result = -EINTR; in dib0700_i2c_xfer_new() 290 return -EINTR; in dib0700_i2c_xfer_legacy() 294 return -EINTR; in dib0700_i2c_xfer_legacy() 409 return -EINTR; in dib0700_set_clock() 441 return -EINTR; in dib0700_set_i2c_speed() 646 return -EINTR; in dib0700_change_protocol()
|