Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/tools/
Dwireshark_cfg_for_newip.lua93 local bitmap2_name = "bitmap2"
95 local bitmap2_obj = Proto(bitmap2_name, bitmap2_desc)
104 local _bitmap2 = ProtoField.uint8(bitmap2_name .. ".bitmap2", "bitmap2", …
105 local _include_hdr_len = ProtoField.uint8(bitmap2_name .. ".include_hdr_len", "include_hdr_len ",…
106 local _include_reserve2 = ProtoField.uint8(bitmap2_name .. ".include_reserve2", "include_reserve2",…
107 local _include_reserve3 = ProtoField.uint8(bitmap2_name .. ".include_reserve3", "include_reserve3",…
108 local _include_reserve4 = ProtoField.uint8(bitmap2_name .. ".include_reserve4", "include_reserve4",…
109 local _include_reserve5 = ProtoField.uint8(bitmap2_name .. ".include_reserve5", "include_reserve5",…
110 local _include_reserve6 = ProtoField.uint8(bitmap2_name .. ".include_reserve6", "include_reserve6",…
111 local _include_reserve7 = ProtoField.uint8(bitmap2_name .. ".include_reserve7", "include_reserve7",…
[all …]
/kernel/linux/linux-5.10/block/partitions/
Dldm.c145 strncpy (toc->bitmap2_name, data + 0x46, sizeof (toc->bitmap2_name)); in ldm_parse_tocblock()
146 toc->bitmap2_name[sizeof (toc->bitmap2_name) - 1] = 0; in ldm_parse_tocblock()
149 if (strncmp (toc->bitmap2_name, TOC_BITMAP2, in ldm_parse_tocblock()
150 sizeof (toc->bitmap2_name)) != 0) { in ldm_parse_tocblock()
152 TOC_BITMAP2, toc->bitmap2_name); in ldm_parse_tocblock()
247 !strncmp (toc1->bitmap2_name, toc2->bitmap2_name, in ldm_compare_tocblocks()
248 sizeof (toc1->bitmap2_name))); in ldm_compare_tocblocks()
Dldm.h112 u8 bitmap2_name[16]; member