Home
last modified time | relevance | path

Searched refs:_ret (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/tools/include/nolibc/
H A Darch-x86_64.h34 long _ret; \
39 : "=a"(_ret) \
43 _ret; \
48 long _ret; \
54 : "=a"(_ret) \
59 _ret; \
64 long _ret; \
71 : "=a"(_ret) \
76 _ret; \
81 long _ret; \
[all …]
H A Darch-powerpc.h30 register long _ret __asm__ ("r3"); \
38 : "=r"(_ret), "+r"(_num) \
42 _ret; \
47 register long _ret __asm__ ("r3"); \
56 : "=r"(_ret), "+r"(_num) \
60 _ret; \
66 register long _ret __asm__ ("r3"); \
76 : "=r"(_ret), "+r"(_num), "+r"(_arg2) \
80 _ret; \
86 register long _ret __asm__ ("r3"); \
[all …]
H A Darch-i386.h33 long _ret; \
38 : "=a" (_ret) \
42 _ret; \
47 long _ret; \
53 : "=a" (_ret) \
58 _ret; \
63 long _ret; \
70 : "=a" (_ret) \
75 _ret; \
80 long _ret; \
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dunpack.h6 void **_data = (d); __u32 *_size = (s); int _ret = (r); \
7 if (_ret == -ENOSYS && *_size == sizeof(m)) { \
9 *_size = _ret = 0; \
11 _ret; \
16 int _ret = (r), _vl = (vl), _vh = (vh); \
17 if (_ret == -ENOSYS && *_size >= sizeof(m) && \
21 if (_ret = 0, !(x)) { \
22 _ret = *_size ? -E2BIG : 0; \
27 _ret; \
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h47 int _ver, _fwv, _ret = 0; \
56 _ret = _fwif ? 0 : -EINVAL; \
59 if (_ret == 0) { \
65 _ret = _next->load(p, _fwv, _next); \
66 if (_ret == 0 || _ver >= 0) { \
73 if (_ret) \
74 _fwif = ERR_PTR(_ret); \
/openbmc/u-boot/include/
H A Dlog.h200 #define log_ret(_ret) ({ \ argument
201 int __ret = (_ret); \
206 #define log_msg_ret(_msg, _ret) ({ \ argument
207 int __ret = (_ret); \
215 #define log_ret(_ret) (_ret) argument
216 #define log_msg_ret(_msg, _ret) ((void)(_msg), _ret) argument
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1037 GVariant *_ret; in hwmon_proxy_set_property_cb() local
1039 _ret = g_dbus_proxy_call_finish (proxy, res, &error); in hwmon_proxy_set_property_cb()
1040 if (!_ret) in hwmon_proxy_set_property_cb()
1049 g_variant_unref (_ret); in hwmon_proxy_set_property_cb()
2576 GVariant *_ret; in fan_call_set_cooling_zone_finish() local
2577 _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error); in fan_call_set_cooling_zone_finish()
2578 if (_ret == NULL) in fan_call_set_cooling_zone_finish()
2580 g_variant_get (_ret, in fan_call_set_cooling_zone_finish()
2582 g_variant_unref (_ret); in fan_call_set_cooling_zone_finish()
2584 return _ret != NULL; in fan_call_set_cooling_zone_finish()
[all …]
/openbmc/google-misc/subprojects/ncsid/src/
H A Dcommon_defs.h22 int _ret = (expr); \
23 if (_ret < 0) \
26 return _ret; \
/openbmc/qemu/include/hw/ppc/
H A Dfdt.h18 int _ret = (exp); \
19 if (_ret < 0) { \
21 #exp, fdt_strerror(_ret)); \
/openbmc/linux/tools/perf/
H A Dperf-completion.sh238 compadd -Q -S '' -a -- array && _ret=0
262 compadd -Q -S '' -a -- array && _ret=0
267 local _ret=1 cur cword prev
272 let _ret && _default && _ret=0
273 return _ret
/openbmc/u-boot/include/dm/
H A Duclass.h409 for (int _ret = uclass_first_device_err(id, &dev); !_ret && dev; \
410 _ret = uclass_next_device_err(&dev))
/openbmc/linux/include/rdma/
H A Duverbs_ioctl.h668 #define IS_UVERBS_COPY_ERR(_ret) ((_ret) && (_ret) != -ENOENT) argument
957 int _ret = \
962 _ret; \
968 int _ret = \
972 _ret; \
979 int _ret = \
984 _ret; \
991 int _ret = \
995 _ret; \
/openbmc/linux/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c55 #define ACPI_AML_DO(_fd, _op, _buf, _ret) \ argument
57 _ret = acpi_aml_##_op(_fd, &acpi_aml_##_buf##_crc); \
58 if (_ret == 0) { \
64 #define ACPI_AML_BATCH_DO(_fd, _op, _buf, _ret) \ argument
66 _ret = acpi_aml_##_op##_batch_##_buf(_fd, \
68 if (_ret == 0) \
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument
H A Dtest_bpf_cookie.c105 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
/openbmc/linux/mm/
H A Dmmu_notifier.c489 int _ret; in mn_hlist_invalidate_range_start() local
493 _ret = ops->invalidate_range_start(subscription, range); in mn_hlist_invalidate_range_start()
496 if (_ret) { in mn_hlist_invalidate_range_start()
498 ops->invalidate_range_start, _ret, in mn_hlist_invalidate_range_start()
503 _ret != -EAGAIN); in mn_hlist_invalidate_range_start()
511 ret = _ret; in mn_hlist_invalidate_range_start()
/openbmc/linux/drivers/bus/
H A Dmips_cdmm.c192 #define BUILD_PERCPU_HELPER(_ret, _name) \ argument
193 static _ret mips_cdmm_##_name(struct device *dev) \
202 _BUILD_RET_##_ret work_on_cpu(cdev->cpu, \
203 mips_cdmm_##_ret##_work, &work); \
/openbmc/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c51 #define RETURN_FROM_TEST(_ret) \ argument
54 "\tTest %s returned %d\n", __func__, _ret); \
55 return _ret; \
61 #define TEST_STEP_FAILURE(_ret) \ argument
64 _ret, __func__, __LINE__); \
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h248 #define __KVM_SYSCALL_ERROR(_name, _ret) \ argument
249 "%s failed, rc: %i errno: %i (%s)", (_name), (_ret), errno, strerror(errno)
251 #define __KVM_IOCTL_ERROR(_name, _ret) __KVM_SYSCALL_ERROR(_name, _ret) argument
252 #define KVM_IOCTL_ERROR(_ioctl, _ret) __KVM_IOCTL_ERROR(#_ioctl, _ret) argument
/openbmc/linux/drivers/md/bcache/
H A Dutil.h254 typeof((array)->freelist) _ret = (array)->freelist; \
256 if (_ret) \
257 (array)->freelist = *((typeof((array)->freelist) *) _ret);\
259 _ret; \
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmax31785.c48 int _ret = _func(__VA_ARGS__); \
49 if (_ret == -EIO) \
50 _ret = _func(__VA_ARGS__); \
51 _ret; \
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c96 long _ret; \
103 : "=a"(_ret) \
108 _ret; \
/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c10 #define IIO_TEST_FORMAT_EXPECT_EQ(_test, _buf, _ret, _val) do { \ argument
11 KUNIT_EXPECT_EQ(_test, strlen(_buf), _ret); \
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h61 MMQReg _ret; \
64 _ret.ud[_i_] = ~VAL.ud[_i_]; \
66 _ret;\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch58 @@ -916,8 +914,6 @@ MainWindow* pavucontrol_get_window(pa_glib_mainloop *m, bool maximize, bool _ret

12