Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 2615) sorted by relevance

12345678910>>...105

/openbmc/linux/arch/mips/include/asm/
H A Dunaligned-emul.h8 #define _LoadHW(addr, value, res, type) \ argument
31 #define _LoadW(addr, value, res, type) \ argument
53 #define _LoadW(addr, value, res, type) \ argument
135 #define _LoadDW(addr, value, res) \ argument
190 #define _LoadDW(addr, value, res) \ argument
286 #define _StoreDW(addr, value, res) \ argument
338 #define _StoreDW(addr, value, res) \ argument
514 #define _LoadDW(addr, value, res) \ argument
569 #define _LoadDW(addr, value, res) \ argument
663 #define _StoreDW(addr, value, res) \ argument
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c212 u16 res; in aaa_word() local
233 u16 res; in aas_word() local
324 u32 res; in adc_long() local
380 u32 res; in add_long() local
483 u32 res = d; in daa_byte() local
651 u8 res; in neg_byte() local
667 u16 res; in neg_word() local
683 u32 res; in neg_long() local
847 u32 res, cnt; in rcr_byte() local
2418 u16 res; in pop_word() local
[all …]
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp178 void resourceInUse(crow::Response& res) in resourceInUse()
196 void malformedJSON(crow::Response& res) in malformedJSON()
973 void operationFailed(crow::Response& res) in operationFailed()
1225 void accountRemoved(crow::Response& res) in accountRemoved()
1299 void generalError(crow::Response& res) in generalError()
1317 void success(crow::Response& res) in success()
1336 void created(crow::Response& res) in created()
1354 void noOperation(crow::Response& res) in noOperation()
1392 void noValidSession(crow::Response& res) in noValidSession()
1554 void emptyJSON(crow::Response& res) in emptyJSON()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.c37 static int mlx5e_rx_res_rss_init_def(struct mlx5e_rx_res *res, in mlx5e_rx_res_rss_init_def()
131 static void mlx5e_rx_res_rss_destroy_all(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_destroy_all()
154 static void mlx5e_rx_res_rss_enable(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_enable()
169 static void mlx5e_rx_res_rss_disable(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_disable()
251 int mlx5e_rx_res_rss_cnt(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_cnt()
292 static int mlx5e_rx_res_channels_init(struct mlx5e_rx_res *res) in mlx5e_rx_res_channels_init()
355 static int mlx5e_rx_res_ptp_init(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_init()
401 static void mlx5e_rx_res_ptp_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_destroy()
444 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_destroy()
451 void mlx5e_rx_res_free(struct mlx5e_rx_res *res) in mlx5e_rx_res_free()
[all …]
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c117 __resizer_get_format(struct isp_res_device *res, in __resizer_get_format()
134 __resizer_get_crop(struct isp_res_device *res, in __resizer_get_crop()
263 static void resizer_set_luma(struct isp_res_device *res, in resizer_set_luma()
610 int omap3isp_resizer_busy(struct isp_res_device *res) in omap3isp_resizer_busy()
1061 void omap3isp_resizer_isr(struct isp_res_device *res) in omap3isp_resizer_isr()
1092 struct isp_res_device *res = &video->isp->isp_res; in resizer_video_queue() local
1135 struct isp_res_device *res = v4l2_get_subdevdata(sd); in resizer_set_stream() local
1229 struct isp_res_device *res = v4l2_get_subdevdata(sd); in resizer_get_selection() local
1282 struct isp_res_device *res = v4l2_get_subdevdata(sd); in resizer_set_selection() local
1785 struct isp_res_device *res = &isp->isp_res; in omap3isp_resizer_init() local
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c487 int res; in test_qemu_strtoi_overflow() local
551 int res; in test_qemu_strtoi_underflow() local
607 int res; in test_qemu_strtoi_negative() local
1369 long res; in test_qemu_strtol_overflow() local
1428 long res; in test_qemu_strtol_underflow() local
2799 double res; in test_qemu_strtod_simple() local
2853 double res; in test_qemu_strtod_einval() local
2891 double res; in test_qemu_strtod_erange() local
2927 double res; in test_qemu_strtod_nonfinite() local
2963 double res; in test_qemu_strtod_trailing() local
[all …]
/openbmc/linux/include/linux/
H A Dkstrtox.h30 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul()
58 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol()
74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64()
79 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64()
84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32()
89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32()
112 …t __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) in kstrtou64_from_user()
117 …t __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) in kstrtos64_from_user()
122 …t __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) in kstrtou32_from_user()
127 …t __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) in kstrtos32_from_user()
[all …]
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c105 static int __alloc_pbl(struct bnxt_qplib_res *res, in __alloc_pbl()
156 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq()
190 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq() local
364 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx()
498 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx()
666 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, in bnxt_qplib_dealloc_pd()
713 int bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_dpi()
763 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, in bnxt_qplib_dealloc_dpi()
876 int bnxt_qplib_init_res(struct bnxt_qplib_res *res) in bnxt_qplib_init_res()
883 void bnxt_qplib_free_res(struct bnxt_qplib_res *res) in bnxt_qplib_free_res()
[all …]
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmthread.c42 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags()
61 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks()
74 int __dlm_lockres_unused(struct dlm_lock_resource *res) in __dlm_lockres_unused()
107 struct dlm_lock_resource *res) in __dlm_lockres_calc_usage()
133 struct dlm_lock_resource *res) in dlm_lockres_calc_usage()
151 struct dlm_lock_resource *res) in __dlm_do_purge_lockres()
191 struct dlm_lock_resource *res) in dlm_purge_lockres()
341 struct dlm_lock_resource *res) in dlm_shuffle_lists()
497 void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in dlm_kick_thread()
573 struct dlm_lock_resource *res; in dlm_flush_asts() local
[all …]
H A Ddlmmaster.c251 struct dlm_lock_resource *res, in dlm_init_mle()
466 struct dlm_lock_resource *res; in dlm_lockres_release() local
657 struct dlm_lock_resource *res) in __dlm_lockres_grab_inflight_worker()
667 struct dlm_lock_resource *res) in __dlm_lockres_drop_inflight_worker()
678 struct dlm_lock_resource *res) in dlm_lockres_drop_inflight_worker()
1651 struct dlm_lock_resource *res, in dlm_do_assert_master()
2083 struct dlm_lock_resource *res; in dlm_assert_master_worker() local
2442 struct dlm_lock_resource *res; in dlm_deref_lockres_worker() local
2820 struct dlm_lock_resource *res) in dlm_lockres_is_dirty()
3258 struct dlm_lock_resource *res; in dlm_reset_mleres_owner() local
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c41 void vmw_resource_mob_attach(struct vmw_resource *res) in vmw_resource_mob_attach()
69 void vmw_resource_mob_detach(struct vmw_resource *res) in vmw_resource_mob_detach()
114 struct vmw_resource *res = in vmw_resource_release() local
168 struct vmw_resource *res = *p_res; in vmw_resource_unreference() local
183 int vmw_resource_alloc_id(struct vmw_resource *res) in vmw_resource_alloc_id()
213 int vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, in vmw_resource_init()
263 struct vmw_resource *res; in vmw_user_resource_lookup_handle() local
297 struct vmw_resource *res; in vmw_user_lookup_handle() local
509 struct vmw_resource *res, in vmw_resource_check_buffer()
761 struct vmw_resource *res = in vmw_resource_unbind_list() local
[all …]
H A Dvmwgfx_shader.c36 struct vmw_resource res; member
49 struct vmw_resource res; member
131 vmw_res_to_shader(struct vmw_resource *res) in vmw_res_to_shader()
143 vmw_res_to_dx_shader(struct vmw_resource *res) in vmw_res_to_dx_shader()
158 struct vmw_resource *res, in vmw_gb_shader_init()
245 static int vmw_gb_shader_bind(struct vmw_resource *res, in vmw_gb_shader_bind()
591 struct vmw_resource *res; in vmw_dx_shader_add() local
655 static void vmw_shader_free(struct vmw_resource *res) in vmw_shader_free()
696 struct vmw_resource *res, *tmp; in vmw_user_shader_alloc() local
746 struct vmw_resource *res; in vmw_shader_alloc() local
[all …]
H A Dvmwgfx_streamoutput.c47 struct vmw_resource res; member
79 vmw_res_to_dx_streamoutput(struct vmw_resource *res) in vmw_res_to_dx_streamoutput()
90 static int vmw_dx_streamoutput_unscrub(struct vmw_resource *res) in vmw_dx_streamoutput_unscrub()
119 static int vmw_dx_streamoutput_create(struct vmw_resource *res) in vmw_dx_streamoutput_create()
138 static int vmw_dx_streamoutput_bind(struct vmw_resource *res, in vmw_dx_streamoutput_bind()
161 static int vmw_dx_streamoutput_scrub(struct vmw_resource *res) in vmw_dx_streamoutput_scrub()
219 static void vmw_dx_streamoutput_commit_notify(struct vmw_resource *res, in vmw_dx_streamoutput_commit_notify()
255 static void vmw_dx_streamoutput_res_free(struct vmw_resource *res) in vmw_dx_streamoutput_res_free()
263 static void vmw_dx_streamoutput_hw_destroy(struct vmw_resource *res) in vmw_dx_streamoutput_hw_destroy()
283 struct vmw_resource *res; in vmw_dx_streamoutput_add() local
[all …]
H A Dvmwgfx_cotable.c53 struct vmw_resource res; member
166 static int vmw_cotable_destroy(struct vmw_resource *res) in vmw_cotable_destroy()
181 static int vmw_cotable_unscrub(struct vmw_resource *res) in vmw_cotable_unscrub()
223 static int vmw_cotable_bind(struct vmw_resource *res, in vmw_cotable_bind()
256 int vmw_cotable_scrub(struct vmw_resource *res, bool readback) in vmw_cotable_scrub()
321 static int vmw_cotable_unbind(struct vmw_resource *res, in vmw_cotable_unbind()
356 static int vmw_cotable_readback(struct vmw_resource *res) in vmw_cotable_readback()
544 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create()
576 static void vmw_hw_cotable_destroy(struct vmw_resource *res) in vmw_hw_cotable_destroy()
586 static void vmw_cotable_free(struct vmw_resource *res) in vmw_cotable_free()
[all …]
/openbmc/linux/lib/
H A Dkstrtox.c55 unsigned long long res; in _parse_integer_limit() local
156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
259 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
275 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
291 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
307 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8()
323 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8()
[all …]
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c95 struct arm_smccc_res *res) in ffa_set_retval()
113 struct arm_smccc_res res; in ffa_map_hyp_buffers() local
127 struct arm_smccc_res res; in ffa_unmap_hyp_buffers() local
180 static void do_ffa_rxtx_map(struct arm_smccc_res *res, in do_ffa_rxtx_map()
259 static void do_ffa_rxtx_unmap(struct arm_smccc_res *res, in do_ffa_rxtx_unmap()
360 static void do_ffa_mem_frag_tx(struct arm_smccc_res *res, in do_ffa_mem_frag_tx()
419 struct arm_smccc_res *res, in do_ffa_mem_xfer()
501 static void do_ffa_mem_reclaim(struct arm_smccc_res *res, in do_ffa_mem_reclaim()
608 static bool do_ffa_features(struct arm_smccc_res *res, in do_ffa_features()
639 struct arm_smccc_res res; in kvm_host_ffa_handler() local
[all …]
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp20 void addHeaders(crow::Response& res) in addHeaders()
69 crow::Response res; in TEST() local
75 crow::Response res; in TEST() local
84 crow::Response res; in TEST() local
93 crow::Response res; in TEST() local
104 crow::Response res; in TEST() local
116 crow::Response res; in TEST() local
139 crow::Response res; in TEST() local
147 crow::Response res; in TEST() local
157 crow::Response res; in TEST() local
[all …]
/openbmc/linux/net/mac802154/
H A Dmib.c25 int res; in mac802154_dev_set_page_channel() local
44 int res; in mac802154_get_params() local
60 int res; in mac802154_set_params() local
76 int res; in mac802154_add_key() local
91 int res; in mac802154_del_key() local
106 int res; in mac802154_add_dev() local
120 int res; in mac802154_del_dev() local
136 int res; in mac802154_add_devkey() local
152 int res; in mac802154_del_devkey() local
167 int res; in mac802154_add_seclevel() local
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Drestrack.c127 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev()
159 static void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task()
177 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name()
210 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new()
223 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add()
269 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get()
288 struct rdma_restrack_entry *res; in rdma_restrack_get_byid() local
302 struct rdma_restrack_entry *res; in restrack_release() local
312 int rdma_restrack_put(struct rdma_restrack_entry *res) in rdma_restrack_put()
322 void rdma_restrack_del(struct rdma_restrack_entry *res) in rdma_restrack_del()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp36 crow::Response res; in TEST() local
56 crow::Response res; in TEST() local
77 crow::Response res; in TEST() local
90 crow::Response res; in TEST() local
104 crow::Response res; in TEST() local
123 crow::Response res; in TEST() local
144 crow::Response res; in TEST() local
164 crow::Response res; in TEST() local
181 crow::Response res; in TEST() local
197 crow::Response res; in TEST() local
[all …]
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c86 struct ttm_resource *res) in ttm_lru_bulk_move_pos_tail()
98 struct ttm_resource *res) in ttm_lru_bulk_move_add()
112 struct ttm_resource *res) in ttm_lru_bulk_move_del()
179 struct ttm_resource *res) in ttm_resource_init()
215 struct ttm_resource *res) in ttm_resource_fini()
274 struct ttm_resource *res, in ttm_resource_intersects()
303 struct ttm_resource *res, in ttm_resource_compatible()
352 bool ttm_resource_compat(struct ttm_resource *res, in ttm_resource_compat()
368 void ttm_resource_set_bo(struct ttm_resource *res, in ttm_resource_set_bo()
503 struct ttm_resource *res; in ttm_resource_manager_first() local
[all …]
/openbmc/linux/lib/kunit/
H A Dresource.c22 struct kunit_resource *res, in __kunit_add_resource()
48 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource()
66 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource() local
82 struct kunit_resource res; member
87 static void __kunit_action_free(struct kunit_resource *res) in __kunit_action_free()
119 int res = kunit_add_action(test, action, ctx); in kunit_add_action_or_reset() local
128 struct kunit_resource *res, void *match_data) in __kunit_action_match()
146 struct kunit_resource *res; in kunit_remove_action() local
166 struct kunit_resource *res; in kunit_release_action() local
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.h8 #define EXECOP2(size, rsize, res, s1, flags) \ argument
19 #define EXECOP1(size, rsize, res, flags) \ argument
34 long res, flags; in exec_opq() local
43 long res, flags; in exec_opl() local
51 long res, flags; in exec_opw() local
59 long res, flags; in exec_opb() local
68 long res, flags; in exec_opq() local
77 long res, flags; in exec_opl() local
85 long res, flags; in exec_opw() local
93 long res, flags; in exec_opb() local
/openbmc/bmcweb/test/include/ibm/
H A Dconfigfile_test.cpp19 crow::Response res; in TEST() local
25 crow::Response res; in TEST() local
31 crow::Response res; in TEST() local
40 crow::Response res; in TEST() local
46 crow::Response res; in TEST() local
51 crow::Response res; in TEST() local
/openbmc/linux/drivers/ssb/
H A Dembedded.c72 u32 res = 0; in ssb_gpio_in() local
90 u32 res = 0; in ssb_gpio_out() local
108 u32 res = 0; in ssb_gpio_outen() local
126 u32 res = 0; in ssb_gpio_control() local
140 u32 res = 0; in ssb_gpio_intmask() local
158 u32 res = 0; in ssb_gpio_polarity() local
179 int res; in gige_pci_init_callback() local
221 int res; in gige_map_irq_callback() local
242 int res; in ssb_pcibios_map_irq() local

12345678910>>...105