/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/ |
H A D | server.hpp | 40 std::apply([&](Args&... a) { (m.read(a), ...); }, arg); in property_callback() 46 m.append(std::apply(f, std::move(arg))); in property_callback() 51 std::apply(f, std::move(arg)); in property_callback() 96 std::apply([&](Args&... a) { (m.read(a), ...); }, arg); in method_callback() 105 std::apply(f, std::move(arg)); in method_callback() 110 reply.append(std::apply(f, std::move(arg))); in method_callback() 120 std::apply([&](auto&&... v) { (reply.append(std::move(v)), ...); }, in method_callback() 121 std::apply(f, std::move(arg))); in method_callback()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm_pm.c | 42 static int i915_ttm_backup(struct i915_gem_apply_to_region *apply, in i915_ttm_backup() argument 46 container_of(apply, typeof(*pm_apply), base); in i915_ttm_backup() 88 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_backup() 117 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, in i915_ttm_recover() argument 137 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; in i915_ttm_recover_region() local 140 ret = i915_gem_process_region(mr, &apply); in i915_ttm_recover_region() 168 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument 172 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore() 184 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
|
H A D | i915_gem_region.c | 155 struct i915_gem_apply_to_region *apply) in i915_gem_process_region() argument 157 const struct i915_gem_apply_to_region_ops *ops = apply->ops; in i915_gem_process_region() 166 GEM_WARN_ON(apply->ww); in i915_gem_process_region() 188 apply->ww = &ww; in i915_gem_process_region() 189 for_i915_gem_ww(&ww, ret, apply->interruptible) { in i915_gem_process_region() 190 ret = i915_gem_object_lock(obj, apply->ww); in i915_gem_process_region() 195 ret = ops->process_obj(apply, obj); in i915_gem_process_region()
|
H A D | i915_gem_region.h | 31 int (*process_obj)(struct i915_gem_apply_to_region *apply, 66 struct i915_gem_apply_to_region *apply);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
H A D | 0001-Fix-instances-of-Wmissing-template-arg-list-after-te.patch | 26 static void apply( Archive & ar, std::tuple<Types...> & tuple ) 28 - serialize<Height - 1>::template apply( ar, tuple ); 29 + serialize<Height - 1>::apply( ar, tuple ); 37 - tuple_detail::serialize<std::tuple_size<std::tuple<Types...>>::value>::template apply( ar, tup… 38 + tuple_detail::serialize<std::tuple_size<std::tuple<Types...>>::value>::apply( ar, tuple );
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 14 A frequently asked question on the Linux Kernel Mailing List is how to apply 19 In addition to explaining how to apply and revert patches, a brief 20 description of the different kernel trees (and examples of how to apply 31 To correctly apply a patch you need to know what base it was generated from 37 How do I apply or revert a patch? 40 You apply a patch with the ``patch`` program. The patch program reads a diff 122 options. It can either refuse to apply the changes and abort or it can try 123 to find a way to make the patch apply with a few minor changes. 131 usually adjust the line numbers and apply the patch. 145 only patches from kernel.org and you apply the patches in the correct order, [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __transfer_just.hpp | 67 return __data.apply(__make_transform_fn(__env), in __transform_sender_fn() 76 -> decltype(__data.apply(__transfer_just_tag_invoke(), in operator ()() 79 return __data.apply(__transfer_just_tag_invoke(), in operator ()() 122 return __data.apply(__make_env_fn(), __data);
|
H A D | __sender_adaptor_closure.hpp | 151 return this->apply(__lambda_rvalue<_Sender>{*this, __sndr}, *this); in operator ()() 153 return this->apply( in operator ()() 173 return this->apply(__lambda_lvalue<_Sender>{*this, __sndr}, *this); in operator ()() 175 return this->apply( in operator ()()
|
H A D | __sender_introspection.hpp | 30 noexcept(noexcept(__sndr.apply(static_cast<_Sender&&>(__sndr), in operator ()() 32 -> decltype(__sndr.apply(static_cast<_Sender&&>(__sndr), in operator ()() 35 return __sndr.apply(static_cast<_Sender&&>(__sndr), in operator ()()
|
H A D | __tuple.hpp | 75 static auto apply(_Fn&& __fn, _Self&& __self, _Us&&... __us) // in apply() function 108 decltype(__declval<_Tuple>().apply(__declval<_Fn>(), __declval<_Tuple>(), 118 noexcept(__declval<_Tuple>().apply(__declval<_Fn>(), __declval<_Tuple>(), 158 return __tup.apply(__fn, static_cast<_Tuple&&>(__tup), in operator <<()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_caps.c | 66 void (*apply)(SpaprMachineState *spapr, uint8_t val, Error **errp); member 707 .apply = cap_htm_apply, 716 .apply = cap_vsx_apply, 725 .apply = cap_dfp_apply, 735 .apply = cap_safe_cache_apply, 745 .apply = cap_safe_bounds_check_apply, 757 .apply = cap_safe_indirect_branch_apply, 766 .apply = cap_hpt_maxpagesize_apply, 777 .apply = cap_nested_kvm_hv_apply, 786 .apply = cap_nested_papr_apply, [all …]
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 19 This will apply the cache management errata to handle the 39 This will apply the SiFive CIP-453 errata to add sign extension 50 This will apply the SiFive CIP-1200 errata to repalce all 72 This will apply the memory type errata to handle the non-standard 84 This will apply the cache management errata to handle the 97 This will apply the overflow errata to handle the non-standard
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | manager-sysfs.c | 103 r = mgr->apply(mgr); in manager_display_store() 146 r = mgr->apply(mgr); in manager_default_color_store() 190 r = mgr->apply(mgr); in manager_trans_key_type_store() 226 r = mgr->apply(mgr); in manager_trans_key_value_store() 262 r = mgr->apply(mgr); in manager_trans_key_enabled_store() 306 r = mgr->apply(mgr); in manager_alpha_blending_enabled_store() 348 r = mgr->apply(mgr); in manager_cpr_enable_store() 409 r = mgr->apply(mgr); in manager_cpr_coef_store()
|
H A D | overlay-sysfs.c | 80 r = old_mgr->apply(old_mgr); in overlay_manager_store() 92 r = mgr->apply(mgr); in overlay_manager_store() 156 r = ovl->manager->apply(ovl->manager); in overlay_position_store() 195 r = ovl->manager->apply(ovl->manager); in overlay_output_size_store() 262 r = ovl->manager->apply(ovl->manager); in overlay_global_alpha_store() 304 r = ovl->manager->apply(ovl->manager); in overlay_pre_mult_alpha_store() 344 r = ovl->manager->apply(ovl->manager); in overlay_zorder_store()
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_property.robot | 19 [Documentation] Verify supported apply time "Immediate" property. 39 [Documentation] Verify supported apply time "OnReset" property. 59 [Documentation] Verify supported apply time returns error on invalid value.
|
/openbmc/linux/fs/nls/ |
H A D | Kconfig | 47 DOS/Windows partitions correctly. This does apply to the filenames 59 DOS/Windows partitions correctly. This does apply to the filenames 71 DOS/Windows partitions correctly. This does apply to the filenames 84 DOS/Windows partitions correctly. This does apply to the filenames 100 DOS/Windows partitions correctly. This does apply to the filenames 115 DOS/Windows partitions correctly. This does apply to the filenames 126 DOS/Windows partitions correctly. This does apply to the filenames 137 DOS/Windows partitions correctly. This does apply to the filenames 148 DOS/Windows partitions correctly. This does apply to the filenames 159 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
/openbmc/libpldm/scripts/ |
H A D | apply-renames | 11 : "${LIBPLDM_ROOT:="${ABSPATH%scripts/apply-renames}"}" 16 : "${CLANG_APPLY_REPLACEMENTS:="$(command -v clang-apply-replacements-"${CLANG_VERSION}")"}"
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | parse-headers.rst | 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value
|
/openbmc/linux/fs/btrfs/ |
H A D | props.c | 27 int (*apply)(struct inode *inode, const char *value, size_t len); member 122 ret = handler->apply(inode, NULL, 0); in btrfs_set_prop() 132 ret = handler->apply(inode, value, value_len); in btrfs_set_prop() 264 ret = handler->apply(inode, value, len); in inode_prop_iterator() 378 .apply = prop_compression_apply, 440 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
|
/openbmc/linux/sound/soc/ti/ |
H A D | ams-delta.c | 346 int apply, ret; in cx81801_receive() local 380 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive() 386 if (apply) in cx81801_receive() 426 int apply; in ams_delta_mute() local 433 apply = !cx81801_cmd_pending; in ams_delta_mute() 436 if (apply) in ams_delta_mute()
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 489 char *apply = NULL; in main() local 499 apply = optarg; in main() 510 if ((apply && delete) || (delete && list) || (apply && list)) { in main() 522 if (apply) in main() 523 return apply_xbc(path, apply); in main()
|
/openbmc/u-boot/doc/ |
H A D | README.fdt-overlays | 62 There are two ways to apply overlays in U-boot. 66 2. Manually load and apply overlays 95 5. You are now ready to apply the overlay. 97 => fdt apply $fdtovaddr
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.treetable.js | 63 this.settings.onNodeCollapse.apply(this); 83 this.settings.onNodeExpand.apply(this); 153 handler.apply(this, [e]); 222 settings.onNodeInitialized.apply(this); 449 settings.onInitialized.apply(tree); 608 return methods[method].apply(this, Array.prototype.slice.call(arguments, 1)); 610 return methods.init.apply(this, arguments);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/ |
H A D | geoip_1.6.12.bb | 14 … http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \ 15 …http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat… 16 …http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLite… 17 …http://sources.openembedded.org/GeoLiteCityv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLi…
|
/openbmc/linux/arch/x86/kernel/ |
H A D | module.c | 138 bool apply) in __write_relocate_add() argument 148 apply ? "Applying" : "Clearing", in __write_relocate_add() 199 if (apply) { in __write_relocate_add() 230 bool apply) in write_relocate_add() argument 242 write, apply); in write_relocate_add()
|