| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | kbuffer-parse.c | 350 unsigned int type_len; in translate_data() local 355 type_len = type_len4host(kbuf, type_len_ts); in translate_data() 358 switch (type_len) { in translate_data() 379 *length = type_len * 4; in translate_data() 385 return type_len; in translate_data() 391 unsigned int type_len; in update_pointers() local 395 type_len = translate_data(kbuf, ptr, &ptr, &delta, &length); in update_pointers() 397 if (type_len == KBUFFER_TYPE_TIME_STAMP) in update_pointers() 405 return type_len; in update_pointers() 422 int type_len; in kbuffer_translate_data() local [all …]
|
| /OK3568_Linux_fs/kernel/security/integrity/platform_certs/ |
| H A D | keyring_handler.c | 23 size_t type_len) in uefi_blacklist_hash() argument 27 hash = kmalloc(type_len + len * 2 + 1, GFP_KERNEL); in uefi_blacklist_hash() 30 p = memcpy(hash, type, type_len); in uefi_blacklist_hash() 31 p += type_len; in uefi_blacklist_hash()
|
| H A D | keyring_handler.h | 10 size_t type_len);
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | blacklist.c | 118 size_t type_len = strlen(type); in is_hash_blacklisted() local 122 buffer = kmalloc(type_len + 1 + hash_len * 2 + 1, GFP_KERNEL); in is_hash_blacklisted() 125 p = memcpy(buffer, type, type_len); in is_hash_blacklisted() 126 p += type_len; in is_hash_blacklisted()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf.c | 184 h->type_len = bswap_32(h->type_len); in btf_bswap_hdr() 224 if ((long long)hdr->type_off + hdr->type_len > hdr->str_off) { in btf_parse_hdr() 226 hdr->type_off, hdr->type_len, hdr->str_off, hdr->str_len); in btf_parse_hdr() 363 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() 1158 data_sz = hdr->hdr_len + hdr->type_len + hdr->str_len; in btf_get_raw_data() 1169 memcpy(p, btf->types_data, hdr->type_len); in btf_get_raw_data() 1182 p += hdr->type_len; in btf_get_raw_data() 1409 types = malloc(btf->hdr->type_len); in btf_ensure_modifiable() 1415 memcpy(types, btf->types_data, btf->hdr->type_len); in btf_ensure_modifiable() 1441 btf->types_data_cap = btf->hdr->type_len; in btf_ensure_modifiable() [all …]
|
| H A D | libbpf_probes.c | 153 .type_len = types_len, in libbpf__load_raw_btf() 160 btf_len = hdr.hdr_len + hdr.type_len + hdr.str_len; in libbpf__load_raw_btf() 166 memcpy(raw_btf + hdr.hdr_len, raw_types, hdr.type_len); in libbpf__load_raw_btf() 167 memcpy(raw_btf + hdr.hdr_len + hdr.type_len, str_sec, hdr.str_len); in libbpf__load_raw_btf()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btqca.c | 149 u32 type_len; in qca_tlv_check_data() local 159 type_len = le32_to_cpu(tlv->type_len); in qca_tlv_check_data() 160 length = (type_len >> 8) & 0x00ffffff; in qca_tlv_check_data() 162 BT_DBG("TLV Type\t\t : 0x%x", type_len & 0x000000ff); in qca_tlv_check_data()
|
| H A D | btqca.h | 121 __le32 type_len; member
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ring_buffer.c | 155 (event->type_len >= RINGBUF_TYPE_TIME_EXTEND) 159 return event->type_len == RINGBUF_TYPE_PADDING && !event->time_delta; in rb_null_event() 165 event->type_len = RINGBUF_TYPE_PADDING; in rb_event_set_padding() 174 if (event->type_len) in rb_event_data_length() 175 length = event->type_len * RB_ALIGNMENT; in rb_event_data_length() 189 switch (event->type_len) { in rb_event_length() 246 if (event->type_len > RINGBUF_TYPE_DATA_TYPE_LEN_MAX) in ring_buffer_event_length() 261 WARN_ON_ONCE(event->type_len > RINGBUF_TYPE_DATA_TYPE_LEN_MAX); in rb_event_data() 263 if (event->type_len) in rb_event_data() 2579 event->type_len = RINGBUF_TYPE_PADDING; in rb_reset_tail() [all …]
|
| H A D | ring_buffer_benchmark.c | 134 switch (event->type_len) { in read_page() 164 inc = ((event->type_len + 1) * 4); in read_page()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | efi.c | 753 int type_len; in efi_md_typeattr_format() local 758 type_len = snprintf(pos, size, "[type=%u", md->type); in efi_md_typeattr_format() 760 type_len = snprintf(pos, size, "[%-*s", in efi_md_typeattr_format() 763 if (type_len >= size) in efi_md_typeattr_format() 766 pos += type_len; in efi_md_typeattr_format() 767 size -= type_len; in efi_md_typeattr_format()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | btf.h | 19 __u32 type_len; /* length of type section */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | btf.h | 19 __u32 type_len; /* length of type section */ member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | btf.h | 19 __u32 type_len; /* length of type section */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btf.h | 19 __u32 type_len; /* length of type section */ member
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | mdesc.c | 824 int type_len; in fill_in_one_cache() local 826 type = mdesc_get_property(hp, mp, "type", &type_len); in fill_in_one_cache() 830 if (of_find_in_proplist(type, "instn", type_len)) { in fill_in_one_cache() 833 } else if (of_find_in_proplist(type, "data", type_len)) { in fill_in_one_cache()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ring_buffer.h | 16 u32 type_len:5, time_delta:27; member
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 1263 void xhci_flush_cache(uintptr_t addr, u32 type_len); 1264 void xhci_inval_cache(uintptr_t addr, u32 type_len);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 546 .type_len = sizeof(btf_raw_types), in load_btf() 558 memcpy(ptr, btf_raw_types, hdr.type_len); in load_btf() 559 ptr += hdr.type_len; in load_btf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmtlv.h | 113 uint8 *type, uint type_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmtlv.h | 113 uint8 *type, uint type_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmtlv.h | 113 uint8 *type, uint type_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmtlv.h | 137 uint8 *type, uint type_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmtlv.h | 137 uint8 *type, uint type_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_proc.c | 5547 int type_len; in proc_set_phl_cmd() local 5560 type_len = 3; in proc_set_phl_cmd() 5563 type_len = 3; in proc_set_phl_cmd() 5566 type_len = 4; in proc_set_phl_cmd() 5569 type_len = 4; in proc_set_phl_cmd() 5573 type_len = 5; in proc_set_phl_cmd() 5577 type_len = 4; in proc_set_phl_cmd() 5580 type_len = 6; in proc_set_phl_cmd() 5587 p = buf + type_len; in proc_set_phl_cmd() 5588 len = count - type_len; in proc_set_phl_cmd()
|