Searched refs:new_val (Results 1 – 3 of 3) sorted by relevance
/tools/lib/bpf/ |
D | relo_core.c | 748 __u32 new_val; member 784 res->new_val = 0; in bpf_core_calc_relo() 796 &res->new_val, &res->new_sz, in bpf_core_calc_relo() 839 err = err ?: bpf_core_calc_type_relo(relo, targ_spec, &res->new_val); in bpf_core_calc_relo() 842 err = err ?: bpf_core_calc_enumval_relo(relo, targ_spec, &res->new_val); in bpf_core_calc_relo() 923 __u32 orig_val, new_val; in bpf_core_patch_insn() local 940 new_val = res->new_val; in bpf_core_patch_insn() 950 insn_idx, insn->imm, orig_val, new_val); in bpf_core_patch_insn() 954 insn->imm = new_val; in bpf_core_patch_insn() 957 orig_val, new_val); in bpf_core_patch_insn() [all …]
|
/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 213 acpi_string *new_val) in acpi_os_predefined_override() argument 216 if (!init_val || !new_val) { in acpi_os_predefined_override() 220 *new_val = NULL; in acpi_os_predefined_override()
|
/tools/hv/ |
D | hv_kvp_daemon.c | 1174 static int kvp_set_ip_info(char *if_name, struct hv_kvp_ipaddr_value *new_val) in kvp_set_ip_info() argument 1266 if (new_val->dhcp_enabled) { in kvp_set_ip_info() 1282 error = process_ip_string(file, (char *)new_val->ip_addr, IPADDR); in kvp_set_ip_info() 1286 error = process_ip_string(file, (char *)new_val->sub_net, NETMASK); in kvp_set_ip_info() 1290 error = process_ip_string(file, (char *)new_val->gate_way, GATEWAY); in kvp_set_ip_info() 1294 error = process_ip_string(file, (char *)new_val->dns_addr, DNS); in kvp_set_ip_info()
|