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

/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.h73 char *str_ptr; member in union:psvt::__anon2836
H A Dacpi_thermal_rel.c312 strncpy(psvt->limit.string, psvt_ptr->limit.str_ptr, knob->string.length);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c386 u32 str_ptr, offset; local
389 str_ptr = tracer_event->string_event.string_param;
394 if (str_ptr > tracer->str_db.base_address_out[i] &&
395 str_ptr < tracer->str_db.base_address_out[i] +
397 offset = str_ptr - tracer->str_db.base_address_out[i];
/linux-master/kernel/bpf/
H A Dverifier.c8528 char *str_ptr; local
8561 str_ptr = (char *)(long)(map_addr);
8562 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) {

Completed in 144 milliseconds