Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.h73 char *str_ptr; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A 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/kernel/bpf/
H A Dverifier.c9541 char *str_ptr; in check_reg_const_str() local
9574 str_ptr = (char *)(long)(map_addr); in check_reg_const_str()
9575 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_reg_const_str()