Home
last modified time | relevance | path

Searched refs:res_out (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/
H A Dselect.c376 unsigned long *res_in, *res_out, *res_ex; member
513 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex; in do_select()
517 unsigned long res_in = 0, res_out = 0, res_ex = 0; in do_select() local
548 res_out |= bit; in do_select()
572 if (res_out) in do_select()
573 *routp = res_out; in do_select()
670 fds.res_out = bits + 4*size; in core_sys_select()
678 zero_fd_set(n, fds.res_out); in core_sys_select()
693 set_fd_set(n, outp, fds.res_out) || in core_sys_select()
1232 fds.res_out = (unsigned long *) (bits + 4*size); in compat_core_sys_select()
[all …]
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c233 uint8_t status, int32_t res_in, int32_t res_out) in vscsi_send_rsp() argument
240 trace_spapr_vscsi_send_rsp(status, res_in, res_out); in vscsi_send_rsp()
254 if (res_out < 0) { in vscsi_send_rsp()
256 res_out = -res_out; in vscsi_send_rsp()
257 } else if (res_out) { in vscsi_send_rsp()
261 iu->srp.rsp.data_out_res_cnt = cpu_to_be32(res_out); in vscsi_send_rsp()
557 int32_t res_in = 0, res_out = 0; in vscsi_command_complete() local
582 res_out = req->data_len; in vscsi_command_complete()
587 vscsi_send_rsp(s, req, sreq->status, res_in, res_out); in vscsi_command_complete()
H A Dtrace-events217 …i_send_rsp(uint8_t status, int32_t res_in, int32_t res_out) "status: 0x%x, res_in: %"PRId32", res_…
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dcmma_test.c480 struct kvm_s390_cmma_log *res_out) in query_cmma_range() argument
482 *res_out = (struct kvm_s390_cmma_log){ in query_cmma_range()
489 vm_ioctl(vm, KVM_S390_GET_CMMA_BITS, res_out); in query_cmma_range()