| /linux/security/selinux/ |
| A D | xfrm.c | 80 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 D | misc.c | 192 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 D | osunixdir.c | 95 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 D | parser.c | 69 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 D | trace_events_inject.c | 223 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 D | amdgpu_dm_debugfs.c | 195 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 D | isst-display.c | 9 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 D | isst-config.c | 910 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 D | libbpf_probes.c | 222 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 D | btf.c | 220 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 D | libbpf_internal.h | 124 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 D | btf_relocate.c | 464 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 D | realpath.c | 23 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 D | unicode.c | 273 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 D | iterators.bpf.c | 31 __u32 str_len; member 71 if (name_off >= btf->hdr.str_len) in get_name()
|
| /linux/security/selinux/ss/ |
| A D | sidtab.h | 143 const char *str, u32 str_len); 149 const char *str, u32 str_len) in sidtab_sid2str_put() argument
|
| A D | sidtab.c | 564 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 D | fbnic_tlv.c | 179 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 D | btf.h | 21 __u32 str_len; /* length of string section */ member
|
| /linux/include/uapi/linux/ |
| A D | btf.h | 21 __u32 str_len; /* length of string section */ member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | core_reloc_raw.c | 35 .str_len = sizeof(raw_btf.strings), in test_bad_local_id()
|
| /linux/tools/hv/ |
| A D | hv_kvp_daemon.c | 1337 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 D | syscall.c | 81 .str_len = sizeof(__u32), in btf_load()
|
| /linux/tools/perf/util/cs-etm-decoder/ |
| A D | cs-etm-decoder.c | 200 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 D | bioscfg.c | 663 int str_len; in hp_init_bios_package_attribute() local 693 &str_value, &str_len); in hp_init_bios_package_attribute()
|