/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 52 * Vladimir V. Ivanov : IP rule info (flowid) is really useful. 2817 const struct ip_tunnel_info *info, in ip_route_output_tunnel() 2828 dst_cache = (struct dst_cache *)&info->dst_cache; in ip_route_output_tunnel() 2838 fl4.daddr = info->key.u.ipv4.dst; in ip_route_output_tunnel() 2839 fl4.saddr = info->key.u.ipv4.src; in ip_route_output_tunnel() 2840 tos = info->key.tos; in ip_route_output_tunnel() 2814 ip_route_output_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, __be32 *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip_route_output_tunnel() argument
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | sony-laptop.c | 1278 struct acpi_device_info *info; in sony_walk_callback() local 1280 if (ACPI_SUCCESS(acpi_get_object_info(handle, &info))) { in sony_walk_callback() 1282 (char *)&info->name, info->param_count); in sony_walk_callback() 1284 kfree(info); in sony_walk_callback()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/ |
H A D | et131x.c | 2951 struct ethtool_drvinfo *info) in et131x_get_drvinfo() 2955 strscpy(info->driver, DRIVER_NAME, sizeof(info->driver)); in et131x_get_drvinfo() 2956 strscpy(info->bus_info, pci_name(adapter->pdev), in et131x_get_drvinfo() 2957 sizeof(info->bus_info)); in et131x_get_drvinfo() 2950 et131x_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) et131x_get_drvinfo() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ |
H A D | e100.c | 2428 struct ethtool_drvinfo *info) in e100_get_drvinfo() 2431 strscpy(info->driver, DRV_NAME, sizeof(info->driver)); in e100_get_drvinfo() 2432 strscpy(info->bus_info, pci_name(nic->pdev), in e100_get_drvinfo() 2433 sizeof(info->bus_info)); in e100_get_drvinfo() 2427 e100_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) e100_get_drvinfo() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | sony-laptop.c | 1277 struct acpi_device_info *info; in sony_walk_callback() local 1279 if (ACPI_SUCCESS(acpi_get_object_info(handle, &info))) { in sony_walk_callback() 1281 (char *)&info->name, info->param_count); in sony_walk_callback() 1283 kfree(info); in sony_walk_callback()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 2078 /* get phy/link info */ in am65_cpsw_nuss_init_slave_ports() 2357 struct netdev_notifier_changeupper_info *info; in am65_cpsw_netdevice_event() local 2365 info = ptr; in am65_cpsw_netdevice_event() 2367 if (netif_is_bridge_master(info->upper_dev)) { in am65_cpsw_netdevice_event() 2368 if (info->linking) in am65_cpsw_netdevice_event() 2370 info->upper_dev, in am65_cpsw_netdevice_event()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 41 u16 info; member 98 linfo = &ccs_limits[ccs_limit_offsets[limit].info]; in ccs_limit_ptr() 122 linfo = &ccs_limits[ccs_limit_offsets[limit].info]; in ccs_replace_limit() 141 switch (ccs_reg_width(ccs_limits[ccs_limit_offsets[limit].info].reg)) { in ccs_get_limit() 2791 /* Module info */ in ccs_identify_module() 2821 /* Sensor info */ in ccs_identify_module() 3748 ccs_limit_offsets[l].info = i; in ccs_module_init()
|
/kernel/linux/linux-6.6/block/ |
H A D | sed-opal.c | 2694 struct opal_shadow_mbr *info) in opal_write_shadow_mbr() 2697 { start_admin1LSP_opal_session, &info->key }, in opal_write_shadow_mbr() 2698 { write_shadow_mbr, info }, in opal_write_shadow_mbr() 2703 if (info->size == 0) in opal_write_shadow_mbr() 2706 ret = opal_get_key(dev, &info->key); in opal_write_shadow_mbr() 2993 /* skip session info when copying back to uspace */ in opal_locking_range_status() 2693 opal_write_shadow_mbr(struct opal_dev *dev, struct opal_shadow_mbr *info) opal_write_shadow_mbr() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 52 * Vladimir V. Ivanov : IP rule info (flowid) is really useful. 2891 const struct ip_tunnel_info *info, in ip_route_output_tunnel() 2902 dst_cache = (struct dst_cache *)&info->dst_cache; in ip_route_output_tunnel() 2912 fl4.daddr = info->key.u.ipv4.dst; in ip_route_output_tunnel() 2913 fl4.saddr = info->key.u.ipv4.src; in ip_route_output_tunnel() 2914 tos = info->key.tos; in ip_route_output_tunnel() 2888 ip_route_output_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, __be32 *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip_route_output_tunnel() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 1320 if (c->s->info.fs.uses_discard) { in emit_frag_end() 2138 if (c->stage == QSTAGE_FRAG && c->s->info.fs.uses_discard) in nir_to_qir() 2442 if (s->info.stage == MESA_SHADER_VERTEX) in vc4_shader_state_create() 2466 gl_shader_stage_name(s->info.stage), in vc4_shader_state_create() 2597 if (orig_shader->info.outputs_written & (1 << FRAG_RESULT_DEPTH)) in vc4_get_compiled_shader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 1238 VkCalibratedTimestampInfoEXT info; in getCalibratedTimestamps() local 1239 info.sType = getStructureType<VkCalibratedTimestampInfoEXT>(); in getCalibratedTimestamps() 1240 info.pNext = DE_NULL; in getCalibratedTimestamps() 1241 info.timeDomain = domain; in getCalibratedTimestamps() 1242 infos.push_back(info); in getCalibratedTimestamps()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 88 // Check that the operand of a debug info instruction |inst| at |word_index| 111 // For NonSemantic.Shader.DebugInfo.100 check that the operand of a debug info 141 // True if the operand of a debug info instruction |inst| at |word_index| 178 // Check that the operand of a debug info instruction |inst| at |word_index| 179 // is a result id of an debug info instruction whose debug instruction type 213 // Check that the operand of a debug info instruction |inst| at |word_index| 214 // is a result id of an debug info instruction with DebugTypeBasic. 222 // Check that the operand of a debug info instruction |inst| at |word_index| 246 // Check that the operand of a debug info instruction |inst| at |word_index| 434 auto info in ValidateArgInfo() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 1161 VkCalibratedTimestampInfoEXT info; 1162 info.sType = getStructureType<VkCalibratedTimestampInfoEXT>(); 1163 info.pNext = DE_NULL; 1164 info.timeDomain = domain; 1165 infos.push_back(info);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 165 X509_INFO *info = sk_X509_INFO_value(stack, i); in tls_add_ca_from_keystore() local 167 if (info->x509) in tls_add_ca_from_keystore() 168 X509_STORE_add_cert(ctx, info->x509); in tls_add_ca_from_keystore() 169 if (info->crl) in tls_add_ca_from_keystore() 170 X509_STORE_add_crl(ctx, info->crl); in tls_add_ca_from_keystore() 1337 return "TLS header info"; /* pseudo content type */ in openssl_content_type()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 2538 struct hostapd_sta_info *info; in hostapd_ctrl_iface_track_sta_list() local 2550 dl_list_for_each_reverse(info, &iface->sta_seen, in hostapd_ctrl_iface_track_sta_list() 2555 os_reltime_sub(&now, &info->last_seen, &age); in hostapd_ctrl_iface_track_sta_list() 2557 MAC2STR(info->addr), (unsigned int) age.sec, in hostapd_ctrl_iface_track_sta_list() 2558 info->ssi_signal); in hostapd_ctrl_iface_track_sta_list()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 6046 pr_err("IDTVectoring: info=%08x errcode=%08x\n", in dump_vmcs() 6532 "KVM: unexpected VM-Exit interrupt info: 0x%x", intr_info)) in handle_external_interrupt_irqoff() 7489 struct x86_instruction_info *info) in vmx_check_intercept_io() 7496 if (info->intercept == x86_intercept_in || in vmx_check_intercept_io() 7497 info->intercept == x86_intercept_ins) { in vmx_check_intercept_io() 7498 port = info->src_val; in vmx_check_intercept_io() 7499 size = info->dst_bytes; in vmx_check_intercept_io() 7501 port = info->dst_val; in vmx_check_intercept_io() 7502 size = info->src_bytes; in vmx_check_intercept_io() 7523 struct x86_instruction_info *info, in vmx_check_intercept() 7488 vmx_check_intercept_io(struct kvm_vcpu *vcpu, struct x86_instruction_info *info) vmx_check_intercept_io() argument 7522 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) vmx_check_intercept() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 166 /* Band templates duplicated per wiphy. The channel info 839 struct cfg80211_scan_info info = { in brcmf_notify_escan_complete() local 845 cfg80211_scan_done(scan_request, &info); in brcmf_notify_escan_complete() 2695 bphy_err(drvr, "Failed to get bss info (%d)\n", err); in brcmf_fill_bss_param() 2984 bphy_err(drvr, "Bss info is larger than buffer. Discarding\n"); in brcmf_inform_single_bss() 3167 bphy_err(drvr, "Could not get bss info %d\n", err); in brcmf_update_bss_info() 3502 /* PFN result doesn't have all the info which are required by the supplicant 4176 bphy_err(drvr, "Invalid multi cast cipher info\n"); in brcmf_configure_wpaie() 4211 bphy_err(drvr, "Invalid unicast security info\n"); in brcmf_configure_wpaie() 4259 bphy_err(drvr, "Invalid key mgmt info\ in brcmf_configure_wpaie() 5009 brcmf_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *info) brcmf_cfg80211_change_beacon() argument 5373 struct brcmf_tdls_iovar_le info; brcmf_cfg80211_tdls_oper() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 6379 pr_err("IDTVectoring: info=%08x errcode=%08x\n", in dump_vmcs() 6977 "unexpected VM-Exit interrupt info: 0x%x", intr_info)) in handle_external_interrupt_irqoff() 7923 struct x86_instruction_info *info) in vmx_check_intercept_io() 7930 if (info->intercept == x86_intercept_in || in vmx_check_intercept_io() 7931 info->intercept == x86_intercept_ins) { in vmx_check_intercept_io() 7932 port = info->src_val; in vmx_check_intercept_io() 7933 size = info->dst_bytes; in vmx_check_intercept_io() 7935 port = info->dst_val; in vmx_check_intercept_io() 7936 size = info->src_bytes; in vmx_check_intercept_io() 7957 struct x86_instruction_info *info, in vmx_check_intercept() 7922 vmx_check_intercept_io(struct kvm_vcpu *vcpu, struct x86_instruction_info *info) vmx_check_intercept_io() argument 7956 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) vmx_check_intercept() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | teximage.c | 1489 * switch case GL_TEXTURE_CUBE_MAP_ARRAY for more info. in _mesa_target_can_be_compressed() 2681 /** Callback info for walking over FBO hash table */ 2697 const struct cb_info *info = (struct cb_info *) userData; in check_rtt_cb() local 2698 struct gl_context *ctx = info->ctx; in check_rtt_cb() 2699 const struct gl_texture_object *texObj = info->texObj; in check_rtt_cb() 2700 const GLuint level = info->level, face = info->face; in check_rtt_cb() 2741 struct cb_info info; in _mesa_update_fbo_texture() local 2742 info.ctx = ctx; in _mesa_update_fbo_texture() 2743 info in _mesa_update_fbo_texture() [all...] |
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 12 #include "src/codegen/optimized-compilation-info.h" 1067 OptimizedCompilationInfo* info, in AdjustStackPointerForTailCall() 1078 DCHECK(!info->is_osr()); in AdjustStackPointerForTailCall() 1125 AdjustStackPointerForTailCall(instr, tasm(), linkage(), info(), in AssembleTailCallBeforeGap() 1144 AdjustStackPointerForTailCall(instr, tasm(), linkage(), info(), in AssembleTailCallBeforeGap() 1151 AdjustStackPointerForTailCall(instr, tasm(), linkage(), info(), in AssembleTailCallAfterGap() 4661 if (info()->GetOutputStackFrameType() == StackFrame::C_WASM_ENTRY) { in AssembleConstructFrame() 4670 __ StubPrologue(info()->GetOutputStackFrameType()); in AssembleConstructFrame() 4693 if (info()->is_osr()) { in AssembleConstructFrame() 4712 if (info() in AssembleConstructFrame() 1065 AdjustStackPointerForTailCall(Instruction* instr, TurboAssembler* assembler, Linkage* linkage, OptimizedCompilationInfo* info, FrameAccessState* state, int new_slot_above_sp, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument [all...] |
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 41 #include "src/base/sys-info.h" 61 #include "src/parsing/parse-info.h" 1189 const FunctionCallbackInfo<Value>& info) { in ModuleResolutionSuccessCallback() 1192 info.Data().As<v8::External>()->Value())); in ModuleResolutionSuccessCallback() 1209 const FunctionCallbackInfo<Value>& info) { in ModuleResolutionFailureCallback() 1212 info.Data().As<v8::External>()->Value())); in ModuleResolutionFailureCallback() 1223 DCHECK_EQ(info.Length(), 1); in ModuleResolutionFailureCallback() 1224 resolver->Reject(realm, info[0]).ToChecked(); in ModuleResolutionFailureCallback() 1943 const PropertyCallbackInfo<Value>& info) { in RealmSharedGet() 1944 Isolate* isolate = info in RealmSharedGet() 1188 ModuleResolutionSuccessCallback( const FunctionCallbackInfo<Value>& info) ModuleResolutionSuccessCallback() argument 1208 ModuleResolutionFailureCallback( const FunctionCallbackInfo<Value>& info) ModuleResolutionFailureCallback() argument 1942 RealmSharedGet(Local<String> property, const PropertyCallbackInfo<Value>& info) RealmSharedGet() argument 1950 RealmSharedSet(Local<String> property, Local<Value> value, const PropertyCallbackInfo<void>& info) RealmSharedSet() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4918 void logSubpassRenderInfo (TestLog& log, const SubpassRenderInfo& info, TestConfig config) 4920 log << TestLog::Message << "Viewport, offset: " << info.getViewportOffset() << ", size: " << info.getViewportSize() << TestLog::EndMessage; 4922 if (info.isSecondary()) 4927 for (deUint32 attachmentNdx = 0; attachmentNdx < info.getColorClears().size(); attachmentNdx++) 4929 const ColorClear& colorClear = info.getColorClears()[attachmentNdx]; 4934 << ", Color: " << clearColorToString(info.getColorAttachment(attachmentNdx).getFormat(), colorClear.getColor(), config.useFormatCompCount) << TestLog::EndMessage; 4937 if (info.getDepthStencilClear()) 4939 const DepthStencilClear& depthStencilClear = *info.getDepthStencilClear(); 4948 if (info [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4904 void logSubpassRenderInfo (TestLog& log, const SubpassRenderInfo& info, TestConfig config) 4906 log << TestLog::Message << "Viewport, offset: " << info.getViewportOffset() << ", size: " << info.getViewportSize() << TestLog::EndMessage; 4908 if (info.isSecondary()) 4913 for (deUint32 attachmentNdx = 0; attachmentNdx < info.getColorClears().size(); attachmentNdx++) 4915 const ColorClear& colorClear = info.getColorClears()[attachmentNdx]; 4920 << ", Color: " << clearColorToString(info.getColorAttachment(attachmentNdx).getFormat(), colorClear.getColor(), config.useFormatCompCount) << TestLog::EndMessage; 4923 if (info.getDepthStencilClear()) 4925 const DepthStencilClear& depthStencilClear = *info.getDepthStencilClear(); 4934 if (info [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 3685 struct ethtool_drvinfo *info) in sky2_get_drvinfo() 3689 strlcpy(info->driver, DRV_NAME, sizeof(info->driver)); in sky2_get_drvinfo() 3690 strlcpy(info->version, DRV_VERSION, sizeof(info->version)); in sky2_get_drvinfo() 3691 strlcpy(info->bus_info, pci_name(sky2->hw->pdev), in sky2_get_drvinfo() 3692 sizeof(info->bus_info)); in sky2_get_drvinfo() 3684 sky2_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) sky2_get_drvinfo() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 2640 struct ethtool_drvinfo *info) in ibmvnic_get_drvinfo() 2644 strlcpy(info->driver, ibmvnic_driver_name, sizeof(info->driver)); in ibmvnic_get_drvinfo() 2645 strlcpy(info->version, IBMVNIC_DRIVER_VERSION, sizeof(info->version)); in ibmvnic_get_drvinfo() 2646 strlcpy(info->fw_version, adapter->fw_version, in ibmvnic_get_drvinfo() 2647 sizeof(info->fw_version)); in ibmvnic_get_drvinfo() 4202 /* get the position of the firmware version info in handle_vpd_rsp() 2639 ibmvnic_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) ibmvnic_get_drvinfo() argument
|