Home
last modified time | relevance | path

Searched refs:str_ptr (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.h73 char *str_ptr; member
Dacpi_thermal_rel.c312 strscpy(psvt->limit.string, psvt_ptr->limit.str_ptr, ACPI_LIMIT_STR_MAX_LEN); in acpi_parse_psvt()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c386 u32 str_ptr, offset; in mlx5_tracer_get_string() local
389 str_ptr = tracer_event->string_event.string_param; in mlx5_tracer_get_string()
394 if (str_ptr > tracer->str_db.base_address_out[i] && in mlx5_tracer_get_string()
395 str_ptr < tracer->str_db.base_address_out[i] + in mlx5_tracer_get_string()
397 offset = str_ptr - tracer->str_db.base_address_out[i]; in mlx5_tracer_get_string()
/linux-6.12.1/kernel/bpf/
Dverifier.c8747 char *str_ptr; in check_reg_const_str() local
8780 str_ptr = (char *)(long)(map_addr); in check_reg_const_str()
8781 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_reg_const_str()