/third_party/skia/gm/ |
H A D | drawatlas.cpp | 46 SkImageInfo info = SkImageInfo::MakeN32Premul(100, 100); in MakeAtlas() local 47 auto surface(ToolUtils::makeSurface(caller, info)); in MakeAtlas()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 547 const VkCommandBufferBeginInfo info = in beginSecondaryCommandBuffer() local 554 VK_CHECK(vk.beginCommandBuffer(commandBuffer, &info)); in beginSecondaryCommandBuffer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 275 int mb_ies_info_by_ies(struct mb_ies_info *info, const u8 *ies_buf, 277 struct wpabuf * mb_ies_by_info(struct mb_ies_info *info);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 5674 Device::getImageMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, 5680 reinterpret_cast<const VkImageMemoryRequirementsInfo2 *>( &info ), 5687 Device::getImageMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, 5695 reinterpret_cast<const VkImageMemoryRequirementsInfo2 *>( &info ), 5716 Device::getBufferMemoryRequirements2( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, 5722 reinterpret_cast<const VkBufferMemoryRequirementsInfo2 *>( &info ), 5729 Device::getBufferMemoryRequirements2( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, 5737 reinterpret_cast<const VkBufferMemoryRequirementsInfo2 *>( &info ), 5762 Device::getImageSparseMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, in getImageSparseMemoryRequirements2() argument 5769 reinterpret_cast<const VkImageSparseMemoryRequirementsInfo2 *>( &info ), in getImageSparseMemoryRequirements2() 5789 getImageSparseMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, SparseImageMemoryRequirements2Allocator & sparseImageMemoryRequirements2Allocator, Dispatch const & d ) const getImageSparseMemoryRequirements2() argument 10028 std::vector<uint8_t, Uint8_tAllocator> info; getShaderInfoAMD() local 12397 acquireProfilingLockKHR( const VULKAN_HPP_NAMESPACE::AcquireProfilingLockInfoKHR & info, Dispatch const & d ) const acquireProfilingLockKHR() argument 13285 getMemoryAndroidHardwareBufferANDROID( const VULKAN_HPP_NAMESPACE::MemoryGetAndroidHardwareBufferInfoANDROID & info, Dispatch const & d ) const getMemoryAndroidHardwareBufferANDROID() argument 13456 getImageSparseMemoryRequirements2KHR( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, Dispatch const & d ) const getImageSparseMemoryRequirements2KHR() argument 13483 getImageSparseMemoryRequirements2KHR( const VULKAN_HPP_NAMESPACE::ImageSparseMemoryRequirementsInfo2 & info, SparseImageMemoryRequirements2Allocator & sparseImageMemoryRequirements2Allocator, Dispatch const & d ) const getImageSparseMemoryRequirements2KHR() argument 13796 copyAccelerationStructureKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, const VULKAN_HPP_NAMESPACE::CopyAccelerationStructureInfoKHR & info, Dispatch const & d ) const copyAccelerationStructureKHR() argument 13828 copyAccelerationStructureToMemoryKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, const VULKAN_HPP_NAMESPACE::CopyAccelerationStructureToMemoryInfoKHR & info, Dispatch const & d ) const copyAccelerationStructureToMemoryKHR() argument 13861 copyMemoryToAccelerationStructureKHR( VULKAN_HPP_NAMESPACE::DeferredOperationKHR deferredOperation, const VULKAN_HPP_NAMESPACE::CopyMemoryToAccelerationStructureInfoKHR & info, Dispatch const & d ) const copyMemoryToAccelerationStructureKHR() argument 19875 getImageSparseMemoryRequirementsKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirementsKHR & info, Dispatch const & d ) const getImageSparseMemoryRequirementsKHR() argument 19903 getImageSparseMemoryRequirementsKHR( const VULKAN_HPP_NAMESPACE::DeviceImageMemoryRequirementsKHR & info, SparseImageMemoryRequirements2Allocator & sparseImageMemoryRequirements2Allocator, Dispatch const & d ) const getImageSparseMemoryRequirementsKHR() argument [all...] |
/third_party/backends/backend/ |
H A D | avision.c | 1701 something. Keeping this definition around so we don't loose info 1730 SANE_Int* info) in constrain_value() 1733 return sanei_constrain_value (s->opt + option, value, info); in constrain_value() 1736 static void debug_print_raw (int dbg_level, char* info, const uint8_t* data, in debug_print_raw() argument 1741 DBG (dbg_level, "%s", info); in debug_print_raw() 1751 static void debug_print_hex_raw (int dbg_level, char* info, const uint8_t* data, in debug_print_hex_raw() argument 1757 DBG (dbg_level, "%s", info); in debug_print_hex_raw() 1838 DBG (dbg_level, "%s: identify info: '%.16s'\n", /* 16 chars max */ in debug_print_nvram_data() 2048 return "Flash RAM info"; in avision_strdatatypecode() 2064 return "Read duplex info"; in avision_strdatatypecode() 1729 constrain_value(Avision_Scanner* s, SANE_Int option, void* value, SANE_Int* info) constrain_value() argument 6016 get_acceleration_info(Avision_Scanner* s, struct acceleration_info* info) get_acceleration_info() argument 8809 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void* val, SANE_Int* info) sane_control_option() argument [all...] |
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 576 // info. 643 static void Invoke(const v8::FunctionCallbackInfo<v8::Value>& info) { in Invoke() argument 644 FunctionCallbackWrapper cbwrapper(info); in Invoke() 997 const v8::PropertyCallbackInfo<v8::Value>& info) { in NameSetterInvoke() 998 PropertyCallbackWrapper<v8::Value> propertyCbWrapper(property, value, info); in NameSetterInvoke() 1002 static void NameGetterInvoke(v8::Local<v8::Name> property, const v8::PropertyCallbackInfo<v8::Value>& info) { in NameGetterInvoke() argument 1003 PropertyCallbackWrapper<v8::Value> propertyCbWrapper(property, v8::Local<v8::Value>(), info); in NameGetterInvoke() 1007 static void NameDeleterInvoke(v8::Local<v8::Name> property, const v8::PropertyCallbackInfo<v8::Boolean>& info) { in NameDeleterInvoke() argument 1008 PropertyCallbackWrapper<v8::Boolean> propertyCbWrapper(property, v8::Local<v8::Value>(), info); in NameDeleterInvoke() 1012 static void NameEnumeratorInvoke(const v8::PropertyCallbackInfo<v8::Array>& info) { in NameEnumeratorInvoke() argument 996 NameSetterInvoke(v8::Local<v8::Name> property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) NameSetterInvoke() argument 1013 PropertyCallbackWrapper<v8::Array> propertyCbWrapper(v8::Local<v8::Name>(), v8::Local<v8::Value>(), info); NameEnumeratorInvoke() local 1017 IndexSetterInvoke(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) IndexSetterInvoke() argument 1023 IndexGetterInvoke(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) IndexGetterInvoke() argument 1028 IndexDeleterInvoke(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>& info) IndexDeleterInvoke() argument 1033 IndexEnumeratorInvoke(const v8::PropertyCallbackInfo<v8::Array>& info) IndexEnumeratorInvoke() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 1879 const struct drm_format_info *info; in dispc_ovl_set_scaling_uv() local 1881 info = drm_format_info(fourcc); in dispc_ovl_set_scaling_uv() 1886 if (!info->is_yuv) { in dispc_ovl_set_scaling_uv() 2617 const struct drm_format_info *info; in dispc_ovl_setup_common() local 2619 info = drm_format_info(fourcc); in dispc_ovl_setup_common() 2628 if (info->is_yuv && (in_width & 1)) { in dispc_ovl_setup_common() 2668 if (info->is_yuv && (in_width & 1)) { in dispc_ovl_setup_common() 2676 if (info->is_yuv) in dispc_ovl_setup_common() 2972 const struct omap_overlay_manager_info *info) in dispc_mgr_setup() 2974 dispc_mgr_set_default_color(dispc, channel, info in dispc_mgr_setup() 2970 dispc_mgr_setup(struct dispc_device *dispc, enum omap_channel channel, const struct omap_overlay_manager_info *info) dispc_mgr_setup() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent-tree.c | 31 #include "space-info.h" 343 * tree block info structure. 2699 * Returns the free cluster for the given space info and sets empty_cluster to 2959 struct btrfs_fs_info *info = trans->fs_info; in __btrfs_free_extent() local 2962 struct btrfs_root *extent_root = info->extent_root; in __btrfs_free_extent() 2976 bool skinny_metadata = btrfs_fs_incompat(info, SKINNY_METADATA); in __btrfs_free_extent() 2987 btrfs_crit(info, in __btrfs_free_extent() 3034 btrfs_crit(info, in __btrfs_free_extent() 3087 btrfs_err(info, in __btrfs_free_extent() 3101 btrfs_err(info, in __btrfs_free_extent() [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 1185 struct restart_info *info) in log_read_rst() 1214 info->initialized = true; in log_read_rst() 1227 info->initialized = true; in log_read_rst() 1233 info->valid_page = false; in log_read_rst() 1234 info->initialized = true; in log_read_rst() 1235 info->vbo = vbo; in log_read_rst() 1251 info->valid_page = true; in log_read_rst() 1256 info->valid_page = true; in log_read_rst() 1266 info->chkdsk_was_run = true; in log_read_rst() 1267 info in log_read_rst() 1184 log_read_rst(struct ntfs_log *log, bool first, struct restart_info *info) log_read_rst() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 42 } info; member 1995 struct bss_bcn_cntdwn_tlv *info; in mt7996_mcu_beacon_cntdwn() local 2004 tlv = mt7996_mcu_add_uni_tlv(rskb, tag, sizeof(*info)); in mt7996_mcu_beacon_cntdwn() 2006 info = (struct bss_bcn_cntdwn_tlv *)tlv; in mt7996_mcu_beacon_cntdwn() 2007 info->cnt = skb->data[offs->cntdwn_counter_offs[0]]; in mt7996_mcu_beacon_cntdwn() 2045 struct ieee80211_tx_info *info; in mt7996_mcu_add_beacon() local 2069 info = IEEE80211_SKB_CB(skb); in mt7996_mcu_add_beacon() 2070 info->hw_queue |= FIELD_PREP(MT_TX_HW_QUEUE_PHY, phy->mt76->band_idx); in mt7996_mcu_add_beacon() 2100 struct ieee80211_tx_info *info; in mt7996_mcu_beacon_inband_discov() local 2136 info in mt7996_mcu_beacon_inband_discov() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 1889 const struct drm_format_info *info; in dispc_ovl_set_scaling_uv() local 1891 info = drm_format_info(fourcc); in dispc_ovl_set_scaling_uv() 1896 if (!info->is_yuv) { in dispc_ovl_set_scaling_uv() 2639 const struct drm_format_info *info; in dispc_ovl_setup_common() local 2641 info = drm_format_info(fourcc); in dispc_ovl_setup_common() 2650 if (info->is_yuv && (in_width & 1)) { in dispc_ovl_setup_common() 2690 if (info->is_yuv && (in_width & 1)) { in dispc_ovl_setup_common() 2698 if (info->is_yuv) in dispc_ovl_setup_common() 2999 const struct omap_overlay_manager_info *info) in dispc_mgr_setup() 3001 dispc_mgr_set_default_color(dispc, channel, info in dispc_mgr_setup() 2997 dispc_mgr_setup(struct dispc_device *dispc, enum omap_channel channel, const struct omap_overlay_manager_info *info) dispc_mgr_setup() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 34 #include "src/objects/call-site-info-inl.h" 440 ManagedData(void* info, void (*finalizer)(void*)) in ManagedData() 441 : info(info), finalizer(finalizer) {} in ManagedData() 444 if (finalizer) (*finalizer)(info); in ~ManagedData() 447 void* info; member 451 void StoreImpl::SetHostInfo(i::Handle<i::Object> object, void* info, in SetHostInfo() argument 454 // Ideally we would specify the total size kept alive by {info} here, in SetHostInfo() 459 i_isolate(), estimated_size, new ManagedData(info, finalizer)); in SetHostInfo() 468 return i::Managed<ManagedData>::cast(raw).raw()->info; in GetHostInfo() 922 set_host_info(void* info, void (*finalizer)(void*)) set_host_info() argument 923 store()->SetHostInfo(v8_object(), info, finalizer); set_host_info() local 954 set_host_info(void* info, void (*finalizer)(void*)) set_host_info() argument [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 3801 qe->info.binder_type = binder_type; in tcf_qevent_init() 3802 qe->info.chain_head_change = tcf_chain_head_change_dflt; in tcf_qevent_init() 3803 qe->info.chain_head_change_priv = &qe->filter_chain; in tcf_qevent_init() 3804 qe->info.block_index = block_index; in tcf_qevent_init() 3806 return tcf_block_get_ext(&qe->block, sch, &qe->info, extack); in tcf_qevent_init() 3812 if (qe->info.block_index) in tcf_qevent_destroy() 3813 tcf_block_put_ext(qe->block, sch, &qe->info); in tcf_qevent_destroy() 3831 if (block_index != qe->info.block_index) { in tcf_qevent_validate_change() 3846 if (!qe->info.block_index) in tcf_qevent_handle() 3875 if (!qe->info in tcf_qevent_dump() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 629 static int __udp4_lib_err_encap_no_sk(struct sk_buff *skb, u32 info) in __udp4_lib_err_encap_no_sk() argument 634 int (*handler)(struct sk_buff *skb, u32 info); in __udp4_lib_err_encap_no_sk() 641 if (handler && !handler(skb, info)) in __udp4_lib_err_encap_no_sk() 669 struct sk_buff *skb, u32 info) in __udp4_lib_err_encap() 696 sk = ERR_PTR(__udp4_lib_err_encap_no_sk(skb, info)); in __udp4_lib_err_encap() 715 int __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err() argument 736 info); in __udp4_lib_err() 766 ipv4_sk_update_pmtu(skb, sk, info); in __udp4_lib_err() 797 ip_icmp_error(sk, skb, err, uh->dest, info, (u8 *)(uh+1)); in __udp4_lib_err() 805 int udp_err(struct sk_buff *skb, u32 info) in udp_err() argument 665 __udp4_lib_err_encap(struct net *net, const struct iphdr *iph, struct udphdr *uh, struct udp_table *udptable, struct sk_buff *skb, u32 info) __udp4_lib_err_encap() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 88 COMBIOS_ASIC_INIT_3_TABLE, /* offset from misc info */ 89 COMBIOS_ASIC_INIT_4_TABLE, /* offset from misc info */ 90 COMBIOS_DETECTED_MEM_TABLE, /* offset from misc info */ 91 COMBIOS_ASIC_INIT_5_TABLE, /* offset from misc info */ 93 COMBIOS_POWERPLAY_INFO_TABLE, /* offset from mobile info */ 94 COMBIOS_GPIO_INFO_TABLE, /* offset from mobile info */ 95 COMBIOS_LCD_DDC_INFO_TABLE, /* offset from mobile info */ 96 COMBIOS_TMDS_POWER_TABLE, /* offset from mobile info */ 248 case COMBIOS_ASIC_INIT_3_TABLE: /* offset from misc info */ in combios_get_table_offset() 260 case COMBIOS_ASIC_INIT_4_TABLE: /* offset from misc info */ in combios_get_table_offset() 2703 struct i2c_board_info info = { }; radeon_combios_get_power_modes() local 2720 struct i2c_board_info info = { }; radeon_combios_get_power_modes() local [all...] |
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | micrel.c | 2342 static int lan8814_ts_info(struct mii_timestamper *mii_ts, struct ethtool_ts_info *info) in lan8814_ts_info() argument 2348 info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE | in lan8814_ts_info() 2352 info->phc_index = ptp_clock_index(shared->ptp_clock); in lan8814_ts_info() 2354 info->tx_types = in lan8814_ts_info() 2359 info->rx_filters = in lan8814_ts_info() 3623 struct ethtool_ts_info *info) in lan8841_ts_info() 3629 info->phc_index = ptp_priv->ptp_clock ? in lan8841_ts_info() 3631 if (info->phc_index == -1) in lan8841_ts_info() 3634 info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE | in lan8841_ts_info() 3638 info in lan8841_ts_info() 3622 lan8841_ts_info(struct mii_timestamper *mii_ts, struct ethtool_ts_info *info) lan8841_ts_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 84 COMBIOS_ASIC_INIT_3_TABLE, /* offset from misc info */ 85 COMBIOS_ASIC_INIT_4_TABLE, /* offset from misc info */ 86 COMBIOS_DETECTED_MEM_TABLE, /* offset from misc info */ 87 COMBIOS_ASIC_INIT_5_TABLE, /* offset from misc info */ 89 COMBIOS_POWERPLAY_INFO_TABLE, /* offset from mobile info */ 90 COMBIOS_GPIO_INFO_TABLE, /* offset from mobile info */ 91 COMBIOS_LCD_DDC_INFO_TABLE, /* offset from mobile info */ 92 COMBIOS_TMDS_POWER_TABLE, /* offset from mobile info */ 244 case COMBIOS_ASIC_INIT_3_TABLE: /* offset from misc info */ in combios_get_table_offset() 256 case COMBIOS_ASIC_INIT_4_TABLE: /* offset from misc info */ in combios_get_table_offset() 2702 struct i2c_board_info info = { }; radeon_combios_get_power_modes() local 2719 struct i2c_board_info info = { }; radeon_combios_get_power_modes() local [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 3864 qe->info.binder_type = binder_type; in tcf_qevent_init() 3865 qe->info.chain_head_change = tcf_chain_head_change_dflt; in tcf_qevent_init() 3866 qe->info.chain_head_change_priv = &qe->filter_chain; in tcf_qevent_init() 3867 qe->info.block_index = block_index; in tcf_qevent_init() 3869 return tcf_block_get_ext(&qe->block, sch, &qe->info, extack); in tcf_qevent_init() 3875 if (qe->info.block_index) in tcf_qevent_destroy() 3876 tcf_block_put_ext(qe->block, sch, &qe->info); in tcf_qevent_destroy() 3894 if (block_index != qe->info.block_index) { in tcf_qevent_validate_change() 3909 if (!qe->info.block_index) in tcf_qevent_handle() 3938 if (!qe->info in tcf_qevent_dump() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 1450 bool vs_in = bld_base->shader->info.stage == MESA_SHADER_VERTEX && in visit_load_var() 1452 bool gs_in = bld_base->shader->info.stage == MESA_SHADER_GEOMETRY && in visit_load_var() 1454 bool tcs_in = bld_base->shader->info.stage == MESA_SHADER_TESS_CTRL && in visit_load_var() 1456 bool tcs_out = bld_base->shader->info.stage == MESA_SHADER_TESS_CTRL && in visit_load_var() 1458 bool tes_in = bld_base->shader->info.stage == MESA_SHADER_TESS_EVAL && in visit_load_var() 1487 bool tcs_out = bld_base->shader->info.stage == MESA_SHADER_TESS_CTRL && in visit_store_var() 2265 } else if (bld_base->shader->info.stage == MESA_SHADER_FRAGMENT) { in lp_build_nir_lod_property() 2448 if (bld_base->shader->info.stage == MESA_SHADER_FRAGMENT) { in visit_tex() 2701 if (nir->info.io_lowered) { in lp_build_nir_llvm() 2702 uint64_t outputs_written = nir->info in lp_build_nir_llvm() [all...] |
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 347 const SkImageInfo info = SkImageInfo::MakeN32(width, height, kOpaque_SkAlphaType); in create_surface() local 349 return SkSurface::MakeRenderTarget(rContext, SkBudgeted::kNo, info); in create_surface() 351 return SkSurface::MakeRaster(info); in create_surface() 1396 SkImageInfo info = SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kUnpremul_SkAlphaType); in test_xfermode_cropped_input() local 1397 surf->readPixels(info, &pixel, 4, 0, 0); in test_xfermode_cropped_input() 1402 surf->readPixels(info, &pixel, 4, 0, 0); in test_xfermode_cropped_input() 1407 surf->readPixels(info, &pixel, 4, 0, 0); in test_xfermode_cropped_input() 1444 SkImageInfo info = SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kUnpremul_SkAlphaType); in DEF_TEST() local 1446 temp.readPixels(info, &pixel, 4, 25, 25); in DEF_TEST() 1452 temp.readPixels(info, in DEF_TEST() [all...] |
/third_party/toybox/toys/pending/ |
H A D | ip.c | 600 struct ifinfomsg info; in linkupdate() member 636 request.info.ifi_index = get_ifaceindex(name, 1); in linkupdate() 638 request.info.ifi_family = AF_UNSPEC; in linkupdate() 964 struct ifinfomsg info; in link_show() member 973 else request.info.ifi_change = 0xffffffff; // used in single operation in link_show() 975 request.info.ifi_index = index; in link_show() 976 request.info.ifi_family = AF_UNSPEC; in link_show() 2579 struct addrinfo *info, hint; in parse_iptunnel_args() local 2585 ret = getaddrinfo(*argv, NULL, &hint, &info); in parse_iptunnel_args() 2586 if (ret || !info) error_exi in parse_iptunnel_args() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 549 * dev->ieee80211_ptr->conn_owner_nlportid != info->snd_portid in send_and_recv_msgs_owner() 750 struct wiphy_idx_data *info = arg; in netdev_info_handler() local 756 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in netdev_info_handler() 759 info->nlmode = nla_get_u32(tb[NL80211_ATTR_IFTYPE]); in netdev_info_handler() 761 if (tb[NL80211_ATTR_MAC] && info->macaddr) in netdev_info_handler() 762 os_memcpy(info->macaddr, nla_data(tb[NL80211_ATTR_MAC]), in netdev_info_handler() 766 info->use_4addr = nla_get_u8(tb[NL80211_ATTR_4ADDR]); in netdev_info_handler() 1069 struct driver_sta_mlo_info *info = arg; in get_mlo_info() local 1078 info->valid_links = 0; in get_mlo_info() 1093 info in get_mlo_info() 12039 struct wpa_bss_candidate_info *info = arg; global() local 12099 struct wpa_bss_candidate_info *info; global() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | traps.c | 698 * info than a regular SIGSEGV in this case. in do_bce() 792 siginfo_t info; in do_watch() local 800 info.si_addr = (void __user *)watches->addr[i]; in do_watch() 804 force_sig_fault(SIGTRAP, TRAP_HWBKPT, info.si_addr); in do_watch()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vpe.c | 677 unsigned int info = sechdrs[i].sh_info; in vpe_elfload() local 680 if (info >= hdr->e_shnum) in vpe_elfload() 684 if (!(sechdrs[info].sh_flags & SHF_ALLOC)) in vpe_elfload()
|