/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess.h | 200 #define __put_user_check(__pu_val, __ptr, __err, __s) \ argument 214 __err = __e; \ 322 #define __put_user_switch(x, ptr, __err, __fn) \ argument 330 case 1: __fn(__pu_val, __pu_ptr, __err, 1); break; \ 331 case 2: __fn(__pu_val, __pu_ptr, __err, 2); break; \ 332 case 4: __fn(__pu_val, __pu_ptr, __err, 4); break; \ 333 case 8: __fn(__pu_val, __pu_ptr, __err, 8); break; \ 334 default: __err = __put_user_bad(); break; \ 361 #define __put_user_nocheck(x, __pu_ptr, __err, __size) \ argument 364 __put_user_nocheck_##__size(x, __pu_addr, __err, TUSER());\ [all …]
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | cmd.h | 84 int __nreg = 0, __err = 0; \ 93 __err = carl9170_exec_cmd(__ar, \ 100 if (__err) \ 107 if (__err == 0 && __nreg) { \ 109 __err = carl9170_exec_cmd(__ar, \ 116 __err; \ 126 __err = -ENOMEM; \ 136 int __err = 0; \ 146 __err = __carl9170_exec_cmd(__carl, __cmd, true); \ 165 if (__cmd != NULL && __err == 0) \ [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __stopped_as_error.hpp | 35 auto operator()(_Sender&& __sndr, _Error __err) const in operator ()() 39 [__err2 = static_cast<_Error&&>(__err)]() mutable noexcept( in operator ()() 47 auto operator()(_Error __err) const in operator ()() 50 return {{static_cast<_Error&&>(__err)}, {}, {}}; in operator ()()
|
H A D | __receivers.hpp | 75 friend auto tag_invoke(_Self, _Receiver&& __rcvr, _Error&& __err) noexcept in tag_invoke() argument 77 static_cast<_Error&&>(__err))) in tag_invoke() 80 static_cast<_Error&&>(__err))), in tag_invoke() 84 static_cast<_Error&&>(__err))), in tag_invoke() 88 static_cast<_Error&&>(__err)); in tag_invoke() 94 void operator()(_Receiver&& __rcvr, _Error&& __err) const noexcept in operator ()() 99 static_cast<_Error&&>(__err)); in operator ()()
|
H A D | __sync_wait.hpp | 117 void set_error(_Error __err) noexcept in set_error() 122 __err != nullptr); // std::exception_ptr must not be null. in set_error() 123 __state_->__eptr_ = static_cast<_Error&&>(__err); in set_error() 128 std::make_exception_ptr(std::system_error(__err)); in set_error() 133 std::make_exception_ptr(static_cast<_Error&&>(__err)); in set_error()
|
H A D | __as_awaitable.hpp | 73 void set_error(_Error&& __err) noexcept in set_error() 76 __result_->template emplace<2>(static_cast<_Error&&>(__err)); in set_error() 79 std::make_exception_ptr(std::system_error(__err))); in set_error() 82 std::make_exception_ptr(static_cast<_Error&&>(__err))); in set_error()
|
H A D | __just.hpp | 77 auto operator()(_Error&& __err) const in operator ()() 81 __tuple{static_cast<_Error&&>(__err)}); in operator ()()
|
H A D | __receiver_ref.hpp | 119 void set_error(_Error&& __err) noexcept in set_error() argument 121 (*__vtable_)(__op_state_, set_error_t(), static_cast<_Error&&>(__err)); in set_error()
|
H A D | __submit.hpp | 86 void set_error(_Error&& __err) noexcept in set_error() 89 static_cast<_Error&&>(__err)); in set_error()
|
H A D | __receiver_adaptor.hpp | 165 void set_error(_Error&& __err) && noexcept in set_error() 168 static_cast<_Error&&>(__err)); in set_error()
|
H A D | __schedule_from.hpp | 158 void set_error(_Error&& __err) noexcept in set_error() 161 static_cast<_Error&&>(__err)); in set_error()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | uaccess.h | 66 long __err; \ 67 __err = __get_user_internal(SR_KERNEL, __z, (type *)(src)); \ 68 if (unlikely(__err)) \ 124 long __err; \ 125 __err = __put_user_internal(SR_KERNEL, __z, (type *)(dst)); \ 126 if (unlikely(__err)) \
|
/openbmc/linux/include/media/ |
H A D | v4l2-device.h | 351 long __err = 0; \ 355 __err = (sd)->ops->o->f((sd) , ##args); \ 356 if (__err && __err != -ENOIOCTLCMD) \ 359 (__err == -ENOIOCTLCMD) ? 0 : __err; \
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 364 #define page_fault_is_write(__err) ((__err) & ESR_DST) argument 366 #define page_fault_is_write(__err) ((__err) & DSISR_ISSTORE) argument 370 #define page_fault_is_bad(__err) (0) argument 372 #define page_fault_is_bad(__err) ((__err) & DSISR_NOEXEC_OR_G) argument 391 #define page_fault_is_bad(__err) ((__err) & DSISR_BAD_FAULT_32S) argument
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
H A D | ia_css_debug.h | 97 #define IA_CSS_LEAVE_ERR(__err) \ argument 99 "%s() %d: leave: return_err=%d\n", __func__, __LINE__, __err) 118 #define IA_CSS_LEAVE_ERR_PRIVATE(__err) \ argument 120 "%s() %d: leave: return_err=%d\n", __func__, __LINE__, __err)
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | r4kcache.h | 108 int __err = 0; \ 124 : "+r" (__err) \ 126 __err; \ 132 int __err = 0; \ 147 : "+r" (__err) \ 149 __err; \
|
/openbmc/linux/sound/drivers/ |
H A D | portman2x4.c | 732 goto __err; in snd_portman_probe() 753 goto __err; in snd_portman_probe() 759 goto __err; in snd_portman_probe() 765 goto __err; in snd_portman_probe() 773 goto __err; in snd_portman_probe() 783 __err: in snd_portman_probe()
|
H A D | mts64.c | 946 goto __err; in snd_mts64_probe() 967 goto __err; in snd_mts64_probe() 973 goto __err; in snd_mts64_probe() 979 goto __err; in snd_mts64_probe() 987 goto __err; in snd_mts64_probe() 997 __err: in snd_mts64_probe()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr.h | 161 int __err; \ 162 u64 __val = native_read_msr_safe((msr), &__err); \ 165 __err; \
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tcp_hdr_options.h | 138 #define RET_CG_ERR(__err) ({ \ argument 143 __linum_err.err = __err; \
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 42 int __err = -(res); \ 43 errno = __err; \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr.h | 274 int __err; \ 275 u64 __val = native_read_msr_safe((msr), &__err); \ 278 __err; \
|
H A D | uaccess.h | 413 int __err = 0; \ 425 [errout] "+r" (__err), \ 430 if (unlikely(__err)) \
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | at_coroutine_exit.hpp | 61 void set_error(_Error&& __err) noexcept in set_error() 64 static_cast<_Error&&>(__err)); in set_error()
|
H A D | any_sender_of.hpp | 839 void set_error(_Error&& __err) noexcept in set_error() 843 (*__vfun->__complete_)(__env_.__rcvr_, static_cast<_Error&&>(__err)); in set_error() 928 void set_error(_Error&& __err) noexcept in set_error() 932 (*__vfun->__complete_)(__env_.__rcvr_, static_cast<_Error&&>(__err)); in set_error() 1033 void set_error(_Error&& __err) noexcept in set_error() 1037 static_cast<_Error&&>(__err)); in set_error() 1423 void set_error(_Error&& __err) noexcept in set_error() argument 1427 static_cast<_Error&&>(__err)); in set_error()
|