Home
last modified time | relevance | path

Searched refs:str_len (Results 1 – 25 of 41) sorted by relevance

12

/linux/security/selinux/
A Dxfrm.c80 u32 str_len; in selinux_xfrm_alloc_user() local
87 str_len = uctx->ctx_len; in selinux_xfrm_alloc_user()
88 if (str_len >= PAGE_SIZE) in selinux_xfrm_alloc_user()
97 ctx->ctx_len = str_len; in selinux_xfrm_alloc_user()
98 memcpy(ctx->ctx_str, &uctx[1], str_len); in selinux_xfrm_alloc_user()
99 ctx->ctx_str[str_len] = '\0'; in selinux_xfrm_alloc_user()
100 rc = security_context_to_sid(ctx->ctx_str, str_len, in selinux_xfrm_alloc_user()
344 u32 str_len; in selinux_xfrm_state_alloc_acquire() local
353 &str_len); in selinux_xfrm_state_alloc_acquire()
366 ctx->ctx_len = str_len; in selinux_xfrm_state_alloc_acquire()
[all …]
/linux/tools/power/cpupower/utils/helpers/
A Dmisc.c192 int str_len = 0; in print_online_cpus() local
195 str_len = online_cpus->size * 5; in print_online_cpus()
196 online_cpus_str = (void *)malloc(sizeof(char) * str_len); in print_online_cpus()
199 bitmask_displaylist(online_cpus_str, str_len, online_cpus); in print_online_cpus()
210 int str_len = 0; in print_offline_cpus() local
213 str_len = offline_cpus->size * 5; in print_offline_cpus()
214 offline_cpus_str = (void *)malloc(sizeof(char) * str_len); in print_offline_cpus()
217 bitmask_displaylist(offline_cpus_str, str_len, offline_cpus); in print_offline_cpus()
/linux/tools/power/acpi/os_specific/service_layers/
A Dosunixdir.c95 int str_len; in acpi_os_get_next_filename() local
106 str_len = strlen(dir_entry->d_name) + in acpi_os_get_next_filename()
109 temp_str = calloc(str_len, 1); in acpi_os_get_next_filename()
/linux/lib/
A Dparser.c69 size_t str_len = strlen(s); in match_one() local
71 if (str_len == 0) in match_one()
73 if (len == -1 || len > str_len) in match_one()
74 len = str_len; in match_one()
/linux/kernel/trace/
A Dtrace_events_inject.c223 int str_len = strlen(addr) + 1; in parse_entry() local
227 entry_size += str_len; in parse_entry()
235 strscpy(entry + (entry_size - str_len), addr, str_len); in parse_entry()
239 *str_item = (str_len << 16) | str_loc; in parse_entry()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c195 uint8_t str_len = 0; in dp_link_settings_read() local
212 rd_buf_ptr += str_len; in dp_link_settings_read()
219 rd_buf_ptr += str_len; in dp_link_settings_read()
226 rd_buf_ptr += str_len; in dp_link_settings_read()
1564 rd_buf_ptr += str_len; in dp_dsc_clock_en_read()
1754 rd_buf_ptr += str_len; in dp_dsc_slice_width_read()
1942 rd_buf_ptr += str_len; in dp_dsc_slice_height_read()
2126 rd_buf_ptr += str_len; in dp_dsc_bits_per_pixel_read()
2305 rd_buf_ptr += str_len; in dp_dsc_pic_width_read()
2363 rd_buf_ptr += str_len; in dp_dsc_pic_height_read()
[all …]
/linux/tools/power/x86/intel-speed-select/
A Disst-display.c9 static void printcpulist(int str_len, char *str, int mask_size, in printcpulist() argument
15 snprintf(str, str_len, "none"); in printcpulist()
26 str_len - curr_index, ","); in printcpulist()
28 if (curr_index >= str_len) in printcpulist()
31 index = snprintf(&str[curr_index], str_len - curr_index, "%d", in printcpulist()
34 if (curr_index >= str_len) in printcpulist()
40 static void printcpumask(int str_len, char *str, int mask_size, in printcpumask() argument
68 index = snprintf(&str[curr_index], str_len - curr_index, "%08x", in printcpumask()
71 if (curr_index >= str_len) in printcpumask()
74 strncat(&str[curr_index], ",", str_len - curr_index); in printcpumask()
[all …]
A Disst-config.c910 int str_len = sizeof(str); in isolate_cpus() local
950 snprintf(str, str_len, "0"); in isolate_cpus()
963 str_len - curr_index, ","); in isolate_cpus()
965 if (curr_index >= str_len) in isolate_cpus()
968 index = snprintf(&str[curr_index], str_len - curr_index, "%d", in isolate_cpus()
971 if (curr_index >= str_len) in isolate_cpus()
/linux/tools/lib/bpf/
A Dlibbpf_probes.c222 const char *str_sec, size_t str_len, in libbpf__load_raw_btf() argument
231 .str_len = str_len, in libbpf__load_raw_btf()
240 btf_len = hdr.hdr_len + hdr.type_len + hdr.str_len; in libbpf__load_raw_btf()
247 memcpy(raw_btf + hdr.hdr_len + hdr.type_len, str_sec, hdr.str_len); in libbpf__load_raw_btf()
A Dbtf.c220 h->str_len = bswap_32(h->str_len); in btf_bswap_hdr()
276 const char *end = start + btf->hdr->str_len; in btf_parse_str_sec()
278 if (btf->base_btf && hdr->str_len == 0) in btf_parse_str_sec()
280 if (!hdr->str_len || hdr->str_len - 1 > BTF_MAX_STR_OFFSET || end[-1]) { in btf_parse_str_sec()
998 btf->start_str_off = base_btf->hdr->str_len; in btf_new_empty()
1049 btf->start_str_off = base_btf->hdr->str_len; in btf_new()
1519 memcpy(p, btf_strs_data(btf), hdr->str_len); in btf_get_raw_data()
1520 p += hdr->str_len; in btf_get_raw_data()
1693 if (btf->hdr->str_len == 0) in btf_ensure_modifiable()
1888 old_strs_len = btf->hdr->str_len; in btf__add_btf()
[all …]
A Dlibbpf_internal.h124 size_t str_len = strlen(str); in str_has_sfx() local
127 if (sfx_len > str_len) in str_has_sfx()
129 return strcmp(str + str_len - sfx_len, sfx) == 0; in str_has_sfx()
406 const char *str_sec, size_t str_len,
A Dbtf_relocate.c464 r.str_map = calloc(btf_header(r.dist_base_btf)->str_len, sizeof(*r.str_map)); in btf_relocate()
467 r.dist_str_len = dist_base_hdr->str_len; in btf_relocate()
468 r.base_str_len = base_hdr->str_len; in btf_relocate()
/linux/security/tomoyo/
A Drealpath.c23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() argument
33 for (i = 0; i < str_len; i++) { in tomoyo_encode2()
50 for (i = 0; i < str_len; i++) { in tomoyo_encode2()
/linux/fs/udf/
A Dunicode.c273 const uint8_t *str_i, int str_len) in udf_name_to_CS0() argument
296 for (i = 0; i < str_len; i += len) { in udf_name_to_CS0()
303 len = conv_f(&str_i[i], str_len - i, &wchar); in udf_name_to_CS0()
307 len = utf8_to_utf32(&str_i[i], str_len - i, in udf_name_to_CS0()
/linux/kernel/bpf/preload/iterators/
A Diterators.bpf.c31 __u32 str_len; member
71 if (name_off >= btf->hdr.str_len) in get_name()
/linux/security/selinux/ss/
A Dsidtab.h143 const char *str, u32 str_len);
149 const char *str, u32 str_len) in sidtab_sid2str_put() argument
A Dsidtab.c564 const char *str, u32 str_len) in sidtab_sid2str_put() argument
583 cache = kmalloc(struct_size(cache, str, str_len), GFP_ATOMIC); in sidtab_sid2str_put()
597 cache->len = str_len; in sidtab_sid2str_put()
598 memcpy(cache->str, str, str_len); in sidtab_sid2str_put()
/linux/drivers/net/ethernet/meta/fbnic/
A Dfbnic_tlv.c179 int str_len = 1; in fbnic_tlv_attr_put_string() local
191 str_len += strnlen(string, attr_max_len); in fbnic_tlv_attr_put_string()
193 return fbnic_tlv_attr_put_value(msg, attr_id, string, str_len); in fbnic_tlv_attr_put_string()
/linux/tools/include/uapi/linux/
A Dbtf.h21 __u32 str_len; /* length of string section */ member
/linux/include/uapi/linux/
A Dbtf.h21 __u32 str_len; /* length of string section */ member
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc_raw.c35 .str_len = sizeof(raw_btf.strings), in test_bad_local_id()
/linux/tools/hv/
A Dhv_kvp_daemon.c1337 int str_len; in kvp_set_ip_info() local
1609 str_len = snprintf(cmd, sizeof(cmd), KVP_SCRIPTS_PATH "%s %s %s", in kvp_set_ip_info()
1615 if (str_len <= 0 || (unsigned int)str_len >= sizeof(cmd)) { in kvp_set_ip_info()
1617 cmd, str_len); in kvp_set_ip_info()
/linux/tools/testing/selftests/bpf/progs/
A Dsyscall.c81 .str_len = sizeof(__u32), in btf_load()
/linux/tools/perf/util/cs-etm-decoder/
A Dcs-etm-decoder.c200 const int str_len) in cs_etm_decoder__print_str_cb() argument
204 if (p_context && str_len && !decoder->suppress_printing) in cs_etm_decoder__print_str_cb()
/linux/drivers/platform/x86/hp/hp-bioscfg/
A Dbioscfg.c663 int str_len; in hp_init_bios_package_attribute() local
693 &str_value, &str_len); in hp_init_bios_package_attribute()

Completed in 80 milliseconds

12