| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/ |
| H A D | exception.hpp | 207 E const & set_info( E const &, error_info<Tag,T> const & ); 210 E const & set_info( E const &, throw_function const & ); 213 E const & set_info( E const &, throw_file const & ); 216 E const & set_info( E const &, throw_line const & ); 266 friend E const & exception_detail::set_info( E const &, throw_function const & ); 269 friend E const & exception_detail::set_info( E const &, throw_file const & ); 272 friend E const & exception_detail::set_info( E const &, throw_line const & ); 275 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & ); 313 set_info( E const & x, throw_function const & y ) in set_info() function 321 set_info( E const & x, throw_file const & y ) in set_info() function [all …]
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | strset.c | 334 const struct strset_info *set_info = &data->sets[i]; in strset_reply_size() local 339 ret = strset_set_size(set_info, req_info->counts_only); in strset_reply_size() 350 const struct strset_info *set_info, u32 idx) in strset_fill_string() argument 355 value = set_info->strings[idx]; in strset_fill_string() 373 const struct strset_info *set_info, u32 id, in strset_fill_set() argument 380 if (!set_info->per_dev && !set_info->strings) in strset_fill_set() 382 if (set_info->count == 0) in strset_fill_set() 389 nla_put_u32(skb, ETHTOOL_A_STRINGSET_COUNT, set_info->count)) in strset_fill_set() 396 for (i = 0; i < set_info->count; i++) { in strset_fill_set() 397 if (strset_fill_string(skb, set_info, i) < 0) in strset_fill_set()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | throw_exception.hpp | 87 set_info( in throw_exception_() 88 set_info( in throw_exception_() 89 set_info( in throw_exception_()
|
| /OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/ |
| H A D | vmci_host.c | 737 struct vmci_ctx_chkpt_buf_info set_info; in vmci_host_do_ctx_set_cpt_state() local 747 if (copy_from_user(&set_info, uptr, sizeof(set_info))) in vmci_host_do_ctx_set_cpt_state() 750 cpt_buf = memdup_user((void __user *)(uintptr_t)set_info.cpt_buf, in vmci_host_do_ctx_set_cpt_state() 751 set_info.buf_size); in vmci_host_do_ctx_set_cpt_state() 756 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state() 757 set_info.buf_size, cpt_buf); in vmci_host_do_ctx_set_cpt_state() 759 retval = copy_to_user(uptr, &set_info, sizeof(set_info)) ? -EFAULT : 0; in vmci_host_do_ctx_set_cpt_state()
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_device.c | 162 if (api->set_info) in mpp_dev_ioctl() 163 ret = api->set_info(impl_ctx, param); in mpp_dev_ioctl()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | msdos.c | 108 static void set_info(struct parsed_partitions *state, int slot, in set_info() function 193 set_info(state, state->next, disksig); in parse_extended() 685 set_info(state, slot, disksig); in msdos_partition()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_device.h | 121 MPP_RET (*set_info)(void *ctx, MppDevInfoCfg *cfg); member
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | quota.c | 151 if (!sb->s_qcop->set_info) in quota_setinfo() 171 return sb->s_qcop->set_info(sb, type, &qinfo); in quota_setinfo() 640 if (!sb->s_qcop->set_info) in quota_setxquota() 643 ret = sb->s_qcop->set_info(sb, type, &qinfo); in quota_setxquota()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_quotaops.c | 283 .set_info = xfs_fs_set_info,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_dispatcher.c | 805 ops->set_info == NULL || in chk_module_ops() 820 req->set_info == NULL || in chk_cmd_req_ops() 1762 if (req->set_info(dispr, req->priv, op_info) == MDL_RET_SUCCESS) in dispr_set_cur_cmd_info() 1829 if (ops->set_info(dispr, module->priv, op_info) == MDL_RET_SUCCESS) in dispr_set_bk_module_info() 1871 ret = cur_req->req.set_info(dispr, cur_req->req.priv, op_info); in dispr_set_src_info() 1873 ret = ex->module->ops.set_info(dispr, ex->module->priv, in dispr_set_src_info()
|
| H A D | phl_cmd_btc.c | 356 bk_ops.set_info = _btc_set_info; in phl_register_btc_module()
|
| H A D | phl_sound_cmd.c | 307 bk_ops.set_info = _phl_snd_cmd_module_set_info; in phl_snd_cmd_register_module()
|
| H A D | phl_cmd_general.c | 493 bk_ops.set_info = _phl_cmd_general_set_info; in phl_register_cmd_general()
|
| H A D | phl_cmd_dispr_controller.c | 680 ops->set_info = _dispr_ctrl_set_info; in dispr_ctrl_hook_ops()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_dispatcher.c | 805 ops->set_info == NULL || in chk_module_ops() 820 req->set_info == NULL || in chk_cmd_req_ops() 1763 if (req->set_info(dispr, req->priv, op_info) == MDL_RET_SUCCESS) in dispr_set_cur_cmd_info() 1830 if (ops->set_info(dispr, module->priv, op_info) == MDL_RET_SUCCESS) in dispr_set_bk_module_info() 1872 ret = cur_req->req.set_info(dispr, cur_req->req.priv, op_info); in dispr_set_src_info() 1874 ret = ex->module->ops.set_info(dispr, ex->module->priv, in dispr_set_src_info()
|
| H A D | phl_cmd_btc.c | 365 bk_ops.set_info = _btc_set_info; in phl_register_btc_module()
|
| H A D | phl_sound_cmd.c | 307 bk_ops.set_info = _phl_snd_cmd_module_set_info; in phl_snd_cmd_register_module()
|
| H A D | phl_cmd_general.c | 493 bk_ops.set_info = _phl_cmd_general_set_info; in phl_register_cmd_general()
|
| H A D | phl_cmd_dispr_controller.c | 680 ops->set_info = _dispr_ctrl_set_info; in dispr_ctrl_hook_ops()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quota.h | 440 int (*set_info)(struct super_block *, int, struct qc_info *); member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/ |
| H A D | phl_custom.c | 399 bk_ops.set_info = _phl_custom_mdl_set_info; in phl_register_custom_module()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/custom/ |
| H A D | phl_custom.c | 399 bk_ops.set_info = _phl_custom_mdl_set_info; in phl_register_custom_module()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | cmd_disp_test.c | 1050 disp_test_ctx.ops.set_info = test_mdl_set_info; in phl_cmd_disp_test_start() 1056 disp_test_ctx.req.set_info = test_req_set_info; in phl_cmd_disp_test_start()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | cmd_disp_test.c | 1050 disp_test_ctx.ops.set_info = test_mdl_set_info; in phl_cmd_disp_test_start() 1056 disp_test_ctx.req.set_info = test_req_set_info; in phl_cmd_disp_test_start()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | efistub.h | 508 efi_status_t (__efiapi *set_info) (efi_file_protocol_t *,
|